Footer Link - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html) +---- Forum: Sonstiges (https://www.mybb.de/forum/forum-29.html) +---- Thema: Footer Link (/thread-8927.html) |
Footer Link - Razor - 11.03.2008 Hallo, also ich benutze das MyBulletin theme und ich hab das Plugin"ModCP" und ich moechte jetzt den link im footer nur für Super-Moderator einfügen am besten an der Stelle vom Admin CP(wo ja selbstverständlich nur admins sehen können) gruß RE: Footer Link - StefanT - 11.03.2008 Die PHP-Abfrage sollte so funktionieren: PHP-Code: if(is_moderator() == 'yes') |