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)

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 03:19 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.01225 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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