net-board.net Archiv
Team Anzeige - Druckversion

+- net-board.net Archiv (https://net-board.net)
+-- Forum: Deine eigene Homepage (https://net-board.net/forumdisplay.php?fid=26)
+--- Forum: Communitysysteme (https://net-board.net/forumdisplay.php?fid=25)
+---- Forum: wBB Support (Fragen und News) (https://net-board.net/forumdisplay.php?fid=8)
+---- Thema: Team Anzeige (/showthread.php?tid=2048)



Team Anzeige - [Cyrus] - 11.07.2003

Erstmal Hi Leutz. Wollte mal fragen, wie ich im wbb2 die Team Anzeige so ändern kann, dass unter dem Punkt "Moderatoren" keine Admins oder S-Mods angezeigt werden. Rolleyes

thx im Vorraus

Cyrus


- kickedINtheHEAD - 11.07.2003

lösch diesen teil aus der team template

Code:
<table border=0 bgcolor="{tableinbordercolor}" cellpadding=4 cellspacing=1 width="100%">
    <tr bgcolor="{tabletitlecolor}" id="tabletitle">
     <td colspan=4><normalfont color="{fontcolorsecond}"><b>$master_board_name Administratoren</b></font></td>
    </tr>
    <tr bgcolor="{tablecolora}" id="tablea">
     <td colspan=2><smallfont>Benutzername</font></td>
     <td colspan=2><smallfont>Herkunft</font></td>
    </tr>
    $adminbits
   </table>
   <br><br>
   <table border=0 bgcolor="{tableinbordercolor}" cellpadding=4 cellspacing=1 width="100%">
    <tr bgcolor="{tabletitlecolor}" id="tabletitle">
     <td colspan=4><normalfont color="{fontcolorsecond}"><b>$master_board_name Super Moderatoren</b></font></td>
    </tr>
    <tr bgcolor="{tablecolora}" id="tablea">
     <td colspan=2><smallfont>Benutzername</font></td>
     <td colspan=2><smallfont>Herkunft</font></td>
    </tr>
    $supermodbits
   </table>
   <br><br>



- [Cyrus] - 11.07.2003

Dann seh ich nur noch die Mods O_o ich will dass S-Mods und Admins ohne jeglichen eingetragenen Mod Posten net in der Team Anzeige stehen, wie hier: http://www.nexgam.de


- pattex - 11.07.2003

Meinst du das so wie es hier im Forum ist?

Also die admins werden nur bei Admins angezeigt, S-Mods nur bei s-mods und nur moderatoren bei moderatoren?

Also ich glaube dafür gibt es einen Hack beim wbb2.1 ist das aber standard


- [Cyrus] - 11.07.2003

Kuck einfach auf den nexgam Link. Da stehn bei Moderatoren die Admins oder S-Mods nur drin, wenn sie irgendwo als Mod eingetragen sind Smile


- pattex - 11.07.2003

Ich glaube das ist der Hack dafür

http://mywbb.info/board/thread.php?threadid=40826

Zitat:Und der Admin sowie Super Mod wird nicht mehr in der Mod Spalte mit angezeigt!

Smile


- [Cyrus] - 11.07.2003

Ah cool, thx Smile


- kickedINtheHEAD - 11.07.2003

aso is des gemeint *dummbin*
wenn das so is wirst wohl ne zusätzliche if abfrage in die team.php einbauen müssen Wink