vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Easy Navbar Links (https://vborg.vbsupport.ru/showthread.php?t=201438)

kronnos 02-24-2009 06:10 PM

Nice, but can the links be made with dropdows like here on vb.org. So when clicking on User Cp it gives you all the options of it.

SuperTaz 02-25-2009 12:29 AM

IT actually used to be a drop down list. I dont know why vBulletin changed it. Maybe they can shed some light on how to do that. I am working on another mod right now, but I will try to look into it for you, kronnos.

yossie3660 02-25-2009 04:50 AM

Quote:

Originally Posted by kronnos (Post 1753546)
Nice, but can the links be made with dropdows like here on vb.org. So when clicking on User Cp it gives you all the options of it.

Yup...i want like that too cause i want to put may links....

Quote:

Originally Posted by Warden-B- (Post 1753785)
IT actually used to be a drop down list. I dont know why vBulletin changed it. Maybe they can shed some light on how to do that. I am working on another mod right now, but I will try to look into it for you, kronnos.

Thanks a lot....i really need for that code, cause too many links that i will show up if just in one row, if too many row, its makes bad, people can confuse, so i just want in your code but some of drop down links menu like USERCP...thanks alot...i will waiting...;)

SuperTaz 02-25-2009 10:38 PM

I don't know if this will work or not on 3.8 series, but Princeton has a mod for just what you want here.

https://vborg.vbsupport.ru/showthread.php?t=177774

SuperTaz 03-15-2009 01:09 AM

Any luck, yossie3660?

gfcon 03-15-2009 07:07 AM

Great mod, have installed it :)

lynch23 04-01-2009 02:35 PM

thanks a lot :)

SuperTaz 04-02-2009 04:39 PM

Glad you all like it. Make sure you click Install if you want support.

realdx 04-02-2009 10:37 PM

simply AWESOME! Thanx!

supersy 04-16-2009 10:42 PM

Thanks, Great job

nomoreturn 04-17-2009 01:40 AM

nice work thanks

Criminal-Minds 04-25-2009 04:24 PM

How would i make these a quick link (drop down box)?

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
</tr>
</table>
</div>
<!-- / Navbar Links -->

wheres me jumpa 04-26-2009 07:26 PM

Tip of the cap kind sir!

SuperTaz 04-30-2009 12:20 AM

Quote:

Originally Posted by Criminal-Minds (Post 1798840)
How would i make these a quick link (drop down box)?

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
<td class="vbmenu_control"><a href="http://url.com">Coming Soon</a></td>
</tr>
</table>
</div>
<!-- / Navbar Links -->

This mod might help with the drop-down menus. It is the one I use for my site. Even though it is for version 3.7.5, it still works for my site at 3.8.2.

https://vborg.vbsupport.ru/showthread.php?t=166136

trotskid 05-01-2009 02:58 AM

Very nice and easy hack, installed! but I wondering wich is the code to show a dropdown menu, like Community.

Thanks

SuperTaz 05-01-2009 04:05 AM

I will try to make you the code to have drop-downs. I have been working a lot of hours and my time is limited. But, for now, try this mod out:

https://vborg.vbsupport.ru/showthread.php?t=166136

It may help you out.

trotskid 05-01-2009 04:40 AM

Yeah, works with v3.8.2 :cool:

Thank you very much ;)

pjaco 05-01-2009 05:36 AM

Thanks a lot :D

desi-boy 05-01-2009 07:14 AM

wow realy gr8 but tell me 1 thing can i use some photo with this hack i mean http://www.desiz.in/images/iChat%20White.png this image for chat room btttnnnn

tspaetten 05-05-2009 12:11 AM

Installed it nice

Drago13 05-09-2009 04:22 PM

awesome.. this is what i was looking for.. thanks

shinng 05-26-2009 08:13 AM

incredibly easy to install. i hope all mods are this easy. this is exactly what i needed in order to put a separate paid subscription info page. installed.

aakhan136 05-27-2009 08:55 PM

Thanksssssss to good

israfiel 05-27-2009 09:33 PM

Thanks!!!!

nnStaff 05-28-2009 07:57 AM

If you change

Code:

<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">

to

Code:

<div class="tborder" style="padding:$stylevar[cellspacing]px; border-bottom-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

you'll get rid of that nasty little border issue you've got on the top navbar

yossie3660 06-11-2009 07:43 AM

Quote:

Originally Posted by Warden-B- (Post 1768382)
Any luck, yossie3660?

Quote:

Originally Posted by Warden-B- (Post 1802269)
I will try to make you the code to have drop-downs. I have been working a lot of hours and my time is limited. But, for now, try this mod out:

https://vborg.vbsupport.ru/showthread.php?t=166136

It may help you out.

Your mod is great....but...1 things for sure...i need the links button scroll down, so for this examples...

Link1 | Links2 | Links3 | Link4 | Links5 | Links6

Thats ur links, but my links have about 20 links....so if i put in the navbar, can make too many links that can cunfuse for the people, so i want to make the simple for example :

LinkA v| LinksB | LinksC

And want i klik LinksA that will show :
Links1 --> go to links1 and open the new tab when user click
Links2
Links3
Links4
Links5
Links6

Like i said before, that the button on the link like USER CP links that have some down arrow, so thats make the simple links for my forum, do you have any mod for this? i will installed if you have, so sorry if my english is not so good and i hope my explanation can understand for who read my post.

Cause i had tried so many times but the down arrow button not correctly show up, just the links and not got what i want. And the condition is simple...just add that links and dont have make different about the user is login or soem guest, cause that links for connect to other website, so simple static links.

thanks alot ;)

regards
yossie3660

DNG 06-11-2009 03:57 PM

thanks,,

SuperTaz 06-20-2009 12:58 AM

Glad you all like it. I will try to be on here more. Work seemed to settle and now I have some spare time. lol

s-p0k 06-25-2009 04:18 PM

installed
but i got this

https://vborg.vbsupport.ru/external/2009/06/35.jpg

how to fix it?

and where do i put this code at?

If you want to show a link only to members use this:

Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://url.com">Link Title Goes Here</a></td>
</if>

yossie3660 07-02-2009 05:06 AM

Quote:

Originally Posted by Warden-B- (Post 1833030)
Glad you all like it. I will try to be on here more. Work seemed to settle and now I have some spare time. lol

can u help me about this?

Quote:

Originally Posted by yossie3660 (Post 1827491)
Your mod is great....but...1 things for sure...i need the links button scroll down, so for this examples...

Link1 | Links2 | Links3 | Link4 | Links5 | Links6

Thats ur links, but my links have about 20 links....so if i put in the navbar, can make too many links that can cunfuse for the people, so i want to make the simple for example :

LinkA v| LinksB | LinksC

And want i klik LinksA that will show :
Links1 --> go to links1 and open the new tab when user click
Links2
Links3
Links4
Links5
Links6

Like i said before, that the button on the link like USER CP links that have some down arrow, so thats make the simple links for my forum, do you have any mod for this? i will installed if you have, so sorry if my english is not so good and i hope my explanation can understand for who read my post.

Cause i had tried so many times but the down arrow button not correctly show up, just the links and not got what i want. And the condition is simple...just add that links and dont have make different about the user is login or soem guest, cause that links for connect to other website, so simple static links.

thanks alot ;)

regards
yossie3660

thanks alot
yossie3660

SuperTaz 07-02-2009 07:42 PM

I will see what I can do, yossie3660.

And s-p0k, just take out the

<--- Navbar Links---->

and save and reload and should be gone.

yotsume 07-12-2009 07:54 PM

This is awesome! Installed! and Works perfect with the mod Advanced Navbar Links!

THANKS!

SuperTaz 07-13-2009 06:33 AM

You're welcome.

yossie3660 07-13-2009 08:21 AM

Quote:

Originally Posted by Warden-B- (Post 1841602)
I will see what I can do, yossie3660.

And s-p0k, just take out the

<--- Navbar Links---->

and save and reload and should be gone.

Thanks a lot...i will wait about this...cause i need put many links in 2 dropdown button, the idea is simple...but....i try to modification by my self....its hard...so i need your help....thanks alot...i will wait...and maybe if u created new mods, please put the links so i can know from this thread oke?...thanks a lot once again...(",)

regards
yossie3660

yotsume 07-13-2009 05:38 PM

1 Attachment(s)
Quote:

Originally Posted by yossie3660 (Post 1847947)
Thanks a lot...i will wait about this...cause i need put many links in 2 dropdown button, the idea is simple...but....i try to modification by my self....its hard...so i need your help....thanks alot...i will wait...and maybe if u created new mods, please put the links so i can know from this thread oke?...thanks a lot once again...(",)

regards
yossie3660

Combining Two Mods Together For Perfection!

With this mod which easily makes a second navbar combined with the "Advanced Navbar Links" mod you can have the power to add in drop menus (with icons), full permission control, single links, etc.. all editable from inside the AdminCP without having to edit the navbar menu except to initially install both mods together.

If you look at my attached screen shot you will see I have two navbars. I also have a drop menu for my blogs in the top navbar which I have made where each sub-link has icons!

Instructions For Combining These Two Mods Together:

STEP-1: Install this mod into you navbar template as instructed.

STEP-2: You only need to paste the following combined code: (Note: I used the code from this mod which only shows the second navbar to members. You can use the standard code from this mod if you wish to have guests view the second navbar as well. I gave that code example at the end of this post.)

NOTE
: The BLUE code below is from this mod and the RED code below is from the "Advanced Navbar Links" mod.

Code:

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">

$custom_droplinks_cat
$custom_singlelinks

</table>
</div>
<!-- / Navbar Links -->

STEP-3: Now install the Advanced Navbar Links mod.

NOTE
: Ignore the step in that mod's instructions where it asks you to paste: $custom_droplinks_cat and $custom_singlelinks. You have already pasted these two codes into your navbar template in Step-2 above.

Step-4: Save your navbar template.

Step-5: You will now have a new AdminCP menu item for the Advanced Navbar Links mod. You can freely add in standalone or drop menu links with and without icons. This mod allows you to freely control all link permissions.

END EFFECT: With these two great mods combined together we now have full control over a second navbar that we can edit from inside the AdminCP without having to edit the navbar template directly each time we wish to add or update links.

FINAL NOTES: The Advanced Navbar Links mod does have one small bug which is discussed in their thread. It is no big deal. I now use this combo mod code and have complete navbar control the way we should have from the start in VB. Also, these hacks work perfect with vBadvanced as your homepage.

IMPORTANT: If you want your second navbar to be viewable to guests use the following code instead:
Code:

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">

$custom_droplinks_cat
$custom_singlelinks

</table>
</div>
<!-- / Navbar Links -->

See my attached screenshot!

ENJOY!

SuperTaz 09-25-2009 10:50 PM

You're welcome. Make sure if you use this mod to click INSTALL.

Brathamike 09-26-2009 08:47 AM

Quote:

Originally Posted by yotsume (Post 1848229)
Combining Two Mods Together For Perfection!

With this mod which easily makes a second navbar combined with the "Advanced Navbar Links" mod you can have the power to add in drop menus (with icons), full permission control, single links, etc.. all editable from inside the AdminCP without having to edit the navbar menu except to initially install both mods together.

If you look at my attached screen shot you will see I have two navbars. I also have a drop menu for my blogs in the top navbar which I have made where each sub-link has icons!

Instructions For Combining These Two Mods Together:

STEP-1: Install this mod into you navbar template as instructed.

STEP-2: You only need to paste the following combined code: (Note: I used the code from this mod which only shows the second navbar to members. You can use the standard code from this mod if you wish to have guests view the second navbar as well. I gave that code example at the end of this post.)

NOTE
: The BLUE code below is from this mod and the RED code below is from the "Advanced Navbar Links" mod.

Code:

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">

$custom_droplinks_cat
$custom_singlelinks

</table>
</div>
<!-- / Navbar Links -->

STEP-3: Now install the Advanced Navbar Links mod.

NOTE
: Ignore the step in that mod's instructions where it asks you to paste: $custom_droplinks_cat and $custom_singlelinks. You have already pasted these two codes into your navbar template in Step-2 above.

Step-4: Save your navbar template.

Step-5: You will now have a new AdminCP menu item for the Advanced Navbar Links mod. You can freely add in standalone or drop menu links with and without icons. This mod allows you to freely control all link permissions.

END EFFECT: With these two great mods combined together we now have full control over a second navbar that we can edit from inside the AdminCP without having to edit the navbar template directly each time we wish to add or update links.

FINAL NOTES: The Advanced Navbar Links mod does have one small bug which is discussed in their thread. It is no big deal. I now use this combo mod code and have complete navbar control the way we should have from the start in VB. Also, these hacks work perfect with vBadvanced as your homepage.

IMPORTANT: If you want your second navbar to be viewable to guests use the following code instead:
Code:

<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">

$custom_droplinks_cat
$custom_singlelinks

</table>
</div>
<!-- / Navbar Links -->

See my attached screenshot!

ENJOY!

This isnt working for me i get this error

public_html/PracticeForum/forum/includes/adminfunctions_template.php(2359) : eval()'d code on line 6
Fatal error: Call to undefined method vb_activecache::flush()

when im trying to add the combine code to the navbar

your instructions are vague..you didnt mention that we are not supposed to uplaod the xml file so i upload that file and it wont upload im getting the same error

great concept but dosent seem to work with new vb :( is exatly what i need though


thanks warren great mod i installed your mod great work sir

yotsume 09-26-2009 08:55 AM

Sorry did you mean my instructions are vague?

Brathamike 09-26-2009 09:04 AM

Quote:

Originally Posted by yotsume (Post 1890749)
Sorry did you mean my instructions are vague?

yes sir i installed what you stated in your instructions and im getting database errors and im getting errors that i mentioned..not sure what to do on this case..

Brathamike 09-26-2009 09:19 AM

Sweet i figured it out i had to turn off vboptimise seems like that mod had a issue looks like its all a go thanks for the add on mod great work you two keep up the good work will be looking for more of your mods


All times are GMT. The time now is 11:09 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.01469 seconds
  • Memory Usage 1,851KB
  • 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
  • (6)bbcode_code_printable
  • (11)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
  • (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