vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Navbar Forumjump- Adds a DHTML "Forum Jump" menu to your Navbar (https://vborg.vbsupport.ru/showthread.php?t=157353)

Smoothie 09-18-2007 07:41 AM

excellent update, thank you.

oly51 09-20-2007 01:19 AM

My members love it. Had a couple of requests from them asking if is was possible to have forums with unread posts highlighted (bold or italic).

periphrastic 09-20-2007 04:03 AM

okay installed & thank you

however, it's not showing up. (i've looked through this thread for answers, but cannot make sense of anything. cannot find the template hook navbar at all)

i think i might need 'beginner's advisement' on this one, if you can

Analogpoint 09-20-2007 04:46 PM

Quote:

Originally Posted by periphrastic (Post 1342875)
okay installed & thank you

however, it's not showing up. (i've looked through this thread for answers, but cannot make sense of anything. cannot find the template hook navbar at all)

i think i might need 'beginner's advisement' on this one, if you can

Go to the product's options page and follow the instructions in the help items. (the little question mark icon.).

If the automatic display is not working, set it to not automatically display, and then insert these two variables into your templates:

$forumjumpmenu -- where you want the menu to appear.
$forumjumphidden -- at the bottom of the same template.

Analogpoint 09-20-2007 05:33 PM

Quote:

Originally Posted by oly51 (Post 1342820)
My members love it. Had a couple of requests from them asking if is was possible to have forums with unread posts highlighted (bold or italic).

Not a bad idea. I'll take a look at it when I get a chance, but if it requires extra queries, I probably won't add it. (right now the product doesn't add any extra queries.)

periphrastic 09-21-2007 03:04 AM

thank you analogpoint for reiterating the instructions, and again for the hack - indeed works well!

Smoothie 09-24-2007 03:07 AM

Quote:

Originally Posted by Analogpoint (Post 1341377)

EDIT2: Also be sure and add the vertical bar divider between the forum jump menu and the Register link :)

Question, which I also asked in the other mod you have, login popup. When I include the vertical pipe between these links, the | shows when the link is not visible. How to include the separator when links are not shown?

Analogpoint 09-24-2007 09:16 PM

Quote:

Originally Posted by Smoothie (Post 1345652)
Question, which I also asked in the other mod you have, login popup. When I include the vertical pipe between these links, the | shows when the link is not visible. How to include the separator when links are not shown?

In your templates, wherever you have the pipe character, just wrap it in a conditional: :)

Code:

<if condition="$vboptions[navbar_forumjump_enable] && $show[popups]"> | </if>

Smoothie 09-24-2007 09:58 PM

Quote:

Originally Posted by Analogpoint (Post 1346314)
In your templates, wherever you have the pipe character, just wrap it in a conditional: :)

Code:

<if condition="$vboptions[navbar_forumjump_enable] && $show[popups]"> | </if>

That didn't quite work. I have the fj disabled for guests, but the pipe still shows.

Smoothie 09-24-2007 09:59 PM

This is what I have in the header template:

PHP Code:

$forumjumpmenu <if condition="$vboptions[navbar_forumjump_enable] && $show[popups]"> | </if> 



All times are GMT. The time now is 10:11 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.01929 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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