I want to change board name color only, what should i do?
Hi, you can try this mod.
http://custom.simplemachines.org/mods/index.php?mod=1030
Did the mod work for you? If this is solved please mark it solved by clicking the Mark Topic Solved link at the bottom left of the page.
I have the same question, but will it work for black eagle theme the same way?
It should however you may have to manually install the mod as they only install on the default theme.
(http://www.thekrashsite.com/advmax/pics/facepalm.gif)
You don't have to install a mod to change the forum title formatting. It's a simple edit in index.template.php -
<span style="font-family: Georgia, sans-serif; font-size: 40px; color:#A0E115; font-weight:bold; margin-left:20px;">', $context['forum_name'], '</span>
$context['forum_name'] is what you're after - it's in the header code. You can format it any way you like.
It's the BoardIndex.template.php file that contains the Board names, though. Krash, I think you're thinking of "Board" as "Site" or "forum name". The linked mod takes care of colorizing boards.
I think you're right. Every other boardware I've used, going waaaaaaay back to the old DOS bbs and Compuserve boards, 'board' is the whole thing, and 'forums' are the subs of categories. It's hard for an old dawg to learn new tricks, but I keep tryin'.