Ich habe bei mir einen Forumsbot installiert, der auch im eigentlichen Forum immer als online angezeigt wird. Nun möchte ich, da meine Moderatoren, genauso wie alle anderen im Forum, nicht wissen sollen, daß ein Bot da ist, die "Wer ist Online"-Anzeige im Admin-Index erweitern.
Der Part, der für die Anzeige der Leute, die im Forum sind, verantwortlich ist, lautet:
Code: Alles auswählen
<th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th>
<th width="20%" height="25" class="thTop"> {L_STARTED} </th>
<th width="20%" class="thTop"> {L_LAST_UPDATE} </th>
<th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th>
<th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>Code: Alles auswählen
<th width="20%" class="thCornerL" height="25"> <a href="http://www.meinforum.de/profile.php?mode=viewprofile&u=47">Peeves</a> </th>
<th width="20%" height="25" class="thTop"> 02 Sep 2003 05:13 pm </th>
<th width="20%" class="thTop"> 02 Sep 2003 05:10 pm </th>
<th width="20%" class="thCornerR"> <a href="http://www.meinforum.de/profile.php?mode=viewprofile&u=47">Profil</a> </th>
<th width="20%" height="25" class="thCornerR"> <a href="http://www.nic.com/cgi-bin/whois.cgi?query=80.135.144.138">80.135.144.138</a> </th>Kann mir einer von Euch sagen, wie ich die index_body.tpl (aus dem /root/templates/chronicles/admin-Verzeichnis) ändern muss, damit der Bot als User mit in der Liste steht?
Viele Grüße,
Lucas
Ps.: Ich benutze phpBB 2.0.4 mit dem Chronicles-Thema
Pps.: Die IP soll immer gleich bleiben, die Links, also der Benutzername und die IP, sollten aber trotzdem auch anklickbar sein.