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)

Developer 01-18-2006 10:00 PM

Menu Control-Addon no template editing
 
This is an addon for:
Menu Control Hack and this for no template editng

Desc:
in the ZIP you will see 2 Products one for puting the menu under the nav. bar its name [product-developer-addondown] as you see Here and one for puting the menu above the nav. bar its name [product-developer-addonup] as you see Here

Summary:
2 plugins
1 template
Donation::.
Feel Free To https://vborg.vbsupport.ru/external/2010/09/1.gif
last thing:
Install It PLz if you want to use menu control easily.

Gripemaster 01-19-2006 01:47 PM

*Clicks install*

Very nice...thank you. My Navbars are not quite so cluttered.

dirtycrow 01-19-2006 01:56 PM

can't get it to work.

perhaps i'm entering the Forum Directory part incorrectly?

www/forums/ = what i'm putting in.

Marky 01-19-2006 02:02 PM

Like I said in a PM to Developer, I saw no point in making a new thread about it, as I planned to release this in the next version. But okey - what ever ya like :P
Good job ;)

dirtycrow 01-19-2006 02:08 PM

nm, it works GREAT! thank you!

dirtycrow 01-19-2006 02:25 PM

Quote:

Originally Posted by Marky
Like I said in a PM to Developer, I saw no point in making a new thread about it, as I planned to release this in the next version. But okey - what ever ya like :P
Good job ;)

wait, so you are adding on a "up" menu to your hack soon?

Developer 01-19-2006 02:53 PM

Quote:

Originally Posted by dirtycrow
can't get it to work.

perhaps i'm entering the Forum Directory part incorrectly?

www/forums/ = what i'm putting in.

make it /forums/

Developer 01-19-2006 02:56 PM

Quote:

Originally Posted by Marky
Like I said in a PM to Developer, I saw no point in making a new thread about it, as I planned to release this in the next version. But okey - what ever ya like :P
Good job ;)

as i said in the next pm :D
Quote:

People had no patient
and you must :squareeyed: include this in the new release

Marky 01-19-2006 03:57 PM

People had no patience? They had no patience for something that cuts out template edits =\ It's fairly simple to do in my opinion...
And yeah, this will be in the next release.
Quote:

Originally Posted by dirtycrow
wait, so you are adding on a "up" menu to your hack soon?

I will include the option to move the bar into other places.

Snake 01-19-2006 03:58 PM

<font color="#15a018">* Aftermath installs</font>

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"

cinemablend 10-20-2006 09:03 PM

Quote:

Originally Posted by Ivander
.@ 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.
(

I think he wants to know how he defines what the links on the second navbar will go to.

Though I don't see anything to turn the menu online either.

wecleangrout 12-30-2006 07:01 PM

I installed it and do not see it in the VB control panel. Can someone point the way?

Thanks=

AndyA 02-07-2007 01:34 PM

Problem solved


All times are GMT. The time now is 05:49 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.01143 seconds
  • Memory Usage 1,764KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete