vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Menu Control-Addon no template editing (https://vborg.vbsupport.ru/showthread.php?t=105711)

ammarcom004 01-24-2006 08:48 PM

very usefull and easy hack thanks alot

offsidex 02-05-2006 12:24 AM

this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.

columbonet 02-05-2006 07:27 AM

Quote:

Originally Posted by offsidex
this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.


Someone please answer. I need to know this also. :ermm:

offsidex 02-05-2006 12:29 PM

Please?

columbonet 02-05-2006 03:39 PM

Quote:

Originally Posted by offsidex
this might sound silly and stupid, but now that I have installed.. where do I edit my menus and to get it to show ? I have looked everywhere but cant find where...as you might have guessed I am new to vbulletin and would appreciate some help.

From looking at the template it kind of looks like it should be in the VB Options
list. I don't see it though. I am totally baffled by this.

Developer 02-06-2006 12:23 AM

people this is an addon its goal is to edit the template automatically just import the plugin
if you look at this hack
https://vborg.vbsupport.ru/showthread.php?t=104725
in the readme it need a template edit and this plugin make no template edit by edit the template automatically
regards.

dirtycrow 03-10-2006 12:46 AM

how about having both an upper and lower bar?

i know I would love having both. on the top bar i would only use two links tho to toggle between VBAdvanced and the normal index page.

mac27 06-28-2006 01:29 AM

where is this at to edit it? It doesn't shw up in VB options.

Ivander 08-18-2006 06:42 PM

..old thread but maybe useful Info

@Dirtycrow: I you install both Plugin's you have a upper AND a lower bar :) Don't know how this will work. We need a "ON/OFF" Option for the Upper/Lower Bar

@ Mac27: Nothing to edit ! You have to Install the Plugin you would like to see (The Upper OR the Lower Navi)-Version. If you select "Turn your second menu online?" = YES the second Navibar will also show up.

Sorry for my terrible english :(

jw00dy 10-19-2006 08:35 AM

This works in versions 3.6.x (I'm running 3.6.2), however their is a modification that needs to be made in the template if you use the UP template. ONLY THE UP TEMPLATE. Down is as it should be.

The actual template name is: menucontrol-developeraddonup

The code at the beginning looks like this
Code:

<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">

The correct version should be this, just so it doesn't have the double line at the bottom.
Code:

<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">

See RED text as that's the only difference.

So, style="border-top-width:0px" should be changed to style="border-bottom-width:0px"


All times are GMT. The time now is 01:59 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.00995 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)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
  • (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