Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

MyvBulletin Theme

Theme based on vBulletin templates

Version: 1.0
Author: ketto93
Submitted: 6th May 2009
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

Previews:Preview Image 1155