Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
1. Wo ist der eintrag für die Admin-Farbe in der "overall_header.tpl" datei ?
2. bei der email-benachrichtigung , wo man den link zum post anklicken kann (in der mail) steht bei mir nicht die addy meines Forums, sondern : http://localhost/phpBB2/viewtopic.php (ich bin bei tripod (wechsel aber bald ) )
3. wenn ich den Admin-Berich aufrufe, erscheint diese fehlermeldung oben links (sie stört zwar nicht (es wirkt sich nicht aufs Forum aus (soweit ich weiß), ist aber immer besser, wenn fehler behoben werden können): Parse error: parse error in admin_users.php on line 856
#
#-----[ Replace With ]------------------------------------------
#
if ( $row['user_level'] == ADMIN )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#FFA34F"'; /* Replace the #FFA34F with your font colour. eg: #FF0000 */
/* Dont forget the # before the hex colour. This will be the ADMIN's colour. */
}
#
#-----[ Replace with ]------------------------------------------
#
if ( $row['user_level'] == MOD )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#006600"'; /* Replace the #006600 with your font colour. eg:#FF0000 */
/* Dont forget the # before the hex colour. This will be the MOD's colour. */
}
#
#-----[ Find ]------------------------------------------
# (around line 370)
#
#-----[ Replace With ]------------------------------------------
#
'L_WHOSONLINE_ADMIN' => sprintf($lang['Admin_online_color'], '<span style="color:#FFA34F">', '</span>'), /* Change the ###### to the SAME THING you did in the second step, with the ADMIN colour. This includes the # at the beginning. eg: #FF0000 */
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#006600">', '</span>'), /* Change the ###### to the SAME THING you did in the forth step, with the MODERATOR colour. This includes the # at the beginning. eg: #FF0000 */
nur jetzt müsste ich nur noch wissen, in welcher datei ist die farbe für den Onlinestatus der "normaluser"
...wenn ich jeztzt schon dabei bin, kann ich ja noch mal fragen (das steht bestimmt überall hier im Forum, aber dass weiß du doch bestimmt)
in welcher datei kann man noch mal die Zeit ändern (format, sommerzeit, usw...)
ich hatte eigentlich alles im "auto" mode hocgeladen!
naja..ich probier es nochma
aber soweit ich das sehe (ich bin aber noch anfänger) hat das das doch bestimmt was mit dem quelltext der datei zu tun (irgendein tippfehler auf linie 856)
das ist zeile 856 vielleicht kann mir jeamdn sagen, ob da was falsch ist...