Version: 1.0, by Developer
Developer Last Online: Nov 2010
Version: 3.5.3
Rating:
Released: 01-18-2006
Last Update: 01-18-2006
Installs: 71
Uses Plugins Template Edits
No support by the author.
This is an addon for: Menu Control Hack and this for no template editng
Desc:
in the ZIP you will see 2 Products one for puting the menu under the nav. bar its name [product-developer-addondown] as you see Here and one for puting the menu above the nav. bar its name [product-developer-addonup] as you see Here
Summary:
2 plugins
1 template Donation::.
Feel Free To
last thing: Install It PLz if you want to use menu control easily.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.
this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.
Someone please answer. I need to know this also. :ermm:
this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.
From looking at the template it kind of looks like it should be in the VB Options
list. I don't see it though. I am totally baffled by this.
people this is an addon its goal is to edit the template automatically just import the plugin
if you look at this hack https://vborg.vbsupport.ru/showthread.php?t=104725
in the readme it need a template edit and this plugin make no template edit by edit the template automatically
regards.
@Dirtycrow: I you install both Plugin's you have a upper AND a lower bar Don't know how this will work. We need a "ON/OFF" Option for the Upper/Lower Bar
@ Mac27: Nothing to edit ! You have to Install the Plugin you would like to see (The Upper OR the Lower Navi)-Version. If you select "Turn your second menu online?" = YES the second Navibar will also show up.
This works in versions 3.6.x (I'm running 3.6.2), however their is a modification that needs to be made in the template if you use the UP template. ONLY THE UP TEMPLATE. Down is as it should be.
The actual template name is: menucontrol-developeraddonup
The code at the beginning looks like this
Code:
<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
The correct version should be this, just so it doesn't have the double line at the bottom.
Code:
<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
See RED text as that's the only difference.
So, style="border-top-width:0px" should be changed to style="border-bottom-width:0px"