The Arcive of vBulletin Modifications Site. |
|
Quick Hack Installation In navbar Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thx, first to click install lol
|
|
#3
|
||||
|
||||
|
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!
|
|
#4
|
|||
|
|||
|
Thanks for this, this is pretty neat.
|
|
#5
|
|||
|
|||
|
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.
|
|
#6
|
||||
|
||||
|
nice hack it will let me install the hacks fast thats good
|
|
#7
|
|||
|
|||
|
Thats the point
. Glad your enjoying it.
|
|
#8
|
|||
|
|||
|
nice work, that is effective one.
|
|
#9
|
||||
|
||||
|
Installed m8 nd thnks nice hack
|
|
#10
|
||||
|
||||
|
Your link code is wrong in the links
you have this Code:
<!-- 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--> Code:
<!-- 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--> |
![]() |
|
|