Log in

View Full Version : Links in AdmnCP!


Blam Forumz
09-08-2004, 10:00 PM
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:p

I know its not much but i may as well release it :D

Open admincp/index.php

Find:

if (can_administer('canadminstyles'))


Above add:

// --- 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 :

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 :()

Logician
09-09-2004, 04:29 PM
I've moved thread to "mini-mods" forum and also clicked install for you. :)

Mephisteus
09-09-2004, 05:12 PM
Maybe you can add a little more description to the title? Right now it's rather confusing...

Blam Forumz
09-10-2004, 06:32 AM
Done Dark SSJ3, and thanks Logician

vishalsachar
09-10-2004, 06:44 PM
great little feature - i've loaded my admin cp with all the needed links! great!

*clicks install*

Blam Forumz
09-10-2004, 07:57 PM
Glad you like it :) This is my first good hack ^^

italks
09-11-2004, 04:44 AM
ok installed.thanks.

HiDeo
09-11-2004, 06:37 AM
Nice job ;)

Floris
09-11-2004, 06:39 PM
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:p

I know its not much but i may as well release it :D

Open admincp/index.php

Find:

if (can_administer('canadminstyles'))


Above add:

// --- 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 :

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 :)

mholtum
09-14-2004, 05:44 PM
*clicks Install*

Cool little mod you have there.

PlenoJure
09-22-2004, 03:43 PM
Nice little add-on, small but useful. As a suggestion, it might be worth changing construct_nav_option("YOUR FORUM NAME", 'URL TO YOUR FORUM', '<br />'); into construct_nav_option($vboptions['bbtitle'] . " Forum Home", $vboptions['bburl'], '<br />');That will allow it to be installed without being changed at all.

The Coldwood
09-24-2004, 04:29 PM
Oh, I have a great vB hack comin soon!

Blam Forumz
09-24-2004, 05:36 PM
o_O Whats that supposed to mean?

Ber|Art
10-19-2004, 12:18 PM
Thx man works great, and is very handy :)

Roms
10-19-2004, 04:58 PM
Works great!!

I added the Admin links for my photopost,downloads,shoutbox,and forum home... Yippy! Now I can stay on the Admins area. :)

*Clicks Install

bonnmac
10-19-2004, 05:04 PM
this is neat can you also change the links for the 3 you have to other admin pans? i host a couple of sites would like to use 1 admin pan instead of 2

Blam Forumz
10-19-2004, 05:17 PM
Sure, just find this :


construct_nav_option("YOUR FORUM NAME", 'URL TO YOUR FORUM', '<br />');


and add this under:


construct_nav_option("TEXT", 'URL', '<br />');


Continously do this if you want

bonnmac
10-19-2004, 06:06 PM
will this also work with vb 3.02?? thanks for the help

Blam Forumz
10-19-2004, 06:14 PM
Yup it will :)


(Reminder, click install if you havent already please :P)

bonnmac
10-19-2004, 07:35 PM
clicked install

Lottis
10-21-2004, 03:32 PM
*installed*. Thanx