PDA

View Full Version : Changing font color for every module


FaKeBLiNDNeSS
11-06-2005, 02:45 PM
Hi. I got a new skin for my site and its making it so my module names are not showing up correctly. I've asked them for help with they but the solution really was only a temp. fix. So I'm coming here to see which template I need to modify to correct this prob. coming from the skin.

http://www.fakegaming.com/images/problem.jpg

That is the current problem with the current skin I can't see the module names.

I went into vBa CMPS > Edit Modules > and changed "the Module name" to "<font color="#000000">THE MODULE NAME</font>" but doing this its still not showing the ">>" next to each module name in Black font. (Nor does this make the "User CP or Calander" module names show correctly.)

I found the thread about changing the "news" font and color but, doesn't exactly help me. I need to do this to all the modules not just one.

Thank You.

Brian
11-06-2005, 02:53 PM
Just edit your 'adv_portal_module_shell' template and wrap a font or span tag around the $mods[title] variable.

Our Sponsors
 

FaKeBLiNDNeSS
11-06-2005, 03:49 PM
Thanks that worked. I still can't get the ">>" to show anyway to change the color the of that?

Like in the module name ">> Site Navigation".

Thanks again though.

Brian
11-06-2005, 04:06 PM
You should see the variable for that ($vba_options[portal_blockbullet] or something like that) just before the $mods[title] variable, so just wrap your tags around that variable as well.

Our Sponsors
 

FaKeBLiNDNeSS
11-07-2005, 06:53 PM
Thanks a ton! :D