vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Icon Navbar with Multi Level Menus (https://vborg.vbsupport.ru/showthread.php?t=263413)

kenp 10-30-2011 05:37 PM

Great Mod! I've been looking for something like this. Any idea on how I can create a second row? Meaning I have more than 12 cats and when I ad the 13th it starts to go verticle. Any ideas? Thanks!

U-Fig 04-18-2013 10:41 AM

Hi there,. this is a very neat addition to my forum,. however i did find one thing here:

Code:

<!-- Da-Vinci Navbar Multi Level Icon Menu -->
<table>
<tr>
<td align="center"><img src="your image link goes here">
<p><a href="destination link 1" data-flexmenu="flexmenu1">Category Name 1</a></p></td>
<td align="center"><img src="your image link goes here">
<p><a href="destination link 2" data-flexmenu="flexmenu2">Category Name 2<img src="images/misc/black_downward_arrow.png"></a></p></td>

it seems as on the category link 1 you forgot to add:
Code:

<img src="images/misc/black_downward_arrow.png">
after 'Category Name 1'

i noticed the down arrow wasn't showing, if you where already made aware, feel free to disregard this comment.

thank you for the awesome menu tho! installed after configuring is done.

Cheers!

avitor 04-20-2013 08:39 PM

hello dear
thank you for so nice mod
can you make the icons to be use as a links ? for users can press on the icon in self ?
now you can click only the title.
cheers

SilverBoy 05-27-2013 02:40 PM

Is this mod compatible with the navigation manager (vb 4.2.1)?
I just want the multilevel drop-down menu.
Any help?

U-Fig 05-27-2013 06:59 PM

Quote:

Originally Posted by avitor (Post 2417574)
hello dear
thank you for so nice mod
can you make the icons to be use as a links ? for users can press on the icon in self ?
now you can click only the title.
cheers

you can archieve that by swapping the image and source links, so the image link would be behind the source link instead of on top of it.

original:
Code:

<td align="center"><img src="your image link goes here">
<p><a href="destination link 1" data-flexmenu="flexmenu1">Category Name 1</a></p></td>

mine:
Code:

<td align="center"><p><a href="http://example.com" data-flexmenu="flexmenu1"><b><u><font color ="#ffffff"><img src="images/misc/menu/psnsmall.png"><img src="images/misc/black_downward_arrow.png"</a></p></td>
this way the menu folds out on hovering the image and title, if you want just the image, leave out the
Code:

<b><u><font color ="#ffffff"><br>MENU TITLE</font></b></u>
part.


hope this helps.


All times are GMT. The time now is 04:56 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.00998 seconds
  • Memory Usage 1,727KB
  • 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
  • (5)bbcode_code_printable
  • (1)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
  • (5)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