
09-11-2004, 06:39 PM
|
|
|
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Blam Forumz
What this does-
-Gives you links in your admincp to vbulletin.org forum,vbulletin.com, and vbulletin templates.
It opens it in the admincp window, so you can still do your admining as well as browsing with a few clicks rather than having mutliple browsers (or tabs if you use firefox) open
I know its not much but i may as well release it
Open admincp/index.php
Find:
PHP Code:
if (can_administer('canadminstyles'))
Above add:
PHP Code:
// --- Blaminators Mini Links ---
construct_nav_option("vBulletin.org Forum", 'https://vborg.vbsupport.ru/', '<br />');
construct_nav_option("vBulletin Templates", 'http://www.vbulletintemplates.com/', '<br />');
construct_nav_option("vBulletin.com", 'http://www.vbulletin.com/', '<br />');
construct_nav_option("YOUR FORUM NAME", 'URL TO YOUR FORUM', '<br />');
construct_nav_group("Links", '<hr />');
// --- End Blaminators Mini Links ---
Just change :
PHP Code:
construct_nav_option("YOUR FORUM NAME", 'URL TO YOUR FORUM', '<br />');
To your details
Please click install if you install this (which im sure you wont  )
|
This fits in perfectly with my little hack to enter http:// addresses directly in the acp
|