"The Standard" Template by Yankidank

Register an Account
Reply
 
Thread Tools
"The Standard" Template by Yankidank
Developed by Yankidank Yankidank is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page
Designed for: Pligg 1.0.0
License: Creative Commons Attribution-Noncommercial-Share
Released: 06-23-2009
Last Update: Never
Installs: 92
Supported by Author
Can Reuse Source Code
Includes Files to Upload
Download Certified
Announcing the first official Pligg CMS template that allows voting up and voting down stories!
By clicking on the up or down arrows in "The Standard" template, the number will increase or decrease by 1 vote. This means that it is possible for stories to receive either zero votes or a negative number of votes. In order for a story to become published it must reach the positive number specified in the Pligg admin panel (Admin > Configure > Voting > Votes to Publish). Once the displayed number reaches the Votes to Publish number it will move it to the published section and will remain there no matter how many negative votes are then cast. This means that stories will have a more difficult time reaching the front page and I recommend that users drop their Votes to Publish number to 3 or 4 rather than the default 5 if they choose to use this template or voting method. Read more about this template on the official blog post announcement.

I discovered a bit of a problem in how Pligg handles child comments, so editing story.php is needed for Pligg 1.0.0 sites to display child comments correctly. Directions for doing this simple edit can be found in the README.txt file included with the download.

I included a customized version of the sidebar comments module to change the design of the comments in the sidebar. I wanted to match the look of the story comments. Just overwrite the existing module that came with Pligg 1.0.0 and make sure that you have activated it from your Admin > Modules page.If you don't like blue color used in "The Standard", try out "Sunshine Standard". It's an addon .zip file that includes alternate images and CSS to change the color to an orange template. A screenshot of Sunshine can be seen below. I will not be updating this alternate style version so you will need to update Sunshine manually.

Mark this template as installed to receive support. I will only be providing limited support for this template, feel free to submit your own fixes and I'll add them to the SVN version of the template.

Download Now

File Type: zip Sunshine Standard 0.1.zip (28.8 KB, 686 views)
File Type: zip The Standard Template 1.0.3.zip (109.6 KB, 1882 views)

Screenshots

File Type: png The-Standard-Template.png (150.0 KB, 3526 views)
File Type: png standard-sunshine.png (208.1 KB, 2471 views)
File Type: png story-page.png (78.6 KB, 1527 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
blue news 1.0. aleksa Free Templates 37 03:35 AM 03-24-2011
Mainstream Template Yankidank Free Templates 48 10:56 PM 12-31-2011

Comments
  #32 (permalink)  
Old 07-09-2009, 11:44 AM
New Pligger
Pligg Version: 1.0
 
Join Date: Jul 2009
Posts: 3
how to move left column to right ?

Thank
Reply With Quote
  #33 (permalink)  
Old 07-09-2009, 01:33 PM
nellaitamil's Avatar
Constant Pligger/Designer
Pligg Version: 1.1.3
Pligg Template: ar...
 
Join Date: Dec 2008
Location: india
Posts: 208
Quote:
Originally Posted by xplan View Post
how to move left column to right ?

Thank
Your style.css file edit...

/* MIDDLE COLUMN */
#midcol {
width: 280px;
float: right;
/* a trick to hide of long comments that don't have spaces */
overflow:hidden;
font-size: 12px;
background:#efefef;
border-right:1px solid #bbb;
color:#707070;

chenge Your Middle column.
left or right side
den.

Right side base sidebar in my site
Reply With Quote
  #34 (permalink)  
Old 07-09-2009, 02:02 PM
Casual Pligger
Pligg Version: 1.0.0
Pligg Template: thestandart
 
Join Date: Mar 2009
Posts: 38
It`s very nice...

how to make the image thumbnail in the right position and have border...???

thankz...
Reply With Quote
  #35 (permalink)  
Old 07-09-2009, 04:51 PM
Constant Pligger
Pligg Version: 1.0.1
Pligg Template: thestandard
 
Join Date: Jun 2009
Posts: 125
Send a message via Yahoo to prorock
for what this externat script? pligg.tpl
PHP Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> 
it's ok to remove him?
Reply With Quote
  #36 (permalink)  
Old 07-09-2009, 06:21 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
jQuery is used for the dropdown category menu. If you don't use subcategories it's fine to remove that. If you do have subcategories, you should leave it in if you want to continue to have a drop down menu for them.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
  #37 (permalink)  
Old 07-09-2009, 06:39 PM
Casual Pligger
 
Join Date: Feb 2009
Posts: 39
Yankidank first I thank u for this gr8 templ.
and plz tell me how to replace Ads in this template.

thnx so much
Reply With Quote
  #38 (permalink)  
Old 07-10-2009, 03:24 AM
Constant Pligger
Pligg Version: 1.0.1
Pligg Template: thestandard
 
Join Date: Jun 2009
Posts: 125
Send a message via Yahoo to prorock
Yankidank whay this script not include in template but include in external link?
Reply With Quote
  #39 (permalink)  
Old 07-10-2009, 06:25 AM
New Pligger
Pligg Version: 1.0
 
Join Date: Jul 2009
Posts: 3
Quote:
Originally Posted by nellaitamil View Post
Your style.css file edit...

/* MIDDLE COLUMN */
#midcol {
width: 280px;
float: right;
/* a trick to hide of long comments that don't have spaces */
overflow:hidden;
font-size: 12px;
background:#efefef;
border-right:1px solid #bbb;
color:#707070;

chenge Your Middle column.
left or right side
den.

Right side base sidebar in my site
I try this code but it's not work . I'm using Pligg 1.0 final
Reply With Quote
  #40 (permalink)  
Old 07-10-2009, 09:53 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
Quote:
Originally Posted by prorock View Post
Yankidank whay this script not include in template but include in external link?
Because jQuery hosts their own version and it is frequently updated to the latest version.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
  #41 (permalink)  
Old 07-10-2009, 10:40 PM
Casual Pligger
 
Join Date: Feb 2009
Posts: 39
hi why nobody is answering me ??? plz someone help.

Quote:
Yankidank first I thank u for this gr8 templ.
and plz tell me how to replace Ads in this template.

thnx so much
Edit/Delete Message
Reply With Quote
Reply

Tags
2 column, blue, free, template, theme

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
LemonTwist Template (Free) by Yankidank Yankidank Free Templates 53 01-17-2012 07:56 AM
Pligga - The Exclusive Pligg 1.0 Template Techkr Templates for Sale 27 07-19-2009 11:12 PM
MacBlue Free Pligg Template by Yankidank Yankidank Free Templates 18 01-20-2009 03:05 PM
Template Files Yankidank Wiki Articles 1 12-06-2008 03:14 PM
Pro Template 3 Pack by Yankidank Yankidank Templates for Sale 0 02-15-2008 05:27 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