|
Add Other Official Site Links to Admin CP
This modification is in the archives.
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: Code:
'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'],
Code:
'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'],
To uninstall, just take back up copy of file and overwrite it. Then optionally delete the phrases. Download No files for download. Screenshots |
|||||||||