Season template for Pligg

Register an Account
Reply
 
Thread Tools
Season template for Pligg
Developed by sansui sansui is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page
Designed for: Pligg 1.1.5
Released: 09-27-2009
Last Update: Never
Installs: 60
Supported by Author
Can Reuse Source Code
Translations Accepted
Template Edits Required
This template has win 2nd Prize in Free pligg template contest

Pligg CMS » Blog Archive » Free Template Contest Winners

About season Template:

1. You can change season just clicking the season of the image.

2. User and Email verification in register page dont need to click verify just type it will be verify.

3. Display the cool users in sidebars.

4. Easy to change.

5. Valid CSS

6. Best viewed in Firefox 2.00 and up and IE 7 or 8

To show your ads use this .tpl file

for top ads
templates\season\sidebar_modules\top_ads.tpl

for sidebar ads
templates\season\sidebar_modules\sidebar_ads.tpl

for story page ads
templates\season\sidebar_modules\story_page_ads.tp l








Install sesaon template

Unzip seasontemplate

Copy the season template folder on your template folder

Copy the sidebar stats and simple_message folder on your module folder

Change your default avatars from avatar folder

Changer your favicon also

Download Now

File Type: zip pligg-1.0.3 - season template.zip (1.15 MB, 1213 views)
File Type: zip pligg-1.0.4 -season template.zip (1.15 MB, 707 views)
File Type: zip pligg-1.1.4 -season template.zip (1.16 MB, 432 views)
File Type: zip seasonpligg115.zip (1.35 MB, 271 views)

Screenshots

File Type: png autumn.png (504.8 KB, 2993 views)
File Type: png winter.png (478.7 KB, 2712 views)

Show Your Support

  • This download may not be copied, reproduced or published elsewhere without author's permission.

Similar Downloads
Download Developer Category Replies Last Post

Comments
  #2 (permalink)  
Old 09-28-2009, 05:43 AM
nellaitamil's Avatar
Constant Pligger/Designer
Pligg Version: 1.1.3
Pligg Template: ar...
 
Join Date: Dec 2008
Location: india
Posts: 208
Very nice theme...

Amazing design....

totely...

cool pligg template.


ramesh.
http://tamilers.com

Last edited by nellaitamil; 10-07-2009 at 09:55 AM.
Reply With Quote
  #3 (permalink)  
Old 09-28-2009, 10:31 AM
New Pligger
Pligg Version: 1.0.0
 
Join Date: May 2008
Location: iran
Posts: 24
Send a message via Yahoo to kariminejad
nice work, tnx
Reply With Quote
  #4 (permalink)  
Old 09-29-2009, 11:02 AM
sansui's Avatar
Constant Pligger/Coder/Designer
Pligg Version: 1.1.4
Pligg Template: Season
 
Join Date: Aug 2008
Location: India
Posts: 183
Hi! Thank you for All!

If anybody like my template please vote it
Reply With Quote
  #5 (permalink)  
Old 09-29-2009, 06:51 PM
New Pligger
 
Join Date: Aug 2009
Posts: 29
If Title is too long, it is going into story summary box. I was wondering how I can fix this. It looks fine in IE 6 but IE7 and IE8, firefox 2.0+ if the title is too long, it goes into the story summary part and overlaps the content in the summary box.

http://www.dealsoff.com
Reply With Quote
  #6 (permalink)  
Old 09-30-2009, 01:31 AM
sansui's Avatar
Constant Pligger/Coder/Designer
Pligg Version: 1.1.4
Pligg Template: Season
 
Join Date: Aug 2008
Location: India
Posts: 183
Quote:
Originally Posted by techboomie View Post
If Title is too long, it is going into story summary box. I was wondering how I can fix this. It looks fine in IE 6 but IE7 and IE8, firefox 2.0+ if the title is too long, it goes into the story summary part and overlaps the content in the summary box.

Dealsoff.com: Deals, coupons, promos, rebates, and discounts. -
Find below one in default.css,spring.css,winter.css,autumn.css and summer.css
.sheadline {

There you can see

height:37px;

just replace this line as below one

height:auto;
min-height:37px;

After change this one its will be fine..
Reply With Quote
  #7 (permalink)  
Old 10-01-2009, 08:13 AM
New Pligger
 
Join Date: Jun 2007
Posts: 3
Hi, is it possible to set one season as default ?
Reply With Quote
  #8 (permalink)  
Old 10-01-2009, 10:20 AM
New Pligger
Pligg Version: 1.0
 
Join Date: Aug 2009
Posts: 4
Very nice theme...

Thankyou very much


-------------------------------
iidigg - Free website promotion

Last edited by jjjai; 02-01-2010 at 01:41 AM. Reason: Edit Message
Reply With Quote
  #9 (permalink)  
Old 10-01-2009, 10:54 AM
sansui's Avatar
Constant Pligger/Coder/Designer
Pligg Version: 1.1.4
Pligg Template: Season
 
Join Date: Aug 2008
Location: India
Posts: 183
Hi!

I am updated new version

fixed some issues like title and some other small bugs

Now you can download new version
Reply With Quote
  #10 (permalink)  
Old 10-01-2009, 11:16 AM
sansui's Avatar
Constant Pligger/Coder/Designer
Pligg Version: 1.1.4
Pligg Template: Season
 
Join Date: Aug 2008
Location: India
Posts: 183
Quote:
Originally Posted by hollosch View Post
Hi, is it possible to set one season as default ?
<link rel="stylesheet" type="text/css" href="{$my_pligg_base}/templates/{$the_template}/css/default.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="summer" href="{$my_pligg_base}/templates/{$the_template}/css/summer.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="spring" href="{$my_pligg_base}/templates/{$the_template}/css/spring.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="autumn" href="{$my_pligg_base}/templates/{$the_template}/css/autumn.css" />

Here look it winter.css is not available because winter.css is default


you can look this in pligg.tpl
now winter is default
if you want to make default as summer
open the summer.css from css folder
copy all text
then open the default.css paste it
then
change in pligg.tpl
<link rel="stylesheet" type="text/css" href="{$my_pligg_base}/templates/{$the_template}/css/default.css" />

<link rel="alternate stylesheet" type="text/css" media="screen" title="winter" href="{$my_pligg_base}/templates/{$the_template}/css/winter.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="spring" href="{$my_pligg_base}/templates/{$the_template}/css/spring.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="autumn" href="{$my_pligg_base}/templates/{$the_template}/css/autumn.css" />


summer.css was removed and
winter.css was added like this you can change spring,autumn
because here summer.css was default


if you have any doubt you can post msg here....
Reply With Quote
Reply

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
Overide Default Pligg Template Option For Developers PliggTemplate Questions and Comments 3 01-20-2010 02:04 PM
Thanks For Vote Season template - I Got Second Place sansui Questions and Comments 8 11-11-2009 03:16 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


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