MyBB.de Forum
MyvBulletin Theme - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-83.html)
+--- Thema: MyvBulletin Theme (/thread-21415.html)



MyvBulletin Theme - MyBB.de Bot - 07.05.2009

Eine neue Erweiterung wurde veröffentlicht: MyvBulletin Theme

Zitat:Theme created by MyBBSkinner Team.

----------------------------------------------------------

HOW TO INSTALL

- Upload all files** follow the same process of other themes;

- Upload XML file;


** = if you modified global.php and you not want to lose all modify, insert
Code:
if($mybb->usergroup['cancp'] == 1 && $mybb->config['hide_admin_links'] != 1)
    {
        eval("\$foot_admin = \"".$templates->get("foot_ifadmin")."\";");
    }
    
    if($mybb->usergroup['canmodcp'] == 1)
    {
        eval("\$foot_mod = \"".$templates->get("foot_ifmod")."\";");
    }

Befor the ?> tag of php.

If you didin't modify global.php replace it with global.php in the pack

Vorschau:
http://mybbskinner.altervista.org/forum/index.php



RE: MyvBulletin Theme - toolchain - 12.07.2010

Da fehlt die XML-Datei


RE: MyvBulletin Theme - StefanT - 12.07.2010

Bitte wende dich an den Autor.