View Full Version : Menu Control
Derekclarke
03-02-2006, 09:06 AM
Hornstar, This is not a Bug. it has to be something you have done.
I have got this running perfect on 3.5.4
I would go back and check all your templates.
White Bear
03-03-2006, 08:06 PM
Marky,
Thanks, for your efforts. This is very useful for many sites.
No pressure, but wondering if you have an estimate when ver 2.0 might be released. I really need the dropdown menus feature.
Marky
03-03-2006, 08:26 PM
Im working on vBDiscussion - when that is open, I will be releasing 2.0 on there. So I estimate a couple of weeks.
brvheart
03-05-2006, 05:31 PM
1.3 installed, but the navbar color changes are not happening for me, I tried putting in the # and taking it out. It is a 3.5.4 board, any help please?
PimvanJ
03-06-2006, 08:30 AM
Hornstar, This is not a Bug. it has to be something you have done.
I have got this running perfect on 3.5.4
I would go back and check all your templates.
Also with the arcade installed?
Without any further editing?
I'm checking all over again, but when I update menu control from 1.2 (with absolutely the right editing) to v1.3 The menu disappear in both arcade and "new treads, but only if there are no new treads.
Regards,
Pim
Found a solution :squareeyed: , replace $menucontrol in the navbar template with the code from the menu control. :nervous:
brvheart
03-06-2006, 02:10 PM
I have the arcade installed, the menu control works great, minus the changing color switch, I can not change the color of the links in hte navbar but other than that, it works great.
NiTRoN
03-07-2006, 06:28 PM
great mod, thanks.
I did find that to make the links match my various style templates that I removed the references to font colour in the template code though ;)
I did modify addon made by https://vborg.vbsupport.ru/showthread.php?t=105711 that lets u use it without template modification and uses ur current skins colors. PM ME if you need help or modded files. Its up to date with the 1.3 release posted in this tread..
LeonHartHVA
03-09-2006, 05:09 AM
Can I add NAVBAR POPUP MENUS into 1 item?
Can you make it for future?
Marky
03-09-2006, 02:41 PM
Can I add NAVBAR POPUP MENUS into 1 item?
Can you make it for future?
Popup menus will be in the next version (Version 2.0)
brvheart
03-10-2006, 02:33 PM
Marky, the colors switch is not working for me...can you give me a hand please?
Marky
03-10-2006, 05:39 PM
Marky, the colors switch is not working for me...can you give me a hand please?
Sure PM me your MSN address and i'll help you out :)
Ashiro
03-10-2006, 06:28 PM
Can I make a suggestion?
Rather than just allowing the colour to be changed. Allow people to add their own html styling. You know usergroup titles can have html styling and is provided by having two text boxes that allow you to enter begin and end tags?
So have two boxes for the begin and end tag that could allow someone to do something like this:
FIRST BOX:
<span style="color:FF0000; font-family:arial; font-weight:normal;">
SECOND BOX:
</span>
That way you aren't just allowing them to change the colour of that menu item but the whole style of it.
Those two values would obviously be added either side of the link text and url.
If you need any help with this then let me know.
Smiry Kin's
03-12-2006, 06:47 PM
is is possible to set a dimentsion for say a pop up. e.g for chat, i dont want it to be full page, i want it to be half or sumit?? please help dude :P
brvheart
03-20-2006, 06:39 PM
Sure PM me your MSN address and i'll help you out :)
did you get the pm?
VTXCafe.com
03-21-2006, 04:43 AM
I have a question, I read thru all the pages and didn't see it answered.
I have 5 links I'm using, don't need all 9 right now. I want to use the image function but when I turn the image function it adds the red X for the link I'm not using. I have the other 4 links (6-9) blank, is there a way to use images in the 5 links I'm using without having the X's?
Marky
03-21-2006, 03:34 PM
did you get the pm?
I just got your PM :)
Replied too :)
I have 5 links I'm using, don't need all 9 right now. I want to use the image function but when I turn the image function it adds the red X for the link I'm not using. I have the other 4 links (6-9) blank, is there a way to use images in the 5 links I'm using without having the X's?
Wow... I can't believe I've not thought of that! Sorry, this is not included in this version, but I will include it in the next version!
On the same subject, I have decided since I need to add so many new features to this modification, I will be bringing out version 1.4 before I bring out 2.0.
So the next version will be 1.4 Final. You can expect this update to be released just after I have opened vBDiscussion.com.
Thanks,
Marky
bada_bing
03-27-2006, 07:28 PM
I have installed this hack on my other site but it wont display. I am using a different skin then the original VB one. here is my navbar. Where and what code do I place to make this show up. Yes its enabled in admin cp
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<div class="breadcrumb" nowrap="nowrap"><a href="#" onclick="history.back(1); return false;" style="float: $stylevar[left]"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" style="float: $stylevar[right]" /><div class="breadcrumbtext" style="float: $stylevar[right]"><span class="navbar"><span class="smallfont">
<if condition="$show['member']">
<if condition="$bbuserinfo['pmunread'] AND $show['pmstats']"><a href="private.php$session[sessionurl_q]"><img src="$stylevar[imgdir_button]/pmnew.gif" alt="$vbphrase[private_messages]" border="0" /></a></if>
<if condition="$show['popups']">
<a href="$show[nojs_link]#memberinfo" title="<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>" id="memberinfo">$bbuserinfo[username]</a> <script type="text/javascript"> vbmenu_register("memberinfo"); </script>
<else />
<a href="usercp.php$session[sessionurl_q]" title="$vbphrase[user_control_panel]">$bbuserinfo[username]</a></if>
<else />
<if condition="$show['popups']">
<a href="$show[nojs_link]#login" title="$vbphrase[enter_username_to_login_or_register]" id="login"><if condition="$show['registerbutton']">$vbphrase[register] / </if>$vbphrase[log_in]</a> <script type="text/javascript"> vbmenu_register("login"); </script>
<else />
<if condition="$show['registerbutton']">
<a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></if>
</if>
</if>
</span></span>
</div>
<if condition="is_array($navbits)">
<div class="breadcrumbtext"><span class="navbar" ><strong><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></strong> $navbits[breadcrumb]
<if condition="THIS_SCRIPT == 'showthread' or THIS_SCRIPT == 'newreply' or THIS_SCRIPT == 'editpost' or THIS_SCRIPT == 'private'"><else />
$navbits[lastelement]</if></span></div>
<else />
<div class="breadcrumbtext" nowrap="nowrap"><span class="navbar"><strong>$vboptions[bbtitle]</strong></span></div>
</if>
</div>
<br />
<if condition="!$show['popups']">
<table cellpadding="0" cellspacing="0" border="0">
<tr><td valign="top">
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->
</if>
</td>
<if condition=" $show['guest']">
<td style="padding: $stylevar[cellpadding];"> </td>
<td valign="top">
<!-- login -->
<div align="$stylevar[right]">
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="250">
<tr>
<td class="thead" colspan="3" nowrap="nowrap"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></td>
</tr>
<tr>
<!-- login form -->
<td class="alt1" valign="top" nowrap="nowrap">
<input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />
</td>
<td class="alt2" valign="top" nowrap="nowrap">
<input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" />
</td>
<td class="alt1" valign="top" nowrap="nowrap">
<input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" style="visibility:vboptions[rememberme]" checked="checked" />
</td>
<!-- / login form -->
</tr>
</table><input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form></div><!-- / login -->
</td>
<else />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" ><tr>
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td></tr></table>
</if>
</tr>
</table>
<br />
</if>
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="THIS_SCRIPT == 'showthread'">
<tr>
<td class="tcat" width="100%"><div style="float: $stylevar[right]">
<if condition="$vboptions['allowthreadedmode']">
<!-- ************************************************** ** -->
<!-- thread display mode menu -->
<if condition="$show['linearmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear_on.gif" alt="$vbphrase[linear_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIR STPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[switch_to_linear_mode]" border="0" /></a>
</if>
<if condition="$show['hybridmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid_on.gif" alt="$vbphrase[hybrid_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[switch_to_hybrid_mode]" border="0" /></a>
</if>
<if condition="$show['threadedmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded_on.gif" alt="$vbphrase[threaded_mode]" /> <else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$F IRSTPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[switch_to_threaded_mode]" border="0" /></a>
</if>
<!-- / thread display mode menu -->
</if>
</div>
$vbphrase[thread]: $thread[title]
</td>
</tr>
</if>
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
<else />
<if condition="THIS_SCRIPT == 'showthread'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%">
<div style="float: $stylevar[right]">
<if condition="$vboptions['allowthreadedmode']">
<!-- ************************************************** ** -->
<!-- thread display mode menu -->
<if condition="$show['linearmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear_on.gif" alt="$vbphrase[linear_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIR STPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[switch_to_linear_mode]" border="0" /></a>
</if>
<if condition="$show['hybridmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid_on.gif" alt="$vbphrase[hybrid_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[switch_to_hybrid_mode]" border="0" /></a>
</if>
<if condition="$show['threadedmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded_on.gif" alt="$vbphrase[threaded_mode]" /> <else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$F IRSTPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[switch_to_threaded_mode]" border="0" /></a>
</if>
<!-- / thread display mode menu -->
</if>
</div>
$vbphrase[thread]: $thread[title]
</td>
</tr>
</table><br /></if>
</if>
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" /> $gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- memberinfo -->
<div class="vbmenu_popup" id="memberinfo_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>
<if condition="is_browser('safari')"><input type="submit" onclick="window.location=\'usercp.php$session[sessionurl_q]\'; return false" class="button" value="$vbphrase[user_cp]" /><else />
( <a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a> )</if></td>
</tr>
<tr>
<td class="alt1">
<span class="smallfont"><phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if></span>
</td>
</tr>
<tr><td class="vbmenu_option"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a>
</td></tr>
</table>
</div>
<!-- / memberinfo -->
<else />
<!-- login -->
<div class="vbmenu_popup" id="login_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></td>
</tr>
<tr>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" style="visibility:vboptions[rememberme]" checked="checked" /></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</tr>
<if condition="$show['registerbutton']">
<tr><td class="vbmenu_option"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a>
</td></tr></if>
</table>
</div>
<!-- / login -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a>
</td></tr>
</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>
bloodwrath
04-03-2006, 02:33 AM
awesome
installed
patsalko
05-01-2006, 11:29 PM
hello! great hack
however where do you put the images in order for them to show on the menu???
the documentation does not say
TIA
Boofo
05-01-2006, 11:34 PM
Any add this to the top of the navbar instead of under the other one? ;)
Marky
05-02-2006, 05:00 PM
Any add this to the top of the navbar instead of under the other one? ;)
Instructions for this are included in the zip file :)
hello! great hack
however where do you put the images in order for them to show on the menu???
the documentation does not say
TIA
Do you mean where you choose what images are on what links? Because each link gets a different image URL link, it is in the admincp options :)
ncangler
05-02-2006, 05:17 PM
Marky, Thank you for this addon. It has really helped me develop more options for my forums. I have noticed one small problem that I am hoping you can help me with. When you select "New Posts" from the vBulletin navbar and there are no new posts then the additional navbar does not appear. Do you know how I can adjust the code to have the second navbar show up in every instance? Thanks.
Randy
bashy
05-03-2006, 10:26 PM
Hi peeps
Dont matter, sorted it :)
mkdevo
05-04-2006, 02:25 PM
marky - quick question...
when you position the new menu at the top of the navbar, it 'doubles up' the border between the menu and the navbar, making that border thicker than the one between the bottom of the navbar and the bottom menu.
any idea how to fix? thanks..
marky - any idea about this? still happens with the newest version. see pic below..
bada_bing
05-04-2006, 03:21 PM
I have installed this hack on my other site but it wont display. I am using a different skin then the original VB one. here is my navbar. Where and what code do I place to make this show up. Yes its enabled in admin cp
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<div class="breadcrumb" nowrap="nowrap"><a href="#" onclick="history.back(1); return false;" style="float: $stylevar[left]"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" style="float: $stylevar[right]" /><div class="breadcrumbtext" style="float: $stylevar[right]"><span class="navbar"><span class="smallfont">
<if condition="$show['member']">
<if condition="$bbuserinfo['pmunread'] AND $show['pmstats']"><a href="private.php$session[sessionurl_q]"><img src="$stylevar[imgdir_button]/pmnew.gif" alt="$vbphrase[private_messages]" border="0" /></a></if>
<if condition="$show['popups']">
<a href="$show[nojs_link]#memberinfo" title="<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>" id="memberinfo">$bbuserinfo[username]</a> <script type="text/javascript"> vbmenu_register("memberinfo"); </script>
<else />
<a href="usercp.php$session[sessionurl_q]" title="$vbphrase[user_control_panel]">$bbuserinfo[username]</a></if>
<else />
<if condition="$show['popups']">
<a href="$show[nojs_link]#login" title="$vbphrase[enter_username_to_login_or_register]" id="login"><if condition="$show['registerbutton']">$vbphrase[register] / </if>$vbphrase[log_in]</a> <script type="text/javascript"> vbmenu_register("login"); </script>
<else />
<if condition="$show['registerbutton']">
<a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></if>
</if>
</if>
</span></span>
</div>
<if condition="is_array($navbits)">
<div class="breadcrumbtext"><span class="navbar" ><strong><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></strong> $navbits[breadcrumb]
<if condition="THIS_SCRIPT == 'showthread' or THIS_SCRIPT == 'newreply' or THIS_SCRIPT == 'editpost' or THIS_SCRIPT == 'private'"><else />
$navbits[lastelement]</if></span></div>
<else />
<div class="breadcrumbtext" nowrap="nowrap"><span class="navbar"><strong>$vboptions[bbtitle]</strong></span></div>
</if>
</div>
<br />
<if condition="!$show['popups']">
<table cellpadding="0" cellspacing="0" border="0">
<tr><td valign="top">
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->
</if>
</td>
<if condition=" $show['guest']">
<td style="padding: $stylevar[cellpadding];"> </td>
<td valign="top">
<!-- login -->
<div align="$stylevar[right]">
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="250">
<tr>
<td class="thead" colspan="3" nowrap="nowrap"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></td>
</tr>
<tr>
<!-- login form -->
<td class="alt1" valign="top" nowrap="nowrap">
<input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />
</td>
<td class="alt2" valign="top" nowrap="nowrap">
<input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" />
</td>
<td class="alt1" valign="top" nowrap="nowrap">
<input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" style="visibility:vboptions[rememberme]" checked="checked" />
</td>
<!-- / login form -->
</tr>
</table><input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form></div><!-- / login -->
</td>
<else />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" ><tr>
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
</div>
</td></tr></table>
</if>
</tr>
</table>
<br />
</if>
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="THIS_SCRIPT == 'showthread'">
<tr>
<td class="tcat" width="100%"><div style="float: $stylevar[right]">
<if condition="$vboptions['allowthreadedmode']">
<!-- ************************************************** ** -->
<!-- thread display mode menu -->
<if condition="$show['linearmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear_on.gif" alt="$vbphrase[linear_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIR STPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[switch_to_linear_mode]" border="0" /></a>
</if>
<if condition="$show['hybridmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid_on.gif" alt="$vbphrase[hybrid_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[switch_to_hybrid_mode]" border="0" /></a>
</if>
<if condition="$show['threadedmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded_on.gif" alt="$vbphrase[threaded_mode]" /> <else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$F IRSTPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[switch_to_threaded_mode]" border="0" /></a>
</if>
<!-- / thread display mode menu -->
</if>
</div>
$vbphrase[thread]: $thread[title]
</td>
</tr>
</if>
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
<else />
<if condition="THIS_SCRIPT == 'showthread'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%">
<div style="float: $stylevar[right]">
<if condition="$vboptions['allowthreadedmode']">
<!-- ************************************************** ** -->
<!-- thread display mode menu -->
<if condition="$show['linearmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear_on.gif" alt="$vbphrase[linear_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIR STPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[switch_to_linear_mode]" border="0" /></a>
</if>
<if condition="$show['hybridmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid_on.gif" alt="$vbphrase[hybrid_mode]" />
<else />
<a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[switch_to_hybrid_mode]" border="0" /></a>
</if>
<if condition="$show['threadedmode']">
<img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded_on.gif" alt="$vbphrase[threaded_mode]" /> <else />
<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$F IRSTPOSTID"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[switch_to_threaded_mode]" border="0" /></a>
</if>
<!-- / thread display mode menu -->
</if>
</div>
$vbphrase[thread]: $thread[title]
</td>
</tr>
</table><br /></if>
</if>
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="text" class="bginput" name="query" size="20" /> $gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>
<if condition="$show['member']">
<!-- memberinfo -->
<div class="vbmenu_popup" id="memberinfo_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>
<if condition="is_browser('safari')"><input type="submit" onclick="window.location=\'usercp.php$session[sessionurl_q]\'; return false" class="button" value="$vbphrase[user_cp]" /><else />
( <a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a> )</if></td>
</tr>
<tr>
<td class="alt1">
<span class="smallfont"><phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if></span>
</td>
</tr>
<tr><td class="vbmenu_option"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a>
</td></tr>
</table>
</div>
<!-- / memberinfo -->
<else />
<!-- login -->
<div class="vbmenu_popup" id="login_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></td>
</tr>
<tr>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" style="visibility:vboptions[rememberme]" checked="checked" /></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</tr>
<if condition="$show['registerbutton']">
<tr><td class="vbmenu_option"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a>
</td></tr></if>
</table>
</div>
<!-- / login -->
</if>
<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a>
</td></tr>
</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
<!-- PAGENAV POPUP -->
<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
</form>
</td>
</tr>
</table>
</div>
<!-- / PAGENAV POPUP -->
</if>
anyone before i uninstall
Marky
05-04-2006, 05:59 PM
anyone before i uninstall
PM me your MSN and I will personally take a look for you as soon as I can. Sorry for the delay.
marky - any idea about this? still happens with the newest version. see pic below..
I'd also like to help you by taking a look at your admincp, so PM me your MSN so we can talk easier ;)
As I've mentioned in my latest post in my Google Banner Manage modification, I have GCSE examinations coming up very fast indeed, and so progress on the next version will continue in about a month, im very sorry for the delay in the update, but Im sure your going to love the new features :p
Thanks,
Marky
Dr.Viggy
05-05-2006, 03:11 PM
this is awesome. makes it easier to control navigation and keeps the main navbar uncluttered. thanks alot for this.
*clicks install
william5
05-05-2006, 10:23 PM
Awesome! I've been looking around for something like this.
*clicks install
Marky
05-07-2006, 08:00 PM
Glad you like ;)
Titania
05-11-2006, 03:14 AM
A quick tip if you are using images and want less than nine links. Create a 1 x 1 pixel transparent gif image and use that for the unwanted links. Make sure there is no text in that link either. Just leave all fields (except for the 1 px image field!) blank. :)
See attached pic.
Good luck with your exams Marky :)
Marky
05-12-2006, 06:12 PM
A quick tip if you are using images and want less than nine links. Create a 1 x 1 pixel transparent gif image and use that for the unwanted links. Make sure there is no text in that link either. Just leave all fields (except for the 1 px image field!) blank. :)
See attached pic.
Good luck with your exams Marky :)
Another GREAT idea! That will save me a lot of coding that isn't needed :)
Thanks for the Luck lol ;)
UpstateNYer
05-13-2006, 10:34 PM
Any idea if this will work in 3.5.4??
bashy
05-13-2006, 10:38 PM
It works ok for me in 3.5.4
Titania
05-14-2006, 01:57 AM
Another GREAT idea! That will save me a lot of coding that isn't needed :)
Thanks for the Luck lol ;)
You're welcome :)
Thanks for coding such a useful plugin. This is definitely one of my fave's. :D
One feature that would be cool (and I'm sure you've thought about it for your next release) would be to have the link opening options on a per link basis instead of global.
Marky
05-14-2006, 10:20 AM
You're welcome :)
Thanks for coding such a useful plugin. This is definitely one of my fave's. :D
One feature that would be cool (and I'm sure you've thought about it for your next release) would be to have the link opening options on a per link basis instead of global.
Yes this will definatly be in the next release. :)
Any idea if this will work in 3.5.4??
Yes Menu Control works in 3.5.4 :)
bashy
05-14-2006, 12:28 PM
Hi Marky...
I am having trouble getting the images to show?
Any advice please, i have tried http://www.imageurl and www.imageurl
neither show the image, not sure what else to try...
Image is turn on in the hack as well
Marky
05-15-2006, 08:29 PM
Hi Marky...
I am having trouble getting the images to show?
Any advice please, i have tried http://www.imageurl and www.imageurl
neither show the image, not sure what else to try...
Image is turn on in the hack as well
Hmm must be something in the menucontrol template. PM me the complete PHP code in the "menucontrol" template :)
Thanks,
Marky
bashy
05-15-2006, 08:32 PM
Pm sent Marky, Thanks
Marky
05-16-2006, 02:18 PM
Hey guys....
Im not trying to convince you or anything... but comeon - you KNOW in your hearts you want to vote for this modification for mod of the month lol ;)
In other news... support will be a little slow for a bit as for about a month from this day forward, I will be studying hard for my GCSE's, so if you really need help, you would probably get a faster response by contacting me via PM. I will be sure to keep checking vbulletin.org ;)
Thanks,
Marky
P.S VOTE MENU CONTROL ahem...
bashy
05-16-2006, 09:29 PM
I would if there was a voting thingy...its not there at present :(
Gooses
05-17-2006, 04:32 AM
First of all, I want to commend you on this nicely made hack. Secondly, I have a quick question; namely, is this added menu bar affected by the forum skin?
I was about to ask if it worked in 3.5.4, but then I saw this:
Yes Menu Control works in 3.5.4
So, thanks again!
LeonHartHVA
05-17-2006, 04:59 AM
I just wait u release version have drop menu items ;)
icare
05-18-2006, 01:09 AM
is it possible to add no follow tag tone of my links in additional navbar?
Holidazed
05-18-2006, 08:06 PM
This is an awesome hack with so much potential. can we get drop-down menus added? I know this was asked before, but I cann find if you have added it to the latest version? With that additon, I will definately install this and vote for it as HotM too.
VTXCafe.com
05-20-2006, 04:24 AM
Hey guys....
Im not trying to convince you or anything... but comeon - you KNOW in your hearts you want to vote for this modification for mod of the month lol ;)....
....P.S VOTE MENU CONTROL ahem...
I would but I don't see a May HOTM anywhere.
I do love this hack.
glowinggal
05-20-2006, 07:41 PM
I just wait u release version have drop menu items ;)
OH; now that would be nice too :)
dirtycrow
05-22-2006, 03:02 AM
i just installed a new skin and the second nav bar is not showing up, suggestions please.
Marky
05-24-2006, 06:35 PM
i just installed a new skin and the second nav bar is not showing up, suggestions please.
Sorry for the delay, but Im revising hard for my GCSE's now so support will be slow :p
Anyways, that would be because you haven't added:
$menucontrol
to your navbar template in your new skin :)
Have fun!
- Marky
cfgray
05-24-2006, 11:17 PM
This is simply a great hack. Marky was extremely helpful in modifying it for our forum. Great guy.
best,
cfgray
UpstateNYer
05-27-2006, 01:08 AM
Awesome...thanks for getting back....have to show my partners this and see about getting it installed :up: :up:
Marky
05-27-2006, 10:47 AM
Awesome...thanks for getting back....have to show my partners this and see about getting it installed :up: :up:
Thanks glad you liked it :)
This is simply a great hack. Marky was extremely helpful in modifying it for our forum. Great guy.
best,
cfgray
Thanks and no problem :)
UncoderMom
05-30-2006, 07:35 PM
Perfect!
*installed*
D-Block
05-31-2006, 12:18 PM
~ This mod works with 3.5.4 fine I am assuming?
Marky
06-01-2006, 08:14 AM
~ This mod works with 3.5.4 fine I am assuming?
Yes it does :)
hyony
06-01-2006, 11:43 AM
Marky, when will u release dropdown link menu, i really need it :)
Marky
06-01-2006, 02:09 PM
I have two weeks of exams left. After they have finished, I will be working hard on completing Menu Control 1.4 :)
I think I will make 2 of the links dropdown bars and I will include a HOW-TO with the modification telling you how to add more options and dropdown menu links :)
Hornstar
06-05-2006, 07:23 PM
I just uninstlled it then intalled it again to see if it would fix the problem
But i still get this for the links that I add
http://www.gamerzneeds.net/forums/www.mgarcade.com/forum/index.php
What is causing this?
VTXCafe.com
06-08-2006, 11:43 PM
Marky,
I read thru the thread and may have missed it...
I have added a second menu but it's the same as the first one. How do I make the second menu different than the first one?
Marky
06-10-2006, 02:11 PM
Marky,
I read thru the thread and may have missed it...
I have added a second menu but it's the same as the first one. How do I make the second menu different than the first one?
Do you mean you installed Menu Control again to get a second menu? If so - this would happen because the variables are the same as the original Menu Control installation. I edited the modification for someone on this forum so that you could install menu control a second time, I've just found the edited xml file. Gimmie a few and I'll post up how to install Menu Control a second time.
Marky
06-10-2006, 02:18 PM
How to: Add a third menu to your forums by installing Menu Control Twice
This edit to Menu Control has only been tested on one board, and I am prepared to give support for it. BUT - consider this option as a beta, as in the next version, I will include more stable instructions how to do this...
STEP 1: Upload the attached .xml file (menucontrol-1.3-extended.xml) as a product as you would with Menu Control.
STEP 2: Go to template 'Navbar':
FIND: $menucontrol
ADD BELOW: $menucontrol2
STEP 3: You can now view options for your third menu in vBulletin Options under 'Menu Control 1.3 Extended'.
Thanks,
Marky
daystorm
06-15-2006, 03:36 PM
Hello,
First off great mod!
Secondly, I need help linking to a person's profile page. Could someone please put in the proper code so that I can copy it and set it up.
Thank you in advance,
Ella
Marky
06-16-2006, 05:55 AM
It's:
http://www.yoursite.com/member.php?u=memberidhere
newbe_haselina
06-16-2006, 08:18 AM
What a great hack :bunny: I really love it and I'm really looking forward to the next releases and/or the next version ;)
For the moment there is just one question left. I run vB 3.5.4 with vBEasy Portal. The menu controll bar is placed at the portal-site, but on the portal-site automatically a "forum" link is inserted. Please see the screenshot ...
Can you please help me to get rid of it? :-)
Thanks for helping and thanks for providing us with such great stuff :cool:
daystorm
06-17-2006, 05:29 PM
Hello and thank you for replying,
where you put "memberprofilehere", what is the code for that? I have tried several and unless I specify one member profile number it does not work. Though, obviously when I specify one person's number everybody get redirected to that page.
Again, Please help.
Ella
It's:
jw00dy
06-19-2006, 09:52 AM
Excellent job on this. It's awesome.
I only have one request. Is it possible (and this may have been mentioned, so if it has, please forgive me) to make it so each link has a customizable "target=" so that some will open in a new window (_blank) while others are the parent (_parent) or whatever you wish. Rather then just having a single option for all the links.
Again, thanks for the hack, it's very helpful.
Marky
06-19-2006, 10:04 AM
Excellent job on this. It's awesome.
I only have one request. Is it possible (and this may have been mentioned, so if it has, please forgive me) to make it so each link has a customizable "target=" so that some will open in a new window (_blank) while others are the parent (_parent) or whatever you wish. Rather then just having a single option for all the links.
Again, thanks for the hack, it's very helpful.
That will be in the next version :) Each link will be able to have customizable target windows :)
Hello and thank you for replying,
where you put "memberprofilehere", what is the code for that? I have tried several and unless I specify one member profile number it does not work. Though, obviously when I specify one person's number everybody get redirected to that page.
Again, Please help.
Ella
Not sure what you mean but by memberprofilehere I mean the ID number of the user. For example, mine on vBulletin.org is 60970
So the url for my profile is:
http://www.vbulletin.org/member.php?u=60970
What a great hack I really love it and I'm really looking forward to the next releases and/or the next version
For the moment there is just one question left. I run vB 3.5.4 with vBEasy Portal. The menu controll bar is placed at the portal-site, but on the portal-site automatically a "forum" link is inserted. Please see the screenshot ...
Can you please help me to get rid of it? :-)
Thanks for helping and thanks for providing us with such great stuff
Thanks and hope your enjoying the modifications... If you'd like too I could take a look at your problem and see if I can fix it. Seeing as I've never used that portal software, I couldn't tell you the fix without taking a look.
Just PM me your MSN if you have one :)
----
My exams have finished now, and so I have a lot more free time on my hands :)
vBDiscussion.com is getting coded AS WE SPEAK, and Im finalizing the features I've put up. Hopefully, if all goes well vBDiscussion.com will be online by the end of this week. And I will then get to work on the next version of Menu Control :)
Thanks,
Marky
puregraf
07-04-2006, 11:00 PM
hi. i have this installed. it works great, and its a great hack by the way.
i went to install a new skin and when i am on the new skin the navagation bar disapears. how can i fix this so it shows up on all the new skins i install?
thank you!
:bunny:
jamiepryer@hotm
07-09-2006, 04:18 PM
hey markey
great hack, except im getting the problem where any external URL is linking to http://mywebsite.com/myforum/the link i want to use
please advise where i am going wrong and why all my links have my forum home added to the start of them, cheers :)
jamiepryer@hotm
07-09-2006, 04:22 PM
please ignore me, im a complete tool!
Marky
07-10-2006, 09:33 AM
please ignore me, im a complete tool!
lol no probs :p
hi. i have this installed. it works great, and its a great hack by the way.
i went to install a new skin and when i am on the new skin the navagation bar disapears. how can i fix this so it shows up on all the new skins i install?
thank you!
You must add the template code to each skin template for it to appear on that template :)
Just a healthy reminder - all is going well at vBD HQ and vBDiscussion.com will be online this wednesday! Meet ya there!
Marky
07-16-2006, 11:37 PM
Menu Control Version 1.4 is now in production!
Current feature list for next version is:
* Window Options (_blank) available for each link
* Two dropdown menus included with 5 links on each dropdown.
* If image not selected, it won't appear. (Eg. One link has image, link 2 has no image selected so no more red X pic will be shown)
* Bug fixes included if neccessary.
Please post with your WANTED features :)
As to increase traffic to my vB forum, I will be unfortunatly be offering more efficient and faster support on this modification at vBDiscussion.com (http://www.vbdiscussion.com).
I will however release future version at vBulletin.org as normal :)
Thanks,
Marky
ubblite
07-20-2006, 03:28 AM
When you select "New Posts" from the vBulletin navbar and there are no new posts then the additional navbar does not appear. Do you know how I can adjust the code to have the second navbar show up in every instance? Thanks.
Randy
This was posted back in May and I didn't find any response. I also have the same above problem mentioned above.
Any help would be appreciated, thanks.
Marky
07-20-2006, 06:17 PM
Any other modifications installed?
ubblite
07-20-2006, 08:42 PM
Any other modifications installed?
Yes, I have other hacks installed. The only other Navbar hack I have installed is New Rep Comments & Posts since your last visit.
ubblite
07-23-2006, 01:16 AM
Just found out that "Menu Control" also doesn't show up on:
yoursite.com/index.php?act=Arcade&do=newscore
using ibProArcade.
blind-eddie
08-01-2006, 06:59 PM
Great Hack,But I have a problem.Install went good.But it doesnt show on my front page,it shows up on all other pages but the front page....please let me know what to do,cause I tried every thing....
check it out,
My Site (http://http://outerzone.us)
Thank You in advance,blind-eddie
BELOW are screenshots of front page and forum page
Front Page (http://img356.imageshack.us/img356/4466/frontpagegh4.png)
Forums Page (http://img120.imageshack.us/img120/3931/forumpagevq7.png)
Marky
08-14-2006, 06:59 AM
Great Hack,But I have a problem.Install went good.But it doesnt show on my front page,it shows up on all other pages but the front page....please let me know what to do,cause I tried every thing....
check it out,
http://outerzone.us
Thank You in advance,blind-eddie
BELOW are screenshots of front page and forum page
http://img356.imageshack.us/img356/4466/frontpagegh4.png
http://img120.imageshack.us/img120/3931/forumpagevq7.png
*Support given on vBDiscussion.com*
--
Menu Control Version 1.4 will be released this week.
Mysticales
08-14-2006, 07:32 PM
Any news?
Only thing I would love is usergroup settings, to choose which usergroups could see the 2nd nav bar. Thanks. If you have that, I will use on our large community. =)
great mod, exactly what i was looking for.Nice one bro.
blind-eddie
08-15-2006, 02:00 PM
Support given on vBDiscussion.com
Trust me, Go there for quick response on inquires.
mr_wizard
08-17-2006, 05:19 AM
Very cool. Excellent job very easy to install
Mysticales
08-18-2006, 03:22 AM
Had a thought, If you use this method from the template edit. (Speaking in 3.5x edits.)
2. Go to 'Style Manager' and in the 'Navbar' template:
Find:
<!-- / nav buttons bar -->
Then if you use THIS instead of whats there now...
Add Below:
<if condition="is_member_of($bbuserinfo, X)">
<else />
$menucontrol
</if>
Replace "X" with your usergroup ID you want to show it, that may work too, Thoughts? I mean it should be good for users who want just 1 usergroup like a "Premium" paid susbscription or a special usergroup to gain access to it. Which on THAT navbar, maybe use it for your special groups content. In theory it should work, Im gonna try later.
Neo_obs
08-18-2006, 04:22 AM
almost positive its a different phrase for membergroups. Might want to look it up before you test it.
for moderators its !can(moderate) I blieve
Mysticales
08-18-2006, 04:31 AM
almost positive its a different phrase for membergroups. Might want to look it up before you test it.
for moderators its !can(moderate) I blieve
UGH, I forgot something important... darn it! The code I gave would mean its checking to see if a user is in group "x" meaning unless you use a "Primary" usergroup system to have users be assigned to either regular usergroup or premium. It wont work. Cause you see, if you make "X" be your regular usergroup, it would mean anyone who is not in that group, would see the 2nd nav bar.
However.. if your like my setup right now... Secondary usergroups would fail on this code... since Registered AND Premium would be flagged... making them fall into the wrong group.
But for those using primary system only.. guess this would work.
As for the can moderate thing. That would mean the variable is only aimed toward a user with a moderate ability, has nothing to do what usergroup they are in.
Neo_obs
08-18-2006, 04:50 AM
true I knew that I was thinking on the lines of if you wanted a special navbar for your moderators and staff.
Marky
08-18-2006, 10:50 AM
Any news?
Only thing I would love is usergroup settings, to choose which usergroups could see the 2nd nav bar. Thanks. If you have that, I will use on our large community. =)
It's in the pipeline ;)
Support given on vBDiscussion.com
Trust me, Go there for quick response on inquires.
Thanks blind-eddie, much apprectiated ;)
----
Since I now have to work further on Saturday (at work) than expected, I'll have to try and finish the next version on Sunday. You might get an update then.
Don't forget to nominate Menu Control for an award ;) ;)
bashy
08-19-2006, 09:13 AM
Wonder if you can help please?
I have had this installed for quite sometime now and the top line is not there its below, If that makes any sense...
Please see image the solid top red line is where the line should be
the dotted bottom line is where the line is and the moment...
I think you will see what i mean, if not take a look at my site...
any advice on this please?
Puntoboy
08-19-2006, 11:04 AM
i don't need 9 links at the moment, how can i remove the unwated links?
Puntoboy
08-19-2006, 11:16 AM
also,
i want to add the bar above the banner at the top of my forum, but it appears below?
how can i move it?
http://www.puntosports.co.uk/forums/index.php?
Puntoboy
08-19-2006, 11:34 AM
why is it the menu doesn't display on this page?
http://www.puntosports.co.uk/forums/search.php?do=getnew
Puntoboy
08-20-2006, 03:17 PM
Marky, Thank you for this addon. It has really helped me develop more options for my forums. I have noticed one small problem that I am hoping you can help me with. When you select "New Posts" from the vBulletin navbar and there are no new posts then the additional navbar does not appear. Do you know how I can adjust the code to have the second navbar show up in every instance? Thanks.
Randy
seems i'm not the only one with this issue.
its really bugging me now
bashy
08-20-2006, 03:49 PM
I forgot to add the image, now added to this post https://vborg.vbsupport.ru/showpost.php?p=1055669&postcount=337
Please see for my issue...
ubblite
08-20-2006, 08:42 PM
why is it the menu doesn't display on this page?
http://www.puntosports.co.uk/forums/search.php?do=getnew
I had the same problem but never received an answer, so I don't think there is a fix right now. Maybe the new version coming out will fix this issue.
Puntoboy
08-21-2006, 11:43 AM
this isn't the only mod i'm having the same problem with.
could be be something within vB itself?
Neo_obs
08-23-2006, 01:26 AM
I think this is similar to the arcade problem described here https://vborg.vbsupport.ru/showthread.php?t=124163
maybe we need to change a functions.php file
Puntoboy
08-23-2006, 06:52 AM
so it does, but the menu works fine on my arcade.
is there not something in search.php that needs to be changed as thats the page with the problem?
angkor408
09-07-2006, 01:07 AM
Hi, for some reason the second navbar does not display in my frontpage. If I click on forums, or any link bar on my page it show up. Anything els I have to edit in my navbar template? Here my site http://www.khmerclub.org
Here what I have edit:
Find:
<!-- / nav buttons bar -->
Add !Below!:
$menucontrol
Thank,
Angkor
optrex
09-07-2006, 02:59 PM
Your home page is a vba portal.
try putting it in your header instead
start off with it in between <links> then move it to where you like it best.
This also clears the issue with not showing in "new posts"
angkor408
09-07-2006, 04:43 PM
HI, is this can be done in navbar template option? Where can I find the header file?
optrex
09-07-2006, 08:16 PM
add the $menucontrol to the header template instead of the navbar template
angkor408
09-07-2006, 08:52 PM
Hi, Here my template which I had add $menucontrol. I had paste in few different spot but the bar seem to be alway on top. By looking at the code can you tell me which area I should put the $menucontrol at? Angkor
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
$menucontrol
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
optrex
09-07-2006, 09:29 PM
Its fine there. It will now work with your vba, and new posts.
You wont get it any lower, but thats the pay off you have to get it working in vba
angkor408
09-07-2006, 10:06 PM
ok thank!~
angkor408
09-07-2006, 10:32 PM
If I use vbadvance is there an option to take out the login option that have username and password on Vbulletin 3.5? My VBadvanced already have a login module already. Is this possible?
optrex
09-08-2006, 11:51 AM
If I use vbadvance is there an option to take out the login option that have username and password on Vbulletin 3.5? My VBadvanced already have a login module already. Is this possible?
you need to ask that on the vbadvanced forum
FLMom
09-21-2006, 08:27 PM
I am having trouble with this and am not sure if it has been discussed but there are just too many pages to go through.. :surprised:
I have two skins on my site, one for kids and one for adults. Well I have had this installed on the adult skin for a long time with no problems, but today I wanted to add it to the kid skin and now things are messed up and I am not sure how to fix it :confused:
So I removed the extra navbar from the kids skin and when I go back to the adult skin, and want to click on a link in the extra navbar I get "this page cannot be displayed" error page.
I looked at the bottom of the page on the address bar and it shows double the url...
So for Forums it looks like this now:
http ://www.myparentconnection.com/forums/www.myparentconnection.com/forums/ index.php ~minus the spaces ;)
I went into Vboptions and all are typed in correctly so I am not sure how to fix this.
I am running vb 3.5.4, my adult skin is for 3.5.4 and the kids skin I believe is good for either 3.5.4 or 3.6
Can anyone please help me with this?
Thanks :D
puregraf
12-04-2006, 08:28 PM
Menu Control Version 1.4 is now in production!
Current feature list for next version is:
* Window Options (_blank) available for each link
* Two dropdown menus included with 5 links on each dropdown.
* If image not selected, it won't appear. (Eg. One link has image, link 2 has no image selected so no more red X pic will be shown)
* Bug fixes included if neccessary.
Please post with your WANTED features :)
As to increase traffic to my vB forum, I will be unfortunatly be offering more efficient and faster support on this modification at vBDiscussion.com (http://www.vbdiscussion.com).
I will however release future version at vBulletin.org as normal :)
Thanks,
Marky
im looking forward to the drop down menus!! very usefull and needed for my site. thanks for such a great hack!!
JAYEMULE
01-28-2007, 10:09 AM
I may have missed this but I am going to ask. Does this one work with vb 3.6.4 ? I want to use this again as I had it on earlier version of vb.
Thanks.
Jaye
Philster
02-01-2007, 02:01 PM
I'm curious if this will work on 3.6.4 as well. Looks like a great mod.
Phil.
Philster
02-02-2007, 11:46 PM
Has anyone installed this on 3.6.3 or higher yet? Thanks.
Phil.
Spank
02-03-2007, 03:28 AM
^ I've installed on V3.6.4, works great.
It's a life saving mod, because I could only add links to the quick menu else my theme would screw up, so m uch thanks for this.
Would be brill of you could add the option to add submenus, so when you click it pops open with the sub menu (like the Quick Menu)
Philster
02-06-2007, 04:46 PM
I've just installed this on 3.6.3 and it works great Marky. Quick question if I may, do you have any info on the image sizing, type and where they should go and what would be the correct syntax to load the images beside the new menu items. Thanks for all your great mods!:up:
Phil.
ncangler
02-07-2007, 01:07 PM
Marky, it looks like you haven't posted here since August. Believe me I understand being busy but I wonder if you could speculate at all on when version 2.0 might be released? I need to find a drop down menu selection solution for my navbar and I've been waiting for several months hoping yours would come out. I currently use this mod and love it but really need the drop downs. If you could just let me know if it is weeks or months away that would be helpful. Thanks again for your work on this.
AndyA
02-09-2007, 11:35 AM
I've tried to test the images by the links but haven't got them to show, does it need to be a certain path ? I've tried a full url and also different internal paths i.e images/menu/Videos-min-icon.jpg after creating a menu folder. :confused:
jdelasko
02-11-2007, 01:31 AM
Just what I needed. Installed.
rjmjr69
02-11-2007, 02:10 AM
I'll give this shot on my 3.6.4 I really need this
rjmjr69
04-01-2007, 11:10 AM
Well where is version 1.4?
puregraf
08-10-2007, 10:19 PM
Hi, there. im upgrading my vbulletin , so i have disabled this feature.
My question: after upgrade to latest vbulletin, will this hack work?
thank you!
ncangler
08-11-2007, 12:37 AM
Mine still works but I sure would like to see the next version developed.
yoyoyoyo
09-12-2007, 12:55 PM
Thanks much for this hack - it works great on my 3.6.8 forum.
In a future version I would like to see these options:
1) Menu Window option (how menu links open) for EACH link, instead of for ALL (so I can have external links open in another window, and internal links open in the parent window)
2) The ability to choose where the 2nd navbar resides (I know this was an add-on, but it would be nice to have hard-coded in the hack)
3) The ability to sort the display order of the links in a way similar to the forum display (a text box where you enter the link order).
periphrastic
10-06-2007, 08:18 PM
installed & currently working on 3.6.8 & thank you
(though i was forced to use http:// for the link option?)
*edit*
had to uninstall due to white pages on "new reply"
fishhub
12-03-2007, 02:19 PM
is this compatible with php5?tia :o
steven72555
12-30-2007, 02:46 AM
I installed it just fine.. Runnin om 3.6.8
One big question.. I know that somewhere there is a way to have the links open in a new tab or window. How can I achieve this?
steven72555
12-30-2007, 11:47 AM
I installed it just fine.. Runnin om 3.6.8
One big question.. I know that somewhere there is a way to have the links open in a new tab or window. How can I achieve this?
Ahhh... Found it! All is good!
GDGForums
01-02-2008, 02:27 AM
This works fine on 3.7.0 beta 3
bada_bing
04-24-2008, 02:29 AM
Does not work with 3.7beta 4 my link are now showing up as this
http://www.mysite.com/forums/www.mysite.com/forums/
Any ideas?
bada_bing
04-24-2008, 02:40 AM
awe never mind It works on vb 3.7 beta 4
Philster
06-14-2008, 05:03 AM
Is there a way to get this to appear above the vbulletin menu. I tried the template mod mentioned earlier in this thread and I end up with a duplicate of this mod. One above and one below the vbulletin menu. Thanks.
Phil.
UNFAITHFUL
06-25-2008, 05:08 PM
how would i go about putting a nav bar on the left side of vbulletin. is there a mod for that??
rageedo
06-26-2008, 04:30 PM
very good idee
AndyA
07-31-2008, 07:37 AM
Is there likely to be an update which allows different colour text for the different installed styles ?
wwolf27
10-08-2008, 06:14 PM
awe never mind It works on vb 3.7 beta 4
thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.