Customizing SMF > Modifications and Packages
Tabbed smileys
emanuele:
Yes...I used "hard-coded" text colour, you can edit "Subs.php" and search for this block:
--- Code: ---<style type="text/css">
ul#tabs { overflow:auto;list-style-type: none; margin: 30px 0 0 0; padding: 1px 0 0 0; }
ul#tabs li { float:left;margin:0.3em 0.2em; }
ul#tabs li a { color: #000;border: 1px solid #ADADAD; border-bottom: none; padding: 0.3em; text-decoration: none; }
div.tabContent {border: 1px solid #ADADAD; width:95%; }
div.hide { display: none; }
</style>
--- End code ---
there you can replace the (link) text colour by changing:
--- Code: ---ul#tabs li a { color: #000;
--- End code ---
In your case you can use for example a white:
--- Code: ---ul#tabs li a { color: #FFF;
--- End code ---
or anything else.
Omebolle:
downloaded and installed the mod and I get this...
emanuele:
Witch version of SMF are you using?
Did you get any error during the installation?
impreza:
Cool addition, I tested and it looks very good
Omebolle:
I use 2.0 RC4 and no errors during install, are there more settings I have to adjust in "Smileys and Message Icons" ?
Do I leave the smiley packs in the Smiley folder?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version