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)

yotsume 09-26-2009 09:23 AM

1 Attachment(s)
Quote:

Originally Posted by Brathamike (Post 1890751)
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..

The Advanced Navbar Links mod is not mine. I can not answer why you would get a database error while trying to install it. I have it installed on my vb3.8.4 site just fine. I have switched to using another mod for my top row navbar since I needed a much easier way to make drop menus with sub-menus as well with icons...

I have uninstalled this mod here. If you want help doing what I have done in my screenshot please PM me. It is not my intention to detract from the developer of this mod. So if you have questions for me please do not post them in this thread.

EDIT: I just saw that you fixed your issue as I was posting this. It is my wish to come up with a way to have both the top and bottom row navbars both editable from withing the AdminCP without the use of template edits to create the menus. ;) The only strong point of template driven menus is you can simply backup the template and your menus to file.

Brathamike 09-26-2009 09:25 AM

Quote:

Originally Posted by yotsume (Post 1890758)
The Advanced Navbar Links mod is not mine. I can not answer why you would get a database error while trying to install it. I have it installed on my vb3.8.4 site just fine. I have switched to using another mod for my top row navbar since I needed a much easier way to make drop menus with sub-menus as well with icons...

looks like we was posting at the sametieme :)

read above post i got it working :)

Log on 09-28-2009 07:29 AM

thank you :)

findmeareptile 09-28-2009 05:16 PM

Thank you..

perfect!

e7saas 09-28-2009 08:18 PM

Thank you.

SuperTaz 09-29-2009 02:52 AM

Very nice, yotsume.

trnim.com 09-29-2009 10:23 AM

Thanks

Hawk7173 10-10-2009 06:21 PM

I installed this this way and for some rason the links are not alligned properly.

<!-- 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" >
<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://m14tfl.com/upload/showthread.php?p=494101#post494101">Advertise</a></td></if>


<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://m14tfl.com/upload/forumdisplay.php?f=168">Please
Visit Our Sponsors Here</a></td></if>


<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://m14tfl.com/upload/showthread.php?t=75674">Make a Donation Here</a></td></if>

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

https://vborg.vbsupport.ru/external/2009/10/57.jpg

cybergas 10-26-2009 08:30 PM

Awesome!!!

I have installed this mod, working great. Had to modify the

border-top-width:0px

for

border-bottom-width:0px

to make the borders fit exactly, not big deal.;)


Now, I need some help creating a linked button.
I want to create 2 buttons with custom searches, for user specific (authenticated) and I don't now how to create or code the variable user. I do understand how to show the buttons for users and hide for guests, but simpy I can find a way to create the next variable for USER:

this is what I am trying to accomplish: (I need to know what to put on searchuser variable to make it work for any authenticated use)

forum _root/search.php?do=process&showposts=0&exactname=1&sear chuser=[variable?] (when authenticated replaced by user name or #, example johnsmith)

I've been searching for threads on this but no success and I've seen implemented on other forums.

Help please :)

SuperTaz 10-28-2009 02:24 AM

Can you post an example to what you are trying to tell me from another site that does have this? I think I may know what you are trying to say, but I need an illustration to be sure.

cybergas 10-28-2009 07:48 PM

Sure!, you can test it on this forum!

I remember to see on some forums I registered back ago -among the hundred of them:o- on the Nav Bar 2 different buttons: My Replies or/and My threads.
Some forums had this both, some others just 1 of them.

When putting mouse over the buttons on my replies the button link showed the URL:
www.example.com/forum/search.php?do=process&showposts=0&exactname=1&sear chuser=cybergas


For this forum with YOUR user it will be: (copy and paste, links are no parsed ;) )

My Replies (your replies on this case):

https://vborg.vbsupport.ru/search.php?do=process&showposts=0&exactname=1&sear chuser=Warden-B-

My Threads (yours on this case):

https://vborg.vbsupport.ru/search.php?do=process&showposts=0&starteronly=1&ex actname=1&searchuser=Warden-B-


As you might notice, this is a dynamically created query with each specific authenticated user once is on the Nav Bar button, this has to work for ALL the users, that's why I need to now the parameters to create the USER specific that will be the user clicking on the button.

I have seen this also at phpbb boards is it call "View my posts" button and does the same, a search query but with different variables than vBulletin.

Hope we can figure this, thanks for your interest!

:)

Llandy 11-14-2009 08:56 PM

Great mod. Quick and easy install.

z0diac 03-06-2010 04:38 PM

For some reason my vb3.8 isn't showing the changes. My navbar template from very first line starts like this:

<br />

<!-- 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://www.ontariostorms.com/misc.php?do=cybtpimx">Top Posters</a></td>
</tr>
</table>
</div>
<!-- / Navbar Links -->


<!-- breadcrumb, login, pm info -->
...etc.etc.etc...


The part in bold is the link to the "Top Posters" which is also available from the QuickLinks pulldown. But it's not showing up. ??? :confused:

http://www.ontariostorms.com (is the site I've edited where I want the link in navbar)

kjsmith84 05-10-2010 05:23 PM

works great- any way to do a Drop Down Menus with these?

SuperTaz 06-03-2010 04:49 AM

Quote:

Originally Posted by kjsmith84 (Post 2034629)
works great- any way to do a Drop Down Menus with these?

Please refer to this article for drop-downs.

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

angeljs 10-25-2010 08:14 PM

I can't believe I've used vBulletin for so long but never tried this mod! Thank you! :)

SuperTaz 12-21-2010 09:48 AM

Edited some text, but not the mod itself. :)

Antidepresiv 12-23-2010 07:48 PM

Hello super Taz, i managed to get this mod working for vb4, replaced the default navbar links with this mod, however i can't seem to get the combined two mods working, i get errors, smting about fetch template.. Could you help me plz with this one?
I can't find this when i'm instaling his mod <!-- / NAVBAR POPUP MENUS -->, so i don't know where to add this $custom_droplinks. Thanks!

Best Regards,
Antidepresiv

SuperTaz 04-11-2011 01:58 AM

Sorry I could not get to your post sooner. I am mostly on the 4.0 series part now and will provide limited support for the 3.x series. But, if you want this mod to work for 4.0, use my mod here: https://vborg.vbsupport.ru/showthread.php?t=228492

farazfaraz 04-13-2011 08:02 AM

~installed~
Thank you.

thep3300 04-15-2011 03:36 PM

goood:D

Scyther 07-05-2011 07:41 AM

tagged for now...

Scyther 07-09-2011 02:20 PM

Installed..and marked too..
Thanks

SuperTaz 04-26-2012 03:01 PM

You're welcome. :)

www.nofal 10-09-2012 11:49 AM

Good Work

SuperTaz 03-26-2013 04:08 AM

Quote:

Originally Posted by www.nofal (Post 2371763)
Good Work

Thanks. :)

ged 04-15-2014 05:31 AM

A simple question. Is it possible to position the second navbar links bar adjacent to the original?

SuperTaz 06-17-2014 10:06 PM

Quote:

Originally Posted by ged (Post 2493235)
A simple question. Is it possible to position the second navbar links bar adjacent to the original?

Sorry for the delay. I have been busy with many things.
I don't understand what you are trying to say. Do you mean having the links similar to brick stacking?


All times are GMT. The time now is 08:52 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.01890 seconds
  • Memory Usage 1,782KB
  • 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_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
  • (28)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