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)

Marky 07-31-2006 10:00 PM

Menu Control
 
Hey all,

Since this is the beta, and most of the information is included in the manual, I won't go into too much detail.

This is Menu Control 1.3 for vBulletin version 3.6.0 RC 3.

There may be a few bugs, and so it is important you must tell me about any you find!

Version 1.4 Menu Control is in production still and will be available for vBulletin 3.5 AND 3.6 very soon!

When Version 1.4 is released, I will use this thread to update it in.

In this version, I have updated some of the admin option descriptions for easier editing, but other than that it is the same as the 3.5 version.

Enjoy!

- Marky

Neal-UK 08-01-2006 09:36 PM

This looks great, well done.

A nice easy way to add new nav options on other skins too. This was one thing that put me off having a few skins but with this mod it will be much easier.

Neal-UK 08-01-2006 09:42 PM

Slight problem when viewing another area of my site though: http://www.gbpride.co.uk/gallery/

Draygonia 08-01-2006 11:08 PM

Awwww, it doesnt work with 3.5.4? Darn... I would love to have this for 3.5.4!

Marky 08-02-2006 07:00 AM

Quote:

Originally Posted by Draygonia
Awwww, it doesnt work with 3.5.4? Darn... I would love to have this for 3.5.4!

https://vborg.vbsupport.ru/showthread.php?t=104725

I believe that version works in 3.5.4 ;)

Quote:

Originally Posted by Neal-UK
Slight problem when viewing another area of my site though: http://www.gbpride.co.uk/gallery/

You'll have to add $menucontrol under $navbar in the gallery templates.

Neal-UK 08-02-2006 01:23 PM

can't find the main gallery template whilst searching for $navbar. I'll have to speak to the owner of Photoplog I think.

Other than that little problem, it's an excellent modification that makes it so much easier having more skins ;-)

Marky 08-02-2006 07:12 PM

Good stuff :) It probably would be better talking to Photoplog because I've never used it before :)

Snake 08-03-2006 04:24 PM

Thanks Marky! :)

nanaimobar 08-04-2006 01:51 AM

Problem with Menu Image display in IE when "Images" is turned on in admin and no image selected for some links. IE displays ugly empty box where image should appear but FireFox works properly and does not display empty box. Tested on vb3.6 Gold. To correct IE problem I inserted meaningless images.

twitch 08-04-2006 02:40 AM

looking forward to the next release for 3.6
nice work

JayJay 08-05-2006 05:52 PM

With the Colour option turned off, links appear black in Internet Explorer but as the right/skin default colour in FF. Any ideas why this may be the case?

hyony 08-06-2006 09:24 AM

still waiting menu dropdown ;)

Marky 08-06-2006 11:37 PM

Quote:

Originally Posted by nanaimobar
Problem with Menu Image display in IE when "Images" is turned on in admin and no image selected for some links. IE displays ugly empty box where image should appear but FireFox works properly and does not display empty box. Tested on vb3.6 Gold. To correct IE problem I inserted meaningless images.

In the next version I have on my "betaboard", this has been fixed! It will be included in the next version ;)

Quote:

Originally Posted by JayJ
With the Colour option turned off, links appear black in Internet Explorer but as the right/skin default colour in FF. Any ideas why this may be the case?

Hmm ill look into it ;)

--

I have the beta version 4 on a beta board and I should be able to finish it by this week. I may not include the dropdown menus in this version unfortunatly. I believe that it'll be a big addition to the mod and it should be in 2.0. So 1.4 will include bug fixes and a few new useful options :) It will be available on 3.5 and 3.6 :)

JayJay 08-09-2006 10:26 AM

Thanks :)

Eagle Creek 08-12-2006 04:57 PM

Nice!

But I have two questions:

1. Is this also possible:
https://vborg.vbsupport.ru/external/2006/08/12.jpg

2. When I only have one menu item, will it be centered?

JayJay 08-12-2006 09:23 PM

I worked out the solution to my "problem" as it were ;) When I updated I had not replaced the 1.2 template code in the navbar to "$menucontrol" instead. Silly me :)

Cajun 08-13-2006 03:07 PM

Nice, but have one problem. I am using vbadvanced and vbulletin. The menu shows on my forums but not on the vbadvanced pages. How can I get the menu to show on my vbadvanced pages?

Neal-UK 08-13-2006 08:23 PM

Quote:

Originally Posted by Cajun
Nice, but have one problem. I am using vbadvanced and vbulletin. The menu shows on my forums but not on the vbadvanced pages. How can I get the menu to show on my vbadvanced pages?

paste the code into the header template instead and it works fine

Cajun 08-13-2006 08:56 PM

Quote:

Originally Posted by Neal-UK
paste the code into the header template instead and it works fine

Found a fast way to add the menu to vbadvanced page.

In Portal Output Global Variables add this:

menucontrol

Marky 08-14-2006 06:56 AM

Quote:

Originally Posted by Eagle Creek
Nice!

But I have two questions:

1. Is this also possible:
http://s20.photobucket.com/albums/b2...gAnch=imgAnch8

2. When I only have one menu item, will it be centered?

1. Yep
2. Yep :)

1. Find: <!-- breadcrumb, login, pm info --> in navbar template
Add Below: $menucontrol

--

To make the menu appear on your vBAdvanced portal add:

menucontrol

to your Portal Output Global Variables :)

--

Next version still in the making, will be released this week :)

Cajun 08-15-2006 03:03 AM

How can I get the menu to show in ibparcade pages?

Cajun 08-15-2006 03:05 AM

Also found when viewing someons Ip using the ip link in the forums that page will not display the menu.

optrex 08-21-2006 02:48 PM

Does anyone else have the problem with "new posts" page not showing the menu bar? Any idea why?

redlabour 08-22-2006 04:34 PM

Sorry, useless hack.

It has no "center" Function if you only add 2 Links both are completely on the left.

optrex 08-23-2006 06:49 AM

Change where you put the urls - try putting your 2 links in 4 and 5

Marky 08-24-2006 09:18 AM

Quote:

Originally Posted by redlabour
Sorry, useless hack.

It has no "center" Function if you only add 2 Links both are completely on the left.

Saying that it's a "Useless hack" because it doesnt have a center function is pretty stupid... I would edit it so that when there wasn't any other links the first one was completely centered, but it seems it would be a waste of time seeing as you could use links 4 and 5 for example. It might happen one day if im bored lol :p

mikephung 08-26-2006 07:03 PM

thanks , it a great hack! It userfull for me!

headshotx 08-26-2006 07:56 PM

I Install this , but this image :

https://vborg.vbsupport.ru/

this whit default config . :S:S:S

Reece^B 08-26-2006 08:06 PM

Go to:
Options > Menu Control > Link Nine > Link Nine Image

And see if there is a URL there, if so then remove it. :)

headshotx 08-26-2006 08:22 PM

i have this in link 9 :

http://img95.imageshack.us/img95/1275/dibujo1eq9.jpg

The default config .

:cross-eyed:

hotwheels 08-26-2006 11:41 PM

Great mod marky.........This is a very useful mod friend.

Marky 08-27-2006 10:39 AM

Quote:

Originally Posted by headshotx
I Install this , but this image :

http://img156.imageshack.us/img156/713/dibujorj2.jpg

this whit default config . :S:S:S

Would you post your menucontrol template please :)

headshotx 08-27-2006 05:35 PM

This is my menucontrol template :

Quote:

<!-- 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:0px">
<tr align="center"><if condition="$vboptions[menu_status]">
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_one']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_one']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_one_colour']}"></if>{$vboptions['menu_item_one']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_two']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_two']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_two_colour']}"></if>{$vboptions['menu_item_two']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_three']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_three']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_three_colour']}"></if>{$vboptions['menu_item_three']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_four']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_four']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_four_colour']}"></if>{$vboptions['menu_item_four']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_five']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_five']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_five_colour']}"></if>{$vboptions['menu_item_five']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_six']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_six']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_six_colour']}"></if>{$vboptions['menu_item_six']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_seven']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_seven']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_seven_colour']}"></if>{$vboptions['menu_item_seven']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_eight']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_eight']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_eight_colour']}"></if>{$vboptions['menu_item_eight']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td>
<td class="vbmenu_control"><a target="{$vboptions['menu_window']}" href="http://{$vboptions['menu_link_nine']}">
<if condition="$vboptions[menu_image_switch]"><img border="0" src="{$vboptions['menu_image_nine']}"> </if><if condition="$vboptions[menu_colour_switch]"><font color="#{$vboptions['menu_item_nine_colour']}"></if>{$vboptions['menu_item_nine']}<if condition="$vboptions[menu_colour_switch]"></font></if></a></td></if>
</tr>
</table>
</div>
<!-- / #End Menu Control - Version 1.3 Final -->

optrex 08-28-2006 07:59 PM

Headshotx, If you right click on the image and go to properties - what is the address?

Gnappy 08-28-2006 10:19 PM

thanks, for me is useful ^^

headshotx 08-29-2006 03:06 AM

Quote:

Originally Posted by optrex
Headshotx, If you right click on the image and go to properties - what is the address?

This :

http://img176.imageshack.us/img176/552/dibujotl5.jpg

:( =(

optrex 08-30-2006 07:18 AM

Do you have images turned on? If so turn them off.

optrex 08-30-2006 07:23 AM

If turning off images does not work then do the following:

Turn on images
in the image url type clear.gif

this will then use the default vB clear.gif in the image position.

mikephung 08-30-2006 08:14 PM

Hello,
I have installed, and find that is usefull for me,but i only want to have 5, or 6 links, how can i disable another ? In the attachment , i found that in your Menu Controll Setting ,there a two button at every link-settings, there're "Edit" and "Delete" , so how can i enable them,
So please help me to solve this problem
thank in advance,
regard,
mike

Marky 08-31-2006 06:56 AM

Quote:

Originally Posted by mikephung
Hello,
I have installed, and find that is usefull for me,but i only want to have 5, or 6 links, how can i disable another ? In the attachment , i found that in your Menu Controll Setting ,there a two button at every link-settings, there're "Edit" and "Delete" , so how can i enable them,
So please help me to solve this problem
thank in advance,
regard,
mike

The Edit and Delete links were for development purposes. To only have 5 or 6 links showing just don't add anything in the other links. The showing links will centralise.


All times are GMT. The time now is 05:03 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.01453 seconds
  • Memory Usage 1,832KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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