Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates

Reply
 
LinkBack (3) Thread Tools
LemonTwist Template (Free) by Yankidank Details »»
LemonTwist Template (Free) by Yankidank
Version: 0.005b, by Yankidank (Coder/Designer) Yankidank is online now
Developer Last Online: Nov 2008 Show Printable Version Email this Page

Version: 9.9.5 Rating: (2 votes - 5.00 average) Licence: Creative Commons Attribution-Noncommercial-Share
Released: 08-18-2008 Last Update: Never Installs: 12
Re-useable Code Translations  
No support by the author.

About LemonTwist:
Originally designed as a theme for Wordpress by
Chris Murphy, LemonTwist is now a free Pligg template released by Yankidank. The template is currently being developed for the next Pligg version (9.9.6). LemonTwist currently is designed to work with Pligg SVN revision 66 current as of August 29, 2008. Please DO NOT redistribute this template or any variation of it without getting my permission first.

For those who want to use a logo image with their site rather than a text name in the top left corner, please download the logo file attached to this thread. It contains a .psd file for the logo image, you should then read NOTES.txt for more information about how to use it.

NEW: When submitting a story, this template will help users choose tag keywords through an ajax auto-complete script. This script pulls keywords from a dictionary file stored at /templates/lemontwist/js/tag_data.js.

Differences from Yget:
LemonTwist does not fully support the five star voting method. I decided that it's not something I was interested in writing extra code to add in since very few Pliggers make use of voting method 2.
This template also doesn't display a sidebar on the Live and Submit pages. Instead it widens the content area to focus the user on the more important data (for the submit page) and give enough room for large amounts of data (in the case of Live). I also removed the sidebar recent comments list because I didn't find it to be very useful, but it shouldn't be too hard for a novice user to add it back in.

Version:
The current version is 0.005b.
Version numbers will be updated with each SVN revision commit that modifies this template.
To receive the most up to date version of this template please download it from the Pligg SVN under the /templates directory (not /trunk/templates).
It's brand new and still needs a couple final fixes (see below bug list), but I consider this template to be quite stable. I should have a rock solid version of this template ready for inclusion with 9.9.6.

If you want to run this with Pligg 9.9.5 you should take note of the following:

If you would like to contribute some help I would be glad to have the assistance. I would also greatly appreciate a donation using the Chipin widget associated with this forum thread. I invested a lot of time developing this template and I could use the money to help support me creating more free templates.

Known bugs:
  • Check page management, currently submission isn't redirecting to anything
  • Vote doesn't change to "voted" with ajax vote. Requires page refresh.
Support:
Limited support will be offered from myself once I finish this template. If enough users begin using this template I will create a new forum for bug reports and help requests.
Please check the README.txt and NOTES.txt files for more information about the LemonTwist template.

If you like this template you might also like:These templates take me a few solid days of work to complete, so please donate if you use this template. Otherwise I won't be able to continue producing more free Pligg templates.

Demo:
Try out LemonTwist on the Pligg Demo Page.

Download Now

File Type: zip lemon_twist_logo.zip (568.5 KB, 536 views)
File Type: zip lemontwist.zip (291.3 KB, 775 views)

Screenshots

File Type: png lemontwist1.png (102.4 KB, 1656 views)
File Type: png ltsubmit.png (52.9 KB, 1513 views)
File Type: png lttags.png (52.3 KB, 1170 views)
File Type: png ltlive.png (28.7 KB, 1274 views)

Licence Agreement

Creative Commons Attribution-Noncommercial-Share Alike License
You are free to Share and Remix this work under the following conditions: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
You may not use this work for commercial purposes.
If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Show Your Support

  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22 (permalink)  
Old 09-07-2008, 11:55 AM
Yankidank's Avatar
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,822
Thanks: 110
Thanked 182 Times in 128 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
Found the bug. Only took a total of 5 seconds for me to spot it.
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()>
Is missing a comma right before the end. Please change it to:
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()">
I'm also experiencing a problem with the "Edit Trackback or Summary" link not working. It should be ajax-revealing additional field(s) when you click on it. This might just be an issue with the latest SVN version of the template though. I will update the download in the next 15 minutes if you want to re-download the package for the comma fix. I won't be changing version numbers because of how minor the fix was.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
The Following User Says Thank You to Yankidank For This Useful Post:
  #23 (permalink)  
Old 09-07-2008, 12:17 PM
New Pligger
Pligg Version: Beta 9.8
Pligg Template: yget
 
Join Date: Jan 2008
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Yankidank View Post
Found the bug. Only took a total of 5 seconds for me to spot it.
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()>
Is missing a comma right before the end. Please change it to:
Code:
<form action="{$URL_submit}" method="post" name="thisform" id="thisform" enctype="multipart/form-data" onSubmit="return checkForm()">
I'm also experiencing a problem with the "Edit Trackback or Summary" link not working. It should be ajax-revealing additional field(s) when you click on it. This might just be an issue with the latest SVN version of the template though. I will update the download in the next 15 minutes if you want to re-download the package for the comma fix. I won't be changing version numbers because of how minor the fix was.
GREAT, Now I can submit news. Many Thanks.

Another Question. Where I can change the AdSenseRevenueSharing? I remember, that I have changed from 50% to 70% in my old yget template (Pligg 9.8) Now I have 9.9.5 and I can´t change this. I can only enable or disable.

Thanks
Reply With Quote
  #24 (permalink)  
Old 09-08-2008, 09:05 AM
New Pligger
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
greate theme, I like it :x
Reply With Quote
  #25 (permalink)  
Old 09-17-2008, 05:25 PM
New Pligger
 
Join Date: May 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Simple Message Page Problem

hi i have a problem on message sending screen.

i attached the screenshot.

thanks...
Attached Images
File Type: jpg simplemessage_bug.jpg (101.5 KB, 43 views)
Reply With Quote
  #26 (permalink)  
Old 11-02-2008, 08:51 AM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
change text

Hello, stò trying the version alpha of Pligg, with skin the Lemon Twist, I wanted to ask where I could change


Pligg is a Web 2.0 open source content management system

that one low looks at towards the end of the footer, I wanted to change or written that the link

read more
Reply With Quote
  #27 (permalink)  
Old 11-02-2008, 08:57 AM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
To change the "what is pligg" go to your admin > Language> and type in "what is pligg" You can edit that text there. Look for #PLIGG_Visual_What_Is_Pligg_Text# and #PLIGG_Visual_What_Is_Pligg_Read_More#

To change the text in the "read more" link go to yoursite/templates/faq-eng_center.tpl
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #28 (permalink)  
Old 11-02-2008, 09:07 AM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you

Ok, thanks of the fast answer
excuse for the language but is Italian and use a translator
Reply With Quote
  #29 (permalink)  
Old 11-02-2008, 12:10 PM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
I wanted to ask a regarding thing this skin, premise that with others skin I do not have problems and that use the version alpha of the cms.
Stò trying to perhaps insert the box lateral top comments and top users, as it comes described on this page

http://forums.pligg.com/modification-tutorials/13605-2-free-modules-top-users-published-top-users-comments.html

and it does not exit to me null, c' it is a incompatibilità with this skin?
Reply With Quote
  #30 (permalink)  
Old 11-03-2008, 05:20 PM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
random story

I wanted to signal that also the module random story does not seem compatible with this skin
Reply With Quote
  #31 (permalink)  
Old 11-20-2008, 01:44 AM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Nov 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Cool Deciding Factor to Install Pligg on my LinkCite.com

Hi,

Thank you very much for the really cool (yes, cool it is with the green theme). I had this domain LinkCite.com for some time now without installing any system on it. I had been wanting to install Pligg, but was not sure of the looks. But when I came across LemonTwist template - that was it - it was decided that Pligg will be my CMS.

Best regards,
Sri.
Reply With Quote
Reply

Tags
download, free, green, template

Thread Tools
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
LinkBacks (?)
LinkBack to this Thread: http://forums.pligg.com/pligg-templates/14604-lemontwist-template-free-yankidank.html
Posted By For Type Date
Free Pligg Template Lemontwist | Eric Heikkinen This thread Pingback 08-19-2008 11:18 AM
Digg - Free LemonTwist Template for Pligg This thread Refback 08-19-2008 07:18 AM
Free Pligg Template LemonTwist | Pligg CMS Blog This thread Pingback 08-18-2008 07:43 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
MacBlue Free Pligg Template by Yankidank Yankidank Pligg Templates 13 11-10-2008 05:37 PM
Web Host Yankidank Wiki Articles 2 06-26-2008 02:31 PM


Search Engine Friendly URLs by vBSEO 3.2.0