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 (https://vborg.vbsupport.ru/showthread.php?t=104725)

brvheart 01-29-2006 04:06 PM

how do I change the colors on the title for them, it is there, b ut you cant read them :ermm: ? Nice hack btw, *Clicks Install*

Marky 01-29-2006 05:37 PM

Quote:

Originally Posted by ravenes
how do I change the colors on the title for them, it is there, b ut you cant read them :ermm: ? Nice hack btw, *Clicks Install*

You can change the colours via the admincp. (Version 1.2)
Version 1.3 is complete and will be ready for download tommorow, just need to do all the documentation etc.

brvheart 01-29-2006 06:35 PM

ok thanks...after posting I saw it...sry..nice hack though :)

sportsoutlaw 01-29-2006 11:38 PM

Exactly what I was looking for. Thanks!

mkdevo 01-30-2006 12:20 PM

Quote:

Originally Posted by Developer
marky i am bored now where's 2.0 or at leaset 1.3?

are you ser, guy???

IceBurn3000 01-30-2006 10:57 PM

Quote:

Originally Posted by Marky
* Images Next to links - Gives the ability to place images next to each individual link. With the option to not have images turned on!

What about having just images (no text links) and clicking on the image is the actual link?

Phlex 01-31-2006 11:09 AM

Quote:

Originally Posted by Marky
You can change the colours via the admincp. (Version 1.2)
Version 1.3 is complete and will be ready for download tommorow, just need to do all the documentation etc.

hmm... just put it online ;)

mkdevo 01-31-2006 03:22 PM

marky - quick question...

when you position the new menu at the top of the navbar, it 'doubles up' the border between the menu and the navbar, making that border thicker than the one between the bottom of the navbar and the bottom menu.

any idea how to fix? thanks..

Derekclarke 02-02-2006 11:53 PM

I think this is great, but could you add the option to have the link open in a New window rather than the current one.

I hope you do not mind, but i have edited the v1.2 script so all the links open in a new window.

As below.

Code:

<!-- Menu Control - Version 1.2 - Created by Marky (MgArcade.com) -->
<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="_blank" href="http://{$vboptions['menu_link_one']}">
                <font color="#{$vboptions['menu_item_one_colour']}">{$vboptions['menu_item_one']}</a></td>
                <td class="vbmenu_control">
                <font color="#{$vboptions['menu_item_two_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_two']}">{$vboptions['menu_item_two']}</a></td>
                <td class="vbmenu_control">
                <font color="#{$vboptions['menu_item_three_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_three']}">{$vboptions['menu_item_three']}</a></td>
                <td class="vbmenu_control">
                <font color="#{$vboptions['menu_item_four_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_four']}">{$vboptions['menu_item_four']}</a></td>
                <td class="vbmenu_control">
                <font color="#{$vboptions['menu_item_five_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_five']}">{$vboptions['menu_item_five']}</a></td>
                <td class="vbmenu_control"><a href="http://{$vboptions['menu_link_six']}">
                <font color="#{$vboptions['menu_item_six_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_six']}">{$vboptions['menu_item_six']}</a></font></a><font color="#{$vboptions['menu_item_six_colour']}"><a target="_blank" href="http://{$vboptions['menu_link_six']}"></td></a>
                <td class="vbmenu_control"><a href="http://{$vboptions['menu_link_seven']}">
                <font color="#{$vboptions['menu_item_seven_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_seven']}">{$vboptions['menu_item_seven']}</a></font></a><font color="#{$vboptions['menu_item_seven_colour']}"><a target="_blank" href="http://{$vboptions['menu_link_seven']}"></td></a>
                <td class="vbmenu_control"><a href="http://{$vboptions['menu_link_eight']}">
                <font color="#{$vboptions['menu_item_eight_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_eight']}">{$vboptions['menu_item_eight']}</a></font></a><font color="#{$vboptions['menu_item_eight_colour']}"><a target="_blank" href="http://{$vboptions['menu_link_eight']}"></td></a>
                <td class="vbmenu_control"><a href="http://{$vboptions['menu_link_nine']}">
                <font color="#{$vboptions['menu_item_nine_colour']}">
<a target="_blank" href="http://{$vboptions['menu_link_nine']}">{$vboptions['menu_item_nine']}</a></font></a><a target="_blank" href="http://{$vboptions['menu_link_nine']}"><font color="#{$vboptions['menu_item_nine_colour']}"></td></a></if>



        </tr>
        </table>
</div>
<!-- / #End Menu Control -->

If you have Any problems with me editing it, i will put it back.

JAYEMULE 02-03-2006 12:31 AM

Nice and easy to install. Thanks kindly :)

Jaye

Marky 02-04-2006 10:03 AM

* Version 1.3 Released *
Thanks for all your patience. I've squeezed quite a few features in this version:

Features in Version 1.3
**** Window Features - The ability to change how your links open.
**** Colour Switch - The ability to turn the colour of your links on and off.
**** Menu Images - The ability to put an image next to each of your menu items.
**** Menu Image Switch - The ability to turn all images off and on.

I've also included the options you have to choose in the window opening options. Just check out the 'Add-ons' folder.

Also, in this version, all you must do is add '$menucontrol' to your navbar and it's installed! Should take less than a minute to install a modification cramped full with features!

Have fun, and don't forget to donate ^_^

- Marky

Marky 02-04-2006 12:53 PM

Just replaced the old admin image. You can now see the complete admin controlled options in the image attached :)

gc1 02-04-2006 01:26 PM

<Clicks install Excellent Mod....

LBSources 02-04-2006 04:15 PM

Marky.. great job.. but i was slacking on the recent upgrades.. im going from 1.1 to 1.3 will my current menu settings be lost on the upgrade? no biggie if so.. but just asking..

Marky 02-04-2006 04:18 PM

Quote:

Originally Posted by LBSources
Marky.. great job.. but i was slacking on the recent upgrades.. im going from 1.1 to 1.3 will my current menu settings be lost on the upgrade? no biggie if so.. but just asking..

I believe they will yes.
But like you said, shouldn't be too hard to re-config it all. Besides, Version 1.3 comes with many new options and you should really re-config :)

LBSources 02-04-2006 04:22 PM

hey youre working the weekend :) well.. ok thanks for the response.. and i will do that BTW .. just donated to ya for this :)

Lenny

RaceJunkie 02-04-2006 04:24 PM

Thanks a bunch Marky as usual great work

LBSources 02-04-2006 04:38 PM

Marky.. the only think i dislike about the vew version..

- Turning color on for whole navbvar section - would be better to turn color on individually.. as now colors will not be the color of the skin when changing styles like when the color is switched OFF ..

- No more 'Forum Home' variable - shouldnt default to http:// automagically before the value of the link .. (not a biggie)

otherwise its great! ;)

Lenny

EDIT: Settings were NOT lost on the upgrade.. maybe a full product removal.. but a overwrite DID NOT force me to reconfigure .. :)

Marky 02-04-2006 05:34 PM

Quote:

Originally Posted by LBSources
Marky.. the only think i dislike about the vew version..

- Turning color on for whole navbvar section - would be better to turn color on individually.. as now colors will not be the color of the skin when changing styles like when the color is switched OFF ..

- No more 'Forum Home' variable - shouldnt default to http:// automagically before the value of the link .. (not a biggie)

otherwise its great! ;)

Lenny

EDIT: Settings were NOT lost on the upgrade.. maybe a full product removal.. but a overwrite DID NOT force me to reconfigure .. :)

Great stuff on the upgrade and thanks for the suggestions :)
Also thanks very much for the donation - Helps alot :D

Derekclarke 02-04-2006 06:38 PM

Superb, Even has the option to open in a New Window.

Well done & Thanks

puertoblack2003 02-04-2006 11:00 PM

great hack and did the upgrade and went smooth...1 minor thing needs litte tweaking i'm getting uncached template....

thanks in advance

got1-2 02-04-2006 11:15 PM

great hack..so easy to install...and so useful...thanks

Developer 02-05-2006 02:01 AM

Updated and watiting for 2.0

Marky 02-05-2006 09:27 AM

Quote:

Originally Posted by nievesidenshop
great hack and did the upgrade and went smooth...1 minor thing needs litte tweaking i'm getting uncached template....

thanks in advance

Hmm that's odd - just took a look at the XML file and it contains the correct plugin to cache the templates. If it's a problem for you - you can manually cache the template but making a plugin:

Title: Menu Control - Cache Templates
Hook Location: cache_templates
PHP: $menucontrol[] = 'menucontrol';

Hope this helps,

Marky

bashy 02-05-2006 11:49 AM

I am interested in this but...
I would only have use for it if it could be set for certain usergroups
i.e. show only for VIP's

Is this possible?

I have clicked install anyway with the hope that you can update to this

Marky 02-05-2006 12:02 PM

Quote:

Originally Posted by bashy
I am interested in this but...
I would only have use for it if it could be set for certain usergroups
i.e. show only for VIP's

Is this possible?

I have clicked install anyway with the hope that you can update to this

It will be in the next version :)

bashy 02-05-2006 12:22 PM

Wow..great response Marky, thank you, will look forward to it :)

Quote:

Originally Posted by Marky
It will be in the next version :)


Marky 02-05-2006 12:52 PM

I'll be working on version 2.0 anytime I can - but currently have a lot of school work on at the moment, so the next version may be a little late, but it'll be here ;)

Mattikana 02-05-2006 01:12 PM

after installing this hack I noticed a blank option in the vBulletin Options menu (see 1st pic), when I click it it shows sth about Menu Link One (see 2nd pic)...

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/

Marky 02-05-2006 02:10 PM

Quote:

Originally Posted by Mattikana
after installing this hack I noticed a blank option in the vBulletin Options menu (see 1st pic), when I click it it shows sth about Menu Link One (see 2nd pic)...

http://img143.imageshack.us/img143/5...bug19wr.th.jpg

http://img92.imageshack.us/img92/3931/mcbug26fy.th.jpg

Hmm that's wierd... look in your products and if there is a product with no name - delete it - don't forget to export it first just incase for a backup :)

LBSources 02-05-2006 03:23 PM

Quote:

Originally Posted by Marky
Hmm that's wierd... look in your products and if there is a product with no name - delete it - don't forget to export it first just incase for a backup :)

oddly enough.. ive got the same thing. but there isnt any blank products to delete..

Marky 02-05-2006 04:56 PM

Hmm wierd... I've just tested it and theres no blank option in vB Options.
Anyone else experiencing this?

bashy 02-05-2006 04:58 PM

gimmie a few mins an i will install it and let you know Marky

Quote:

Originally Posted by Marky
Hmm wierd... I've just tested it and theres no blank option in vB Options.
Anyone else experiencing this?


bashy 02-05-2006 05:03 PM

Fraid so Marky, blank option at the bottom

Marky 02-05-2006 05:23 PM

Quote:

Originally Posted by bashy
Fraid so Marky, blank option at the bottom

Okey I'll take a look at the xml file and see whats going on. :)

Marky 02-05-2006 05:27 PM

I've updated the zip with the new product file for version 1.3 - hopefully that should do it :)

bashy 02-05-2006 05:35 PM

Sorry m8..still the same:(

puertoblack2003 02-05-2006 05:39 PM

Quote:

Originally Posted by Marky
Hmm wierd... I've just tested it and theres no blank option in vB Options.
Anyone else experiencing this?

I have no idea wat the guys mean blank cause mines seem to be ok any screen shot will help :ermm:

Marky 02-05-2006 05:42 PM

Quote:

Originally Posted by bashy
Sorry m8..still the same:(

It can't be because I've totally removed the (link) part. There is nothing in the XML saying '(link)'
You may need to remove and reinstall the product.

bashy 02-05-2006 05:44 PM

Post 149 is exact same as my issue although mine is blank at the bottom, i think matey's is further up the way!


All times are GMT. The time now is 07:33 AM.

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.01509 seconds
  • Memory Usage 1,834KB
  • 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
  • (15)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
  • (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