View Full Version : Quick Hack Installation In navbar
UltimateOreo!
12-31-2006, 10:00 PM
IF YOU USE PLEASE CLICK INSTALL
This is just a small code that adds an admin only link to your navbar that features the following links-
Edit a Style
Vbulletin Options
Database Backup
Maintenance
SQL Query
Product Manager
Support will be in this thread, and feel free to suggest things.
You may edit and re-release this hack, but please send me a PM letting me know, and put this thread link in your hack description.
Users who did not click install will be considered low priority.
Genjuro-Sensei
01-02-2007, 10:09 AM
Thx, first to click install lol ;)
TheBlackPoet
01-02-2007, 01:12 PM
the links dont work for me.... im sure its some link editing i need to do... i have vbonjour's portal installed and sometimes i have to edit links... but when i get it working this is going to be a kick-butt addition.. quick and efficient!
GruntHalo
01-02-2007, 05:26 PM
Thanks for this, this is pretty neat. :D
UltimateOreo!
01-02-2007, 07:14 PM
Poet, if you give me the links that you have to edit with Vbonjour, I will do a release of the code compatible with the portal.
Terminatoronly
01-02-2007, 08:05 PM
nice hack it will let me install the hacks fast thats good :D
UltimateOreo!
01-02-2007, 08:13 PM
Thats the point :D. Glad your enjoying it.
cupra
01-03-2007, 01:15 PM
nice work, that is effective one.
wengi
01-05-2007, 10:36 PM
Installed m8 nd thnks nice hack
WildSharky
01-06-2007, 07:18 AM
Your link code is wrong in the links
you have this
<!-- Drop down for Quick Hack Installation in navbar-->
<div class="vbmenu_popup" id="navmod01_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Hack Install</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/template.php$session[sessionurl_q]">Edit a Style</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/options.php[sessionurl_q]">Vbulletin Options</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/backup.php[sessionurl_q]">Database Backup</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/misc.php[sessionurl_q]">Maintenance</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/queries.php[sessionurl_q]">SQL Query</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/plugin.php[sessionurl_q]">Product Manager</a></td></tr>
</table>
</div>
<!-- / Quick Hack Installation-->
and it should be this
<!-- Drop down for Quick Hack Installation in navbar-->
<div class="vbmenu_popup" id="navmod01_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Hack Install</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/template.php$session[sessionurl_q]">Edit a Style</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/options.php$session[sessionurl_q]">Vbulletin Options</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/backup.php$session[sessionurl_q]">Database Backup</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/misc.php$session[sessionurl_q]">Maintenance</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/queries.php$session[sessionurl_q]">SQL Query</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/plugin.php$session[sessionurl_q]">Product Manager</a></td></tr>
</table>
</div>
<!-- / Quick Hack Installation-->
UltimateOreo!
01-06-2007, 10:19 PM
I dont see a difference....
he forgot the $session part
UltimateOreo!
01-07-2007, 02:41 AM
Oh, lol, i did it in the first one, then i got lazy. Updated!
WildSharky
01-07-2007, 02:52 AM
glad you see it now....
stomph
01-26-2007, 03:16 AM
Great, thank you!
TheBlackPoet
01-26-2007, 03:32 AM
Ultimate.. thanks..., but i got it to working.... and damn!! i really love this hack... makes my life much easier!!!
INSTALLED!
titchpitch
02-01-2007, 08:09 PM
il give it a go thanks
Bat21
02-02-2007, 01:09 PM
Cool, is there any way more than one usergroupid can be added as I have another use for this hack?
UltimateOreo!
02-16-2007, 09:33 PM
Of course, you just find 6 in the first portion of the code, which is the admin usergroup, add a comma and then the usergroup ID of the usergroup you want to view it.
Bat21
02-17-2007, 07:18 PM
Of course, you just find 6 in the first portion of the code, which is the admin usergroup, add a comma and then the usergroup ID of the usergroup you want to view it.
Sorry but that will not work... anyone else know how to do this?
UltimateOreo!
02-18-2007, 08:54 PM
Try this-
<if condition="$bbuserinfo[usergroupid] == 6,(usergroup ID here,usergroup ID here">
Like that.
valdet
02-21-2007, 01:17 PM
Thanks this is a cool addition to my overloaded navbar.. :)
UltimateOreo!
04-15-2007, 04:40 PM
Hehe, I know that feeling, on my first board, I had 3 navbars......
sdavis2702
04-30-2008, 10:56 AM
Awesome... thanks :)
sdavis2702
05-05-2008, 06:05 AM
This hack was really easy to adjust and make custom drop downs. I love it. I used it to make one as a Forum Jump :) http://armedforcescarclub.com/
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.