cheat-master30
04-20-2008, 10:00 PM
This modification simply edits the nice dropdown menu in the Admin Control Panel to have links to vBulletin.org, vBulletin Germany, the German Resource site, vBulletin China and vBulletin Hungrary. Or just add the ones you feel like adding. This does however require a VERY minor file edit, so I guess back up the file beforehand.
Open in the Admin CP folder the index.php file and find:
'vBulletin' => array(
'http://www.vbulletin.com/' => $vbphrase['home_page'] . ' (vBulletin.com)',
'http://members.vbulletin.com/' => $vbphrase['members_area'],
'http://www.vbulletin.com/forum/' => $vbphrase['community_forums'],
'http://www.vbulletin.com/docs/html/' => $vbphrase['reference_manual'],
Add underneath:
'http://www.vbulletin.org/' => $vbphrase['vBulletinorg'],
'http://www.vbulletin-hungary.com/' => $vbphrase['vBulletinHungrary'],
'http://www.vbulletin-china.cn/' => $vbphrase['vBulletinChina'],
'http://www.vbulletin-germany.com/' => $vbphrase['vBulletinGermany'],
'http://www.vbulletin-germany.org/' => $vbphrase['vBulletinGermanyMod'],
Then, add phrases for vBulletinorg, vBulletinHungrary, vBulletinChina, vBulletinGermany and vBulletinGermanyMod. That's it.
To uninstall, just take back up copy of file and overwrite it. Then optionally delete the phrases.
Open in the Admin CP folder the index.php file and find:
'vBulletin' => array(
'http://www.vbulletin.com/' => $vbphrase['home_page'] . ' (vBulletin.com)',
'http://members.vbulletin.com/' => $vbphrase['members_area'],
'http://www.vbulletin.com/forum/' => $vbphrase['community_forums'],
'http://www.vbulletin.com/docs/html/' => $vbphrase['reference_manual'],
Add underneath:
'http://www.vbulletin.org/' => $vbphrase['vBulletinorg'],
'http://www.vbulletin-hungary.com/' => $vbphrase['vBulletinHungrary'],
'http://www.vbulletin-china.cn/' => $vbphrase['vBulletinChina'],
'http://www.vbulletin-germany.com/' => $vbphrase['vBulletinGermany'],
'http://www.vbulletin-germany.org/' => $vbphrase['vBulletinGermanyMod'],
Then, add phrases for vBulletinorg, vBulletinHungrary, vBulletinChina, vBulletinGermany and vBulletinGermanyMod. That's it.
To uninstall, just take back up copy of file and overwrite it. Then optionally delete the phrases.