vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Replace FAQ in NavBar with new Link similiar to community (https://vborg.vbsupport.ru/showthread.php?t=205631)

Wyzrd 02-17-2009 02:23 AM

Replace FAQ in NavBar with new Link similiar to community
 
I want to replace the FAQ link in the navbar with a drop down menu like on the community link. I want the new link to be call affiliates. Then have it dropdown to show a list of other sites.

TigerC10 02-17-2009 02:48 AM

You'll have to edite the template. To do that...

Admin CP > Styles and Templates > Style Manager > Your Style > Edit Templates > Navigation / Breadcrumb Templates > navbar

Look for this code:
Code:

<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Replace it with:
Code:

<td class="vbmenu_control"><a id="affiliates" href="$show[nojs_link]#affiliates" rel="nofollow" accesskey="6">Affiliates</a> <script type="text/javascript"> vbmenu_register("affiliates"); </script></td>

Then find this code:
Code:

<if condition="$show['communitylink']">
Add this code above it:
Code:

        <!-- affiliates link menu -->
        <div class="vbmenu_popup" id="affiliates_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead">Our Affiliates</td></tr>
                <tr><td class="vbmenu_option"><a href="http://www.google.com/">Google</a></td></tr>
                </table>
        </div>
        <!-- / affiliates link menu -->

Repeat the code in red for each website you want listed in there. Optionally, you can add vbphrases for the word "Affiliates" and/or "Our Affiliates" replace it accordingly.

Wyzrd 02-17-2009 03:08 AM

Thanks. I knew it was a template edit but I wasn't sure what exactly to change it to. Now one more question. How do I set it so when they click it, it opens in a new tab or window.

TigerC10 02-17-2009 03:13 AM

Oh, my bad. I forgot about that. Edit the code in red like so:

Code:

<tr><td class="vbmenu_option"><a href="http://www.google.com/" rel="external" target="_blank">Google</a></td></tr>
The target="_blank" part is depricated so it's optional (you really don't need it) - but if you want to support some ridiculously old web browsers then leave it in there.

Dismounted 02-17-2009 04:42 AM

A readily readable article explains how to add drop-down menus: https://vborg.vbsupport.ru/showthread.php?t=122523.

Wyzrd 02-17-2009 09:52 AM

Thanks for all your help Tiger. Sorry Dismounted I looked and couldn't find that.


All times are GMT. The time now is 07:04 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.01035 seconds
  • Memory Usage 1,724KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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