Welcome, Guest. Please Login or Register.
May 02, 2024, 08:33:55 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  German User Help  |  Hilfe bzw. Diskussionen zu Mods  |  Farben « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Farben  (Read 7994 times)
Kamuro
Noobie
*
Posts: 2


I'm a llama!

Farben
« on: October 22, 2003, 08:37:38 PM »
Reply with quote

Wie kann ich unten in der anwesenheitsleiste die Farben ändern, z.B. für eine gewisse Usergruppe eine Gewisse Farbe? Gibts da ne Mod zu
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:Farben
« Reply #1 on: October 22, 2003, 09:38:16 PM »
Reply with quote

Schon mal nachgeschaut ? Ist dies das richtige Board hier für Mod-Fragen ? :-\
Logged

Kamuro
Noobie
*
Posts: 2


I'm a llama!

Re:Farben
« Reply #2 on: October 23, 2003, 07:29:39 PM »
Reply with quote

whoa.... sorry..... :-[
kannste das grad bitte richtig schieben???
Logged
chris
Guest
Re:Farben
« Reply #3 on: October 24, 2003, 07:10:44 AM »
Reply with quote

z.B. in BoardIndex.php:

      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>";
         else
            $tmpusers[] = "<a href=\"$scripturl?action=viewprofile;user=$euser\">$tmp[realName]</a>";
      }


da könnte man das ändern....
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:Farben
« Reply #4 on: October 24, 2003, 08:57:05 AM »
Reply with quote

Macht nix, aber Du könntest auch das Mod nehmen.
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe bzw. Diskussionen zu Mods  |  Farben « 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 0.060 seconds with 19 queries.