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)
-   -   Forum Home Enhancements - Easy Navbar Links (https://vborg.vbsupport.ru/showthread.php?t=228492)

RedHacker 01-19-2010 09:11 AM

And the new tab are: "target="_blank"

SuperTaz 01-19-2010 06:16 PM

Sorry everyone. Been away for a while. Code is updated.

cooltechie 01-25-2010 03:22 AM

Can you tell me if this allows only logged in user to see the link? I noticed that some default link only show up when logged in so which part allow that. Thank you.

SuperTaz 01-26-2010 12:32 AM

Quote:

Originally Posted by cooltechie (Post 1965824)
Can you tell me if this allows only logged in user to see the link? I noticed that some default link only show up when logged in so which part allow that. Thank you.

In order for you to regulate who sees the links, you will need this code:

Code:

<!-- Navbar Links -->
<vb:if condition="$show['member']">
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="3" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
<td class="vbmenu_control"><a href="LINK HERE">LINK NAME</a></td>
</tr>
</table>
</div>
</vb:if>
<!-- / Navbar Links -->

You notice the "if" conditional. That is what you need to regulate who sees it by way of your usergroup permission settings.

cooltechie 01-26-2010 01:26 AM

Quote:

Originally Posted by Warden-B- (Post 1966670)

You notice the "if" conditional. That is what you need to regulate who sees it by way of your usergroup permission settings.

Thanks for your help. Marked as installed.

Highwayfrunkis 01-26-2010 01:32 AM

thanks for this!

buddyheiko 02-07-2010 05:21 PM

Hi,

thanks for this hack. Now I can make navbars as much as I want. Great ...

How can I fix the background ? I want the same colour as my original navbar.
How can I tell the tabs to open in a new window / a new tab in IE8 ?

Heiko

SuperTaz 02-09-2010 12:35 AM

Quote:

Originally Posted by buddyheiko (Post 1976799)
Hi,

thanks for this hack. Now I can make navbars as much as I want. Great ...

How can I fix the background ? I want the same colour as my original navbar.
How can I tell the tabs to open in a new window / a new tab in IE8 ?

Heiko

Can I see your site so that I can do some troubleshooting and see what I can come up with?

As for your second request, you enter this code:

Code:

<td class="vbmenu_control"><a href="LINK HERE" target="_blank">LINK NAME</a></td>
Just add the code in red to any of the links to open in a new window.

buddyheiko 02-09-2010 08:43 AM

Hi,

my site is

www.Forum-Spielmannszug.de


Heiko

SpottySocks 02-12-2010 01:51 PM

misunderstood - sorted now. thanks for this! :)


All times are GMT. The time now is 09:45 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.01243 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
  • (3)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
  • (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