LemonTwist Template (Free) by Yankidank

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools
LemonTwist Template (Free) by Yankidank
Developed by Yankidank Yankidank is offline
Developer Last Online: Mar 2010 Show Printable Version Email this Page
Designed for: 9.9.5
License: Creative Commons Attribution-Noncommercial-Share
Released: 08-18-2008
Last Update: Never
Installs: 43
Can Reuse Source Code
Translations Accepted
Not Supported by 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, 901 views)
File Type: zip lemontwist.zip (291.3 KB, 1340 views)

Screenshots

File Type: png lemontwist1.png (102.4 KB, 2755 views)
File Type: png ltsubmit.png (52.9 KB, 2172 views)
File Type: png lttags.png (52.3 KB, 1386 views)
File Type: png ltlive.png (28.7 KB, 1698 views)

License 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 download support the author by donating.
  • This download may not be copied, reproduced or published elsewhere without author's permission.

Similar Downloads
Download Developer Category Replies Last Post
MacBlue Free Pligg Template by Yankidank Yankidank Free Templates 18 02:05 PM 01-20-2009
Reg Reffer AntiSpam Module chuckroast Free Modules 12 01:18 AM 02-09-2010

Comments
  #22 (permalink)  
Old 09-07-2008, 11:55 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,803
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.

Now Available: Facebook Connect Module !
Reply With Quote
  #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
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
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: 4
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, 46 views)
Reply With Quote
  #26 (permalink)  
Old 11-02-2008, 08:51 AM
valkiro's Avatar
New Pligger
Pligg Version: 1.0.2
Pligg Template: arthemia
 
Join Date: Oct 2008
Location: Italy
Posts: 20
Send a message via MSN to valkiro Send a message via Yahoo to valkiro
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
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Galleria
 
Join Date: Jun 2006
Posts: 3,835
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


Download the full Pligg Module Pack





Reply With Quote
  #28 (permalink)  
Old 11-02-2008, 09:07 AM
valkiro's Avatar
New Pligger
Pligg Version: 1.0.2
Pligg Template: arthemia
 
Join Date: Oct 2008
Location: Italy
Posts: 20
Send a message via MSN to valkiro Send a message via Yahoo to valkiro
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
valkiro's Avatar
New Pligger
Pligg Version: 1.0.2
Pligg Template: arthemia
 
Join Date: Oct 2008
Location: Italy
Posts: 20
Send a message via MSN to valkiro Send a message via Yahoo to valkiro
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
valkiro's Avatar
New Pligger
Pligg Version: 1.0.2
Pligg Template: arthemia
 
Join Date: Oct 2008
Location: Italy
Posts: 20
Send a message via MSN to valkiro Send a message via Yahoo to valkiro
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
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shmiggy Free Template for Pligg 1.0 chuckroast Free Templates 44 02-28-2010 01:12 AM
"The Standard" Template by Yankidank Yankidank Free Templates 101 02-23-2010 04:56 PM
MacBlue Free Pligg Template by Yankidank Yankidank Free Templates 18 01-20-2009 02:05 PM
Template Files Yankidank Wiki Articles 1 12-06-2008 02:14 PM
siNegative Free Pligg Template V9.7 Adaman Free Templates 28 09-06-2008 02:19 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development