Seite 1 von 1

Für Gruppen ausblenden

Verfasst: 15.12.2007 12:07
von Karsten A
Hallo,

ich habe nun schon sehr lange gesucht, aber nicht das Richtige gefunden.
Wie kann ich am einfachsten Folgendes realisieren?

Wenn kein Admin, kein Moderator aber in Gruppe xx oder xy, dann Banner bzw. html code anzeigen?
Danke.

Gruß
Karsten

Verfasst: 15.12.2007 12:43
von Jan500
hi

ich denke das ist was für dich
http://www.phpbb.de/viewtopic.php?t=154217

dann machst du in der jeweiligen php datei (oder wenn es überall benutzbar sein soll bzw ind e roverall_header.tpl dannpage_header.php)ne abfrage die so ähnlich aussieht:
if(user_in_group(groupid) AND $userdata['user_level'] != (ADMIN OR MOD))
{
$template->assign_block_vars('switch_user_see_banner', array());

}
groupid durch die id austauschen :D

dann den html code in der tpl so einfügen
<!-- BEGIN switch_user_see_banner -->
dein html code
<!-- END switch_user_see_banner -->
wichtig ist das das beginn und end jeweils in einer eigenen zeile steht

Jan

Verfasst: 15.12.2007 14:03
von Karsten A
Hallo Jan,

vielen Dank. Es funktioniert.

Gruß
Karsten

edit
Leider funktioniert es nur auf meinem Testforum.
Wenn ich ich es in das richtige Forum einbaue und die funktions.php hochlade, kommt folgende Fehlermeldung

Code: Alles auswählen

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/forum-alkoholiker/includes/functions.php:2203) in /home/www/web1/html/forum-alkoholiker/includes/sessions.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/forum-alkoholiker/includes/functions.php:2203) in /home/www/web1/html/forum-alkoholiker/includes/sessions.php on line 255

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/forum-alkoholiker/includes/functions.php:2203) in /home/www/web1/html/forum-alkoholiker/includes/page_header.php on line 781

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/forum-alkoholiker/includes/functions.php:2203) in /home/www/web1/html/forum-alkoholiker/includes/page_header.php on line 787

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/forum-alkoholiker/includes/functions.php:2203) in /home/www/web1/html/forum-alkoholiker/includes/page_header.php on line 788
funktions.php