The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add Quick Navigation to top of forum?
I recently added the lower breadcrumbs mod to my board and it is very cool. Posters like it cause they don't have to scroll to the top or use the "top" button.
Is there a way to add the quick Navigation menu to the top? I think this will help again in limiting the amount of scrolling a poster has to do. A lot of scrolling is a compliant I get. |
#2
|
||||
|
||||
The lower breadcrumbs by Lynne shows them near the bottom... you already have a default "Upper breadcrumbs" near the top of the forum just below the navbar... did you mean something else by "Quick Navigation" ?
|
#3
|
|||
|
|||
Quote:
Yea I have a quick naviagation menu that drops down that lists each board you have plus a few menu items. It is in the bottom left cornner of the board. I would like to move that to the top just above the fourm. See screen shot. |
#4
|
||||
|
||||
would you like it to show on all pages or just SHOWTHREAD and FORUMDISPLAY pages?
|
#5
|
|||
|
|||
Yes, the current one does that. I was wrong in my post above it is in the bottom right corner. So to move it up to the top right corner just above the forum/below the page numbers would be good.
|
#6
|
||||
|
||||
Open template forumjump
Find & Delete: Code:
<a href="{vb:raw relpath}#top" class="textcontrol" onclick="document.location.hash='top';return false;">{vb:rawphrase top}</a> Find: Code:
<div class="threadpagenav"> {vb:raw pagenav} {vb:raw forumjump} </div> Code:
<div class="threadpagenav"> {vb:raw pagenav} </div> Code:
<vb:if condition="$announcebits"> <ol id="announcements" class="announcements"> {vb:raw announcebits} </ol> </vb:if> Code:
{vb:raw forumjump} Find: Code:
<div id="pagination_bottom" class="pagination_bottom"> <vb:if condition="$show['pagenav']"> {vb:raw pagenav} </vb:if> {vb:raw forumjump} </div> Code:
<div id="pagination_bottom" class="pagination_bottom"> <vb:if condition="$show['pagenav']"> {vb:raw pagenav} </vb:if> </div> Code:
{vb:raw header} {vb:raw navbar} {vb:raw template_hook.showthread_above_posts} {vb:raw poll} Code:
<style type="text/css"> .navpopupmenu {padding:10px 0!important;} </style> {vb:raw forumjump} Enjoy! |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Moves it to the top.
|
#9
|
|||
|
|||
OK. Can I do anything to keep one at the bottom and put one on the top?
|
#10
|
||||
|
||||
the way the javascript is coded if you have both, the bottom will function normally but the top has issues collapsing once expanded/opened. Im sure its probably an easy fix. If you have any knowledge with templates/editing you can read what I put for editing and edit it to keep both.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|