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)

ChessMess 09-11-2007 11:29 PM

Thanks AnalogPoint that was the problem, the boards were not set to show on the drop downs. And your latest version fixed the other problem.

Mark as Installed!! A++

Smoothie 09-12-2007 01:38 AM

couldn't get this to work. I've made the edits, import the product and added the link. All I get is "Forum Jump" in header, but it does not show the forum jump menu, all it does is link to forumdisplay.

Phooey 09-12-2007 03:37 AM

I've installed this and it works great, but it doesn't appear in my navbar on the root of the site, which is powered by vBadvanced CMPS. I've tweaked my navbar a lot, so I had to insert "$template_hook[navbar_buttons_left]" to get it to show up at all, but that doesn't seem to work on vBa pages.

Any ideas?

carubmun 09-12-2007 03:49 AM

Im a complete noob with this stuff, this was my first ever plug in and it worked right outta the box.
Ive got it set up HERE, and while i wish i could customize the sections to not be in sequential order, its still pretty neat.

Is there a way i can have the 3 main sections by themselves, and then all the small sections in one long column at the end?

killugood9000 09-12-2007 04:23 AM

ok ive been doing some research on my site. Turns out that, out of my four styles running it works on only one. The other three aren't even showing up in the navebar. Iv'e been looking over the code in the one style it is working on and no reference to this add-on at all. Not quit sure where its pulling to start the add-on, mabey in the hook system? I'm pretty unfamiliar with the hook system. Any way still trying to figure it out.

killugood9000 09-12-2007 02:44 PM

Ok i got it working on 2 styles now. Only problem I have left is that it wont show on CMPS hompage. The add-on only works on forumhome and forum pages. I'm looking into putting it on the CMPS and i'll let you all know.

Analogpoint 09-12-2007 03:25 PM

Quote:

Originally Posted by Smoothie (Post 1337366)
couldn't get this to work. I've made the edits, import the product and added the link. All I get is "Forum Jump" in header, but it does not show the forum jump menu, all it does is link to forumdisplay.

Ignore this and install version 1.0.4 :)

Make one last change and it should work. I just realized you said all your links are in your header, and you're not using the navbar template. In the plugin code, find
Code:

$vbulletin->templatecache['navbar']
And replace it with
Code:

$vbulletin->templatecache['header']
Also, make sure that you have added $template_hook[navbar_buttons_left] in your header where you want the menu to appear.

Analogpoint 09-12-2007 06:33 PM

For those of you who are installing this on 3.6.4, 3.6.5 etc, I've now made this plugin compatible with 3.6.0 to 3.6.8 Just install the lastest version (1.0.4), and if you running less than vB 3.6.8 insert $template_hook[navbar_buttons_left] in one of your templates, wherever you want them menu to appear.

Quote:

Originally Posted by Smoothie
couldn't get this to work. I've made the edits, import the product and added the link. All I get is "Forum Jump" in header, but it does not show the forum jump menu, all it does is link to forumdisplay.

Try the newest version, I think It'll work for you. (You can ignore post #47 above.)
Quote:

Originally Posted by Killugood9000
Ok i got it working on 2 styles now. Only problem I have left is that it wont show on CMPS hompage. The add-on only works on forumhome and forum pages. I'm looking into putting it on the CMPS and i'll let you all know.

Try the newest version and be sure to put $template_hook[navbar_buttons_left] in the header or wherever you want the menu to show up and see if it works.
Quote:

Originally Posted by pipedreams
fab add-on!

Am wondering would it be possible to have an option in a future version that will allow users to select if link to the forums in the DHTML drop-down, link to a new thread for the forum, instead of the forum itself?

I say I could change the links in the product templates to do this myself, but said I would say it here first...

I've added an optional icon in version 1.0.4 that links to the last post in each forum.

soulface 09-12-2007 07:10 PM

Version 1.0.4 not working on my forum. its not showing any popup. im using a fully customized templates. my forum's navbar links is based on icons rather then text links.

So had to stick with version 1.0.3. can you add a templates in the next version where we can customize the navbar link & popup menu..

thx

Analogpoint 09-12-2007 09:32 PM

Quote:

Originally Posted by soulface (Post 1337819)
Version 1.0.4 not working on my forum. its not showing any popup. im using a fully customized templates. my forum's navbar links is based on icons rather then text links.

So had to stick with version 1.0.3. can you add a templates in the next version where we can customize the navbar link & popup menu..

thx

Is it showing any error message in the HTML source code? (search for navbar_forumjump).

carubmun 09-12-2007 10:23 PM

Question....

Is there a reason this only seems to work with the "default" vB skin?
Im running the current version of vB btw.

Ive installed a few free skins ive downloaded, but the Forum Jump link doesnt show up on any of them.

Still, great add on for vB, props to the coder.

Smoothie 09-13-2007 02:19 AM

I can get the pop-up to work on the default skin only. It will not work on the custom skin. The link shows in the header, but when click for dropdown it doesn't work.

Smoothie 09-13-2007 02:25 AM

Is there a css class defined in the plugin for this link that perhaps isn't in custom skins?

Analogpoint 09-13-2007 03:31 AM

Quote:

Originally Posted by carubmun (Post 1337934)
Question....

Is there a reason this only seems to work with the "default" vB skin?
Im running the current version of vB btw.

Ive installed a few free skins ive downloaded, but the Forum Jump link doesnt show up on any of them.


Still, great add on for vB, props to the coder.

Are your other skins vb 3.6.8 compliant? do they have $template_hook variables in them? If not, you'll need to put $template_hook[navbar_buttons_left] in your header or navbar template. Also, PM me your URL if you'd like me to take a look.


Quote:

Originally Posted by Smoothie (Post 1338048)
I can get the pop-up to work on the default skin only. It will not work on the custom skin. The link shows in the header, but when click for dropdown it doesn't work.

Could you PM me your URL and I'll see if I can deduce anything from the error messages in the HTML source.

Quote:

Originally Posted by Smoothie (Post 1338049)
Is there a css class defined in the plugin for this link that perhaps isn't in custom skins?

No, there is some CSS included in the output of this plugin, but there isn't anything that would need to be defined elsewhere.

NitroXploit 09-13-2007 04:06 AM

Very useful modification, suggestion if you are willing to take one, an option to limit the number of characters appearing on the name of the section.

soulface 09-13-2007 04:37 AM

Quote:

Originally Posted by Analogpoint (Post 1337914)
Is it showing any error message in the HTML source code? (search for navbar_forumjump).

Since I'm using a custom skin, i had to manually put a navbar link matching with the skin and they were working fine in older version. But with this new version, the popup wont showing.. and not im not getting any kind of error msg..

carubmun 09-13-2007 06:18 AM

Quote:

Originally Posted by Analogpoint (Post 1338071)
Are your other skins vb 3.6.8 compliant? do they have $template_hook variables in them? If not, you'll need to put $template_hook[navbar_buttons_left] in your header or navbar template. Also, PM me your URL if you'd like me to take a look.

Could you PM me your URL and I'll see if I can deduce anything from the error messages in the HTML source.

I still havent found a template that i like, just installing random free ones.
Here is my site.

The skin is supposed to be 3.6.8... but im a noob at this so dont know much about hte other stuff you said.

letsjoy 09-13-2007 09:03 AM

you rocks ;)

Analogpoint 09-13-2007 03:58 PM

Quote:

Originally Posted by carubmun (Post 1338132)
I still havent found a template that i like, just installing random free ones.
Here is my site.

The skin is supposed to be 3.6.8... but im a noob at this so dont know much about hte other stuff you said.

Make sure you have $template_hook[navbar_buttons_left] in your navbar template.

Analogpoint 09-13-2007 04:00 PM

Quote:

Originally Posted by soulface (Post 1338097)
Since I'm using a custom skin, i had to manually put a navbar link matching with the skin and they were working fine in older version. But with this new version, the popup wont showing.. and not im not getting any kind of error msg..

Could you PM me your URL and I'll see if I can deduce anything from the HTML source.

oly51 09-13-2007 04:22 PM

Quote:

Originally Posted by killugood9000 (Post 1337658)
Ok i got it working on 2 styles now. Only problem I have left is that it wont show on CMPS hompage. The add-on only works on forumhome and forum pages. I'm looking into putting it on the CMPS and i'll let you all know.

I am in the same boat. Cannot get it to show on vBadvanced CMPS homepage.

Analogpoint 09-13-2007 05:45 PM

Quote:

Originally Posted by killugood9000 (Post 1337658)
Ok i got it working on 2 styles now. Only problem I have left is that it wont show on CMPS hompage. The add-on only works on forumhome and forum pages. I'm looking into putting it on the CMPS and i'll let you all know.

Quote:

Originally Posted by oly51 (Post 1338429)
I am in the same boat. Cannot get it to show on vBadvanced CMPS homepage.

Try adding template_hook to 'Portal Output Global Variables' in vba and let me know if that does the trick.

Phooey 09-13-2007 07:01 PM

Quote:

Originally Posted by Phooey (Post 1337409)
I've installed this and it works great, but it doesn't appear in my navbar on the root of the site, which is powered by vBadvanced CMPS. I've tweaked my navbar a lot, so I had to insert "$template_hook[navbar_buttons_left]" to get it to show up at all, but that doesn't seem to work on vBa pages.

Any ideas?

No one has any ideas on how to fix this?

Analogpoint 09-14-2007 12:07 AM

Quote:

Originally Posted by Phooey (Post 1338533)
No one has any ideas on how to fix this?

Quote:

Originally Posted by Analogpoint (Post 1338474)
Try adding template_hook to 'Portal Output Global Variables' in vba and let me know if that does the trick.

Did you give that a try? Oh, and also, try the latest version.

oly51 09-14-2007 09:26 AM

Quote:

Originally Posted by Analogpoint (Post 1338474)
Try adding template_hook to 'Portal Output Global Variables' in vba and let me know if that does the trick.

That worked. Thanks.
Great add-on, Analogpoint.

Mecho 09-14-2007 03:33 PM

Thanks Analogpoint , works fine on vba too :)

Analogpoint 09-14-2007 08:57 PM

Quote:

Originally Posted by Mecho (Post 1338966)
Thanks Analogpoint , works fine on vba too :)

Would you mind sharing exactly what you did to get it to work with vBa? I only ask since there were a few others with the same problem. Thanks.

oly51 09-14-2007 11:51 PM

Quote:

Originally Posted by Analogpoint (Post 1339145)
Would you mind sharing exactly what you did to get it to work with vBa? I only ask since there were a few others with the same problem. Thanks.

How is this?

jzewatsky 09-15-2007 12:01 AM

Very practical and helpful Mod. Thank you very much.

I'm running vBadvanced and have noticed that I get a no input file specified message when I use the forumjump menu from the advanced page. My vba page lives outside the forum directory so the url does not point to my forum. This happens frequently when I add things to my vBadvanced page and usually adding $vboptions[bburl] at the begining of the links fixes the problem . Can someone help me find where in the code I can add $vboptions[bburl] to correct the links.

oly51 09-15-2007 12:39 AM

Quote:

Originally Posted by jzewatsky (Post 1339234)
Very practical and helpful Mod. Thank you very much.

I'm running vBadvanced and have noticed that I get a no input file specified message when I use the forumjump menu from the advanced page. My vba page lives outside the forum directory so the url does not point to my forum. This happens frequently when I add things to my vBadvanced page and usually adding $vboptions[bburl] at the begining of the links fixes the problem . Can someone help me find where in the code I can add $vboptions[bburl] to correct the links.

Just noticed that I have the same issue.

oly51 09-15-2007 12:59 AM

I tried this and it works:
Open the product-navbar_forumjump_1.0.4.xml file with an editor.
At line 85
Change:
Code:

$url = 'forumdisplay.php'.$sess_url.'f='.$forumid;
To:
Code:

        $url = '../forums/forumdisplay.php'.$sess_url.'f='.$forumid;
Note: change "/forums/" to whatever your forums directory is.

Import and overwrite the product.


Update: This was fixed in version 1.0.7

michaelsilvia 09-15-2007 03:32 AM

Got this error for 1.0.4.:

XML Error: not well-formed (invalid token) at Line 1

Analogpoint 09-15-2007 03:49 AM

Try re-downloading the zip file, then extract the XML file and import that.

yoyoyoyo 09-15-2007 01:36 PM

When I log out of my forum the "Forum Jump" is still showing on the login.php?do=logout&logouthash= link, and it is showing forums that should not be viewable by unregistered guests, such as my moderator areas:

https://vborg.vbsupport.ru/

when I go from there to the forum index.php the forumjump is not viewable, but it is on the login page

Mecho 09-15-2007 05:04 PM

Quote:

Originally Posted by Analogpoint (Post 1339145)
Would you mind sharing exactly what you did to get it to work with vBa? I only ask since there were a few others with the same problem. Thanks.

i did the exact thing that u said in this topic .

Smoothie 09-15-2007 08:59 PM

still can't this to work on my custom skin.

Analogpoint 09-15-2007 09:27 PM

Quote:

Originally Posted by Smoothie (Post 1339712)
still can't this to work on my custom skin.

I took a look at your site and I think I know what's going on. I'll release an update that should fix it on Sunday or Monday. You can go ahead and disable it now and get rid of the extra useless link.

Phooey 09-15-2007 10:49 PM

Quote:

Originally Posted by Analogpoint (Post 1338666)
Did you give that a try? Oh, and also, try the latest version.

Just did both of what you recommended, it works great now. Thanks!

michaelsilvia 09-16-2007 01:56 AM

Installed it again, but nothing shows up.

http://www.sportscardforum.com

I searched and found:

$template_hook[navbar_buttons_left]

In my navigation bar. I checked and it is turned on. Any idea?

oly51 09-16-2007 10:54 PM

Quote:

Originally Posted by oly51 (Post 1339262)
I tried this and it works:
Open the product-navbar_forumjump_1.0.4.xml file with an editor.
At line 85
Change:
Code:

$url = 'forumdisplay.php'.$sess_url.'f='.$forumid;
To:
Code:

        $url = '../forums/forumdisplay.php'.$sess_url.'f='.$forumid;
Note: change "/forums/" to whatever your forums directory is.

Import and overwrite the product.

One more change is needed to get the "Go to Last Post" feature working with vbadvanced CMPS.
Change the first part of line 82 to:
Code:

$lastpostlink = ' <a href="../forums/showthread.php'
Again, change "/forums/" to whatever your forums directory is.
Import and overwrite.

Update: This was fixed in version 1.0.7


All times are GMT. The time now is 11: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.01427 seconds
  • Memory Usage 1,849KB
  • 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
  • (7)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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