[WCDDL] Colored Category Titles Mod
Author Message
immu
Newbie


Posts: 6
Joined: Feb 2011
Post: #1
[WCDDL] Colored Category Titles Mod
0
0
Add color to your category titles. Tested on v2.1
Change from:







to









Open your css file, usually style.css
And add this on a new blank line at the bottom
(The categories must be in lowercase. Change the hex colors to whatever color you want.)
PHP Code: (Select All)
.app color#33FF33; }
.game color#CC3333; }
.movie color#CC99CC; }
.music color#FF9933; }
.tv color#0066CC; }
.ebook color#CC9933; }
.video color#FF6600; }
.template color#0033FF; }
.other color#FF66FF; } 

--- --- --- --- ---

Open index.php, find
PHP Code: (Select All)
<?=$dl['type']?>

Replace with
PHP Code: (Select All)
<span class="<?=strtolower($dl['type'])?>"><?=ucfirst($dl['type'])?>

--- --- --- --- ---

Save and upload edited files.

Credits to CyberJ37 and jomasaco for the code.
02-03-2011 10:25 AM
linkstar
Newbie


Posts: 16
Joined: Aug 2011
Post: #2
[WCDDL] Colored Category Titles Mod
0
0
thank you mate you keep going posted....
09-17-2011 12:46 PM


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Mod Requests c0rrupt 0 33 07-27-2012 02:45 PM
Last Post: c0rrupt
  Show the downloads for a specific site (WCDDL v2) c0rrupt 0 37 07-26-2012 04:35 PM
Last Post: c0rrupt
  List Updated Last Time (WCDDL V2) c0rrupt 0 36 07-23-2012 02:49 PM
Last Post: c0rrupt
  Site Rating MOD c0rrupt 7 391 12-27-2011 07:06 PM
Last Post: WJManiaC
  [WCDDL] Download Provider Mod immu 2 181 09-25-2011 01:16 AM
Last Post: linkstar
  WcDDL BackLink c0rrupt 1 237 09-17-2011 12:57 PM
Last Post: linkstar



User(s) browsing this thread: 1 Guest(s)

This forum uses Lukasz Tkacz MyBB addons.