![]() |
thanks
|
Quote:
|
Quote:
But in any case, this is *not* a problem, since the *only* way to get to that page and view the forumjump dropdown, is to actually have the privileges and then log out. There's not much I can do about it, since at that point the vB core code tells me that the user is still a member-- ie the $show[member] variable still evaluates to true. |
For those of you who installed this with vBa, there is now a setting to add a relative URL to prepend to the links, so you don't have to hack the files.
@Smoothie. I've done some testing and I think the latest version (1.0.6) should fix your problem. Overwrite the old version with this one, then in the settings, choose not to auto-display the menu, then in your templates, add $forumjumpmenu where you want the menu to appear. |
Ok, given it another shot.
|
works, somewhat. Link appears in header, dropdown works, but for some reason it displays under the navbar..It's installed on site, check it out.
|
Quote:
|
Quote:
|
It's installed, but it does not work as well as 1.0.6. It throws all the other links out of wack and it's still under the navbar.
|
It must be an issue with the fact that the (hidden) dhtml menu is output right beside the menu link, instead of at the bottom of the template, like with the standard menus. Would you like to try one other tweak to see if that's the problem?
|
hope you got a look because I'm uninstalling this last version you posted for me.
|
Quote:
|
Try this, and put $forumjumpmenu where you want the menu displayed, and put $forumjumphidden down at the bottom of either your header or navbar templates where it says <!-- NAVBAR POPUP MENUS --> by default that's in the navbar template.
|
For the link dropdowns in the header to work correctly I have to add the id # to my css class. Example,
margin-top: -128px; margin-left: -50px; Not sure why the forumjump is displaying under the navbar |
Quote:
PHP Code:
|
ok, let me try what's posted in post 93
|
Looks like we're 95% of the way home.....give it a look.
|
Quote:
margin-top: -128px; margin-left: -50px; you were talking about. try adding that for this id as well and you should be set. EDIT: The link id is navbar_forumjump and the hidden menu's id is navbar_forumjump_menu EDIT2: Also be sure and add the vertical bar divider between the forum jump menu and the Register link :) |
Quote:
|
Bingo! You win. Nice work. Strawberry Smoothie, eh? LOL
|
quick question. when set to "Show Link to Last Post in Forum", hovering over the link gives me a $vbphrase[go_to_last_post]
|
Quote:
|
Any word on why this is happening:
https://vborg.vbsupport.ru/showpost....&postcount=101 |
Quote:
Quote:
|
Quote:
Quote:
Quote:
That being said there is still no problem, since each user will only see the forums that they have permission to see (just like when viewing the forum home page). And even with out the conditional I added, no user could see any forums they didn't already have permission to see, since the user (with proper permissions) would have to be logged in first, then log out to see the page from your screenshot. Unless of course a moderator logged out, left their browser window open, and then a regular user sat down at the same computer and look at the menu. And even in that case, they could only see the forum titles, and wouldn't be able to enter the forums. In conclusion, guests can't see your moderator forums. :) |
Always fun getting ignored. :(
|
Quote:
|
WOOT! I just installed 1.0.7 and it is all fixed - thanks much!
|
Quote:
Quote:
It looks like you have some other mods that quite possibly use the same template hook $template_hook[navbar_buttons_left] probably one of those is overwriting the contents of the template hook instead of adding to it. I looked at your source code and the hidden menu is actually there, just the link that is attached to the navbar is missing. Try one of these options: 1. Fix the offending mod(s). 2. Try putting the forumjump menu on the right side of your navbar (in the options) 3. Try manually adding the $forumjumpmenu and $forumjumphidden variables to your templates 4. Change the execution order of the plugins that muck with the $template_hook[navbar_buttons_left] variable and put the forumjump menu plugin last (give it a high execution number), so that if another plugin is overwriting the variable, the forumjump will be added last. |
NOTE: This issue is cleared up in version 1.0.7, with a workaround for the fact that vB doesn't update the logged in status for the logout page before the plugin code is called.
Quote:
|
excellent update, thank you.
|
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).
|
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 |
Quote:
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. |
Quote:
|
thank you analogpoint for reiterating the instructions, and again for the hack - indeed works well!
|
Quote:
|
Quote:
Code:
<if condition="$vboptions[navbar_forumjump_enable] && $show[popups]"> | </if> |
Quote:
|
This is what I have in the header template:
PHP Code:
|
All times are GMT. The time now is 06:40 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|