![]() |
Forum Jump In Navbar
Okay a few notes first.
A. I wont support this software B. I dont plan to improve it unless I have a requirement to do so personally for www.minimins.com C. If you want to modify it, change it, make it something like DigitalPoint.com drop down, and charge for the modification be my guest, ill even pay for it :) D. Thanks to the original idea at http://forums.digitalpoint.com E. I dont know how to make a plugin so dont say anything about it not being a plugin. F. It wont work as guest on my forum for SEO reasons. But please dont register on my forum just to see it in action, the screenshot says it all. G. Dont complaine about my code, it works, but I accept it may not be the best way to do this. H. Its the code for the Forum Jump menu, so its dynamic. If you have admin forums thoes who can see thoes forums will be able to see it in the jump menu, thoes who dont, wont simple :) So, right, theres various other attempts at making this dropdown but to be honest they were not adequait. As such I spent 4/5 hours making my own one from the Forum Jump menu function. The code! 1. Plugin Mangager 2. Add New Plugin hook location : global name : whatever, i called it "navbar jump menu" This is the code: PHP Code:
Code:
<td id="navbar_forumjump" class="vbmenu_control"><a href="$show[nojs_link]#forumjump" accesskey="j">Forum Jump</a> <script type="text/javascript"> vbmenu_register("navbar_forumjump"); </script></td> Code:
<!-- Forum Jump --> If you have any general questions about the code Ill try and help. But the one part and dont ask me, is the recursvie function in construct_jump2 I barely understand it myself. Enjoy :) |
In tradition i reserve the first post :)
|
How is it different from this ?
https://vborg.vbsupport.ru/showthread.php?t=133277 |
see the last box of code on that post?
You have to manually define every forum url and forum name. The one above fully automatic/dynamic content. For me, with 100 forums, that was just totaly impractical. I did start and got through 20 forums and just got sick of it. Because I knew I would be moving forums around, renaming etc, so this semi-mod was created :) Pierce |
Heh... very nice. Good job !!
*Clicks install* Later edit: Damn... my skin is too modified to use it :| Hope i can modify it some way. |
Awesome! Thank you very much! :D
|
I took a look at it and made you a nice little product file. The code is unchanged from what you've posted. Users still need to make the 2 template edits.
I played with this for about an hour coming up with a simple if($i = 6) {$pagenavthingy .="<br />";} but it doesn't work that way :/ The way the HTML is coded, it will count the categories and forums as the same thing so: Lobby (Category) Forum1 Forum2 That would be 3 loops instead of 1 :( Which means it needs an extra check... if act as forum = 0 then counter+1.. then when counter = 6, throw in a <br /> and reset to 0. Then clean up the html code and you should be on your way if you care to make it resemble the other site. Edit: Good lord my spelling is off! |
Quote:
|
does it work with 3.6.5.?
|
Quote:
|
It doesn't show up my forums:
|
Show me the code for the drop down menu, and the <!-- forum jump --> stuff, in the rendered HTML
|
Great, it worked :) Installed !
|
Installed , Thanks Dude
|
Quote:
|
WOW - Great job dude :) Thanks ...
|
Hey this is really cool, hopefully it will pick up the other forums which have been split on other pages by amy's split forum home hack.
|
I think I might know whats wrong.
I notice your template doesnt have a "Jump Forum" drop down. What I noticed is that on my forum forum jump is disabled to guests and I get exactly that. And as the code is baised exactly on the forum jump menu, I would suspect thats it. (I just disabled forum jump and I got the same results) Go to.. Vbulletin Options -> General Settings -> Use Forum Jump Menu -> Yes -> Save That should solve your issue. Pierce |
Yup, that was it... Thanks man.
|
Quote:
|
Quote:
|
Anybody idea - how to make the multicolumn version fluid - such that it not extend the width of used style? Or at least limit the number of columns to 4 at each row.
At forum.viparmenia.com/vb it is terrible, when table extended the width and one need horizontal scrolling |
To make it compatible with vbadvanced find in plugin code( AdminCP-> Plugins & Products -> Plugin Manager -> ForumJump (if you used productxml from SkyCatcher or the name you give to plugin)
Quote:
Quote:
|
I'm not that good at coding, where exactly do I put the code in the navbar template if I want it right before the User CP??
|
Quote:
Pierce |
Quote:
But it would be nice to have multicolums version such that one can limt the colums say 4 and then next 4 starts from a new row. The php script must put <tr> somehow checking by "if" do one reach the wished number of colums or better do one reach the WIDTH of window, to escape appearance of horizontal scrolling. Multicolum and multirow - |
Quote:
|
It wouldnt be that hard.
Just add a counter outside the foreach, and then an if statment, if($counter == 4) before the two lines that append the bottom of a table, if its 4, you want end of table, else you want to end the column. I am not going to add it because I would have to test it, and as I said I am happy with the script and felt like sharing it :) Pierce |
A previous post that has instructions to get this to work with vbadvanced does not work for me. The menu will not pop open!
I got it to work with vBadvanced this way: In your vBa CMPS go to: Default Settings>Main Options >Portal Output Global Variables. In that box you must add: forumNavJumpMenu Then the popup for the jump menu will work on your vBadvanced CMPS v3.0 RC1. I am on vb3.6.4 and this works great now. Then I noticed in my Links (vBadvanced Links Directory v2.0.1) the jump menu urls were wrong so I just hard coded the url to my forumdisplay.php in the product like this on line #75: $jumpforumbits2[$optionvalue] .= "<a href=\"http://www.your.domain.com/forum/forumdisplay.php?f=".$forumid."\">".$optiontitle." </a>"; Just replace: http://www.your.domain.com/forum/ with your correct path. All fixed! |
would be great to have this working the best it could possibly be for when vb 3.8 goes gold. and to have it also have multiple columns would be ideal. Anyone?
|
I used this mod, still do, but I do not need it for VB4 yet..
I have marked the code as reusable. Pierce |
All times are GMT. The time now is 05:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|