PDA

View Full Version : Mini Mods - Add Other Official Site Links to Admin CP


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.

cheat-master30
04-21-2008, 07:43 PM
Oh, and both installation and uninstallation now guaranteed to be extremely simple.

Hornstar
04-22-2008, 07:27 AM
could be useful but im too lazy to do the file edit lol so id just rather book mark the sites I need to save time. thanks for the release tho.

cheat-master30
04-22-2008, 07:53 AM
No problem. I wish the Admin CP used templates...

digicom
04-22-2008, 09:03 AM
Thanks apprciated :up:

Jasem
04-22-2008, 10:11 PM
Thank you very much