Welcome, Guest. Please Login or Register.
July 01, 2025, 08:56:29 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Color's. « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Color's.  (Read 289 times)
Issy
Noobie
*
Posts: 1


I'm a llama!

Color's.
« on: June 19, 2003, 08:02:49 PM »
Reply with quote

YaBB SE Version:
PHP Version:
MySQL Version:
Server Platform:
Link to Forum:

Problem Description:
I just got my forum up and running, and i was changing the tradition blue and white colors to fit the attitude of my forum alittle more, but as it was pointed out to me, the admin names are red. So i have these red names in this dark color, it stands out and i don't like it.

My question is, where do i find the Hexadecimal code for the admin name, ive searched my template and i can't find it, unless i'm missing it totally.

Help is appreciated!
~Issy
Logged
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:Color's.
« Reply #1 on: June 19, 2003, 08:31:47 PM »
Reply with quote

Ok, open Boardindex.php and search for this:<font color=\"red\"> That should bring you right to the section where you need to be, the whole thing will look like this:if ($tmp['realName'] != '')
      {
         if ($tmp['memberGroup'] == 'Administrator')
            $tmpusers[] = "<a href=\"$scripturl?action=viewprofile;user=$euser\"><font color=\"red\">$tmp[realName]</font></a>";
         elseif ($tmp['memberGroup'] == 'Global Moderator')
            $tmpusers[] = "<a href=\"$scripturl?action=viewprofile;user=$euser\"><font color=\"blue\">$tmp[realName]</font></a>";
         elseif ($tmp['memberGroup'] == 'YaBB SE Developer')
            $tmpusers[] = "<a href=\"$scripturl?action=viewprofile;user=$euser\"><font color=\"green\">$tmp[realName]</font></a>";
         elseif ($tmp['memberGroup'] == 'Mod Team')
            $tmpusers[] = "<a href=\"$scripturl?action=viewprofile;user=$euser\"><font color=\"orange\">$tmp[realName]</font></a>";
Just change that red to whatever. You'll also notice you can change the other member group colors there. I should also mention there's a mod that can make this less messy and on your menu so you can change them from the admin panel. It can be found here:
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=19648


Methonis
« Last Edit: June 19, 2003, 08:32:27 PM by Metho » Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Color's. « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 1.043 seconds with 20 queries.