Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > "yget"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-25-2007, 06:28 AM
New Pligger
 
Join Date: Dec 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Smile How Can I attribute different colors to Categories ?

Hi everybody,

I use the yget template and I would like to attribute different colors to each category like Wikio.com for example and the last template MollioBeat.

Thanks you

Romain
Reply With Quote
  #2 (permalink)  
Old 04-25-2007, 10:29 AM
beatniak's Avatar
Pligg Donor
 
Join Date: Apr 2006
Location: NL - 52.100863;5.108356
Posts: 310
Thanks: 14
Thanked 77 Times in 48 Posts
i created the category colors a while ago. To learn how to do it, take a look at link_summary.tpl from the mollio-beat template for example.

To give pieces of your sitedesign the right category colors, do in your tpl files something like this:
Code:
<div id="categorycolor{$category_id}">
That renders a div with the id "categorycolor1" if the category id was 1, the id "categorycolor2" if the category id was 2, etc.

Then go to your CSS file and give those div's some styling:
Code:
#categorycolor1 {background:#ff6600;}
#categorycolor2 {background:#ff0000;}
#categorycolor3 {background:#ccc;}
etc...
That's it!! Happy coding!
__________________
Like my work? Donations are welcome if you would like to support my work!
Finger pliggin' good sites of mine: receptencocktail.nl / numarketing.nl / goboz.com
Reply With Quote
Reply

Thread Tools
Display Modes
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
Similar Threads
Thread Thread Starter Forum Replies Last Post
[MOD] Categories in header like Digg (useful if you have subcategories) dollars5 Modification Tutorials 139 10-19-2008 10:58 AM
Sidebar Categories Enhancement AddOn AnAlienHolakres3 Modification Tutorials 65 08-30-2008 11:48 PM
No Categories After File Backup Restore gen3ric General Help 2 08-22-2008 03:38 PM
How to make sub categories? knut General Help 9 02-23-2008 06:57 AM
Upgrading to 9.5 disables categories aaronpais Installation and Upgrade Help 11 05-02-2007 10:07 PM


Search Engine Friendly URLs by vBSEO 3.2.0