23.01.2007, 17:45
Hi, alle zusammen!
Ich habe eben diese Updates gemacht:
http://community.mybboard.net/showthread.php?tid=14473
http://community.mybboard.net/showthread.php?tid=15517
http://community.mybboard.net/showthread.php?tid=15438
http://community.mybboard.net/showthread.php?tid=15524
http://community.mybboard.net/showthread.php?tid=15514
http://community.mybboard.net/showthread.php?tid=15212
http://community.mybboard.net/showthread.php?tid=14221
http://community.mybboard.net/showthread.php?tid=9953
http://community.mybboard.net/showthread.php?tid=15067
http://community.mybboard.net/showthread.php?tid=14697
Zuvor hatte ich im Header-Template das Menü mit
unterteilt und "aufgeräumt".
Seitdem ich die obrigen Updates eingespielt habe funktioniert das nicht mehr.
Habt ihr eine Idee wie ich das umschreiben muß, damit Gäste wieder einen anderen Header sehen als Mitglieder?
Habs schon mit:
und
probiert, aber erfolglos.
LG, GM!
Ich habe eben diese Updates gemacht:
http://community.mybboard.net/showthread.php?tid=14473
http://community.mybboard.net/showthread.php?tid=15517
http://community.mybboard.net/showthread.php?tid=15438
http://community.mybboard.net/showthread.php?tid=15524
http://community.mybboard.net/showthread.php?tid=15514
http://community.mybboard.net/showthread.php?tid=15212
http://community.mybboard.net/showthread.php?tid=14221
http://community.mybboard.net/showthread.php?tid=9953
http://community.mybboard.net/showthread.php?tid=15067
http://community.mybboard.net/showthread.php?tid=14697
Zuvor hatte ich im Header-Template das Menü mit
Code:
<if condition=$mybb->user['uid']> 0 <then> ...
Seitdem ich die obrigen Updates eingespielt habe funktioniert das nicht mehr.
Habt ihr eine Idee wie ich das umschreiben muß, damit Gäste wieder einen anderen Header sehen als Mitglieder?
Habs schon mit:
Code:
<if condition={$mybb->user['uid']}> 0 <then> ...
und
Code:
<if condition="$mybb->user['uid']> 0" <then> ...
probiert, aber erfolglos.
LG, GM!