Back to vBulletin 3.0 Add-Ons

Quick Links - Admincp
Mod Version: 1.00, by tp214

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 5
Released: 11 Apr 2005 Last Update: Never Downloads: 1
Not Supported  

What this does: This Allows you to add quick links into your admincp for your lazy self.

Edits: 2+ depending on how many links

How Long to Install: (Default) 2 minutes

First small hack/hack every, give me a break! :nervous:

<?-- Begin Steps --?>

Ok Firstly, download your admincp/index.php file from your ftp server.

Open it up and find:

Code:
$printhr = false;
	if (can_administer('canadminstyles'))
	{	$printhr = true;
Add After:

Code:
construct_nav_option($vbphrase['quicklink1'], 'http://www.url.com', '<br />');
		construct_nav_group("Quick Links", '<hr />');
(Of course replacing the "http://www.url.com" with your new link.)

After This, you must:

1. Create a new phrase -
type: global
phrase var: quicklink1
text: The name of your first link

After That, you can:

1. Copy and paste the first line
Code:
construct_nav_option($vbphrase['quicklink1'], 'http://www.url.com', '<br />');
and make as many links as you want.

*Note: Everytime you make a new button/link, you must change the "vbphrase" line to something else, and make a new phrase that has:
Code:
type: global
phrase var: newname
text: The name of your second+ link
<!-- End Begin Steps --!>

please click install if you install/edit...

Download

No files for download.

Supporters / CoAuthors

  • tp214

Similar Mods

Administrative and Maintenance Tools Quick Links for the AdminCP Modification Graveyard
Administrative and Maintenance Tools Admincp Extra Quick cutomised Links Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024