vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Menu Control (https://vborg.vbsupport.ru/showthread.php?t=122762)

optrex 09-25-2006 07:10 AM

Quote:

Originally Posted by Viceroy
Is one being created for 3.6.1 or will this work on 3.6.1? Thanks!

It will work on 3.6.1 as long as you revert the templates properly. However, I found a fairly simple way of creating a third navbar in the end by looking at the navbar template.

Just look at whats inbetween the <!-- nav buttons bar --> comments - its fairly easy to work out. The results can be seen by following my sig.

Reece^B 09-25-2006 03:46 PM

Optrex's Hack is great. Thanks man, I will be using that now.

fringehead 09-25-2006 09:27 PM

I use embedded gallery and the menu breaks my gallery. I had to edit the navbar for my gallery to work properly by placing this before each link:
$vboptions[bburl]/

Here is a sample link from the your template:

<tr align="center"><if condition="$vboptions[menu_status]">
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_one']}">

How would I add this prefix to each link? I have tried adding it but get a template error... Any help would be appreciated!

Thanks,

Sean

fringehead 09-25-2006 10:11 PM

If I can't modify this to work, is there anyway to NOT show the menu on my gallery?

Thanks,

Sean

optrex 09-26-2006 07:06 AM

Quote:

Originally Posted by fringehead
I use embedded gallery and the menu breaks my gallery. I had to edit the navbar for my gallery to work properly by placing this before each link:
$vboptions[bburl]/

Here is a sample link from the your template:

<tr align="center"><if condition="$vboptions[menu_status]">
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_one']}">


How would I add this prefix to each link? I have tried adding it but get a template error... Any help would be appreciated!

Thanks,

Sean

instead of using index.php, for instance as a link address in menu control, use www.yoururl.com/index.php

that surely does just the same as manually adding [bburl] in the template.

Neal-UK 09-26-2006 07:40 AM

Will there be an update so that you can add a second navbar? I've filled all nine spaces ;-(

morrow 09-29-2006 09:58 AM

Nice hack. Can't seem to get it working with VBA though.

Neal-UK 09-29-2006 10:39 AM

Quote:

Originally Posted by morrow
Nice hack. Can't seem to get it working with VBA though.

Place it in the header template

morrow 10-02-2006 01:42 AM

Quote:

Originally Posted by Neal-UK
Place it in the header template

Tried that, but I can't get it to display directly under the present nav bar. it displays above the welcome box and there is a space in between the welcome box and the menu.

dupont24 10-04-2006 11:07 PM

Quote:

Originally Posted by optrex
Marky,

How would I go about installing a 2nd menu control? I think I would move the $menucontrol and $menucontrol2 to the header template to avoid confusion with the main forum navigation, but what would I need to change in the xml file to create a seamless 2nd navigation bar?


Any word.....I would really appreciate a second menu control...:)

optrex 10-05-2006 08:40 AM

Nothing seems to have come from this for ages. I ended up creating my own - see sig ;)

KevNJ 10-07-2006 09:34 PM

* installs *

* click install *

flawless!

Draygonia 10-08-2006 09:31 PM

Does this work on 3.6.2?

optrex 10-09-2006 07:42 AM

yes it does, the only known issues are with plugins such as vba and photoplog and also some parts of the forum such as "new posts" search, where it seems to disappear.

Draygonia 10-09-2006 02:53 PM

And those are the 2 products im getting :(

Is it a big issue? And does it work with the second navbar code I just put in?

KevNJ 10-10-2006 10:59 PM

I only have 4 extra links but it still shows 5 empty links as well as the 4 I want posted. Along with them not showing with vbgallery, groups, and other mods.

basskiller 10-11-2006 07:11 PM

I have it woking fine on 3.6.2
I do have a question though. I wanted to add all my ... lets say fun links to this navbar as too keep them seperated from the help/control navbar
http://www.worldclassbodybuilding.com/forums/
I have made my way around the sessions code in the Vbookie as to just be able to add the link.
But with the Mp3 player. It has a pop-up and just won't work without modifying the actual navbar code.

right now I have it in the primary navbar .. is there a way to make this happen?



I can not place this as a link through the admincp/ Menu Control Version 1.3 Settings
Code:

<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">vbPlayer</a></td>
<!-- vbMp3 Player End -->


optrex 10-11-2006 08:07 PM

I'm not sure where marky has gone with regards to supporting this. He would be able to help you more. I imagine the link does nto work due to the lack handling of Javascript coding from menu control. Is the # the actual url or just there as an example?

If it is needed, the # charater may not be recognised either. But have you tried putting it in as www.forumurl/# rather than just #

alternatively you'd need to look at adding a multiple menu.

KevNJ 10-12-2006 12:53 AM

*uninstalls due to not working with some mods/hacks*

*install optrex mutple menu's*

basskiller 10-12-2006 10:44 PM

Quote:

Originally Posted by KevNJ
*uninstalls due to not working with some mods/hacks*

*install optrex mutple menu's*

I'm thinking I'll follow your lead.

Very simple yet very effective mod
Thanks optrex,
bass

NFLfbJunkie 10-15-2006 01:11 AM

I have installed this MOD but I am having problems with the top menu border (see attachment). The top menu's border has no border and the bottom one is thicker the the normal thin border. I can't figure out how to fix.

optrex 10-16-2006 08:14 AM

With Menu Control, this is due to the fact that the program was designed to be placed in a certain position on your nav bar, therefore the box was given no border at the top, and a border at the bottom. Here this is emphasised by you seeing this output when positioned differently.

NFLfbJunkie 10-16-2006 05:04 PM

But how can I fix the border? I already figure out how to put the top border (changing a 'px0' value to 'px1' in the navbar template. But I still have the double line border on the bottom of the top navigtion bar.

optrex 10-16-2006 07:09 PM

create a line bottom border px0 at a guess.

NFLfbJunkie 10-16-2006 07:15 PM

Any idea where I would create / find where to put this and what the code should be?

optrex 10-16-2006 07:24 PM

Not really, you could try just on the same line as the top border bit

NFLfbJunkie 10-16-2006 07:26 PM

I figured it out. This is the beginning code that I have:

<!-- Menu Control - Version 1.3 Final -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">

optrex 10-16-2006 07:31 PM

Quote:

Originally Posted by Junkie
I figured it out. This is the beginning code that I have:

<!-- Menu Control - Version 1.3 Final -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px" style="border-bottom-width:0px">

Shouldn't need it twice. This should tidy things up

NFLfbJunkie 10-16-2006 07:37 PM

I tried that and it centered everything on the page.

NFLfbJunkie 10-16-2006 07:41 PM

Tried it again; now it works. Thanks Optrex.

ccmoon 11-04-2006 12:32 AM

Hi Mark, How do I make the 10th link? I saw only 9 in this mod.
Thanks

LaCN 11-05-2006 06:01 PM

It's nice, but it's stuck to my Calender menu-option... :(
Can't I place some $var on the spot where I want my dropdown menu ?
Because my menu-options differ per usergroup.

And some space between the image and the text would be nice, for next version :)

dcasux 11-24-2006 09:53 PM

Everything is working fine for me with the exception of ibProArcade.

How can I get this to work?

I added $menucontrol under $navbar in the ARCADE template, but the variable must not be defined once entering the arcade code.

Anyone have any thoughts?

optrex 11-25-2006 05:38 PM

you could try moving it to your header, but there are known bugs with some pages and plugins.

dcasux 12-08-2006 12:32 AM

From the lack of replies from the coder, I'm assuming this product will not be updated or supported any longer?:tired:

Uninstalled

Marky 12-30-2006 10:10 AM

Quote:

Originally Posted by dcasux (Post 1134217)
From the lack of replies from the coder, I'm assuming this product will not be updated or supported any longer?:tired:

Uninstalled

Please read this post:
https://vborg.vbsupport.ru/showpost....4&postcount=53

I appologise again, but Im unable to continue production until I get a new licence. I will post once production is continued :)

JAYEMULE 01-28-2007 12:31 AM

Oh glad I found this :) I had it a while back on an older vb version and have missed it. I will give it another go.
Thanks :)

efil 02-21-2007 08:31 PM

Quote:

Originally Posted by Cajun (Post 1051443)
Found a fast way to add the menu to vbadvanced page.

In Portal Output Global Variables add this:

menucontrol

Hi,
It's not working for me.

optrex 02-22-2007 08:52 AM

Marky is not able to support atm, whats wrong?

rezapci 02-28-2007 03:28 AM

any update for this version?


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01600 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete