The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can a Navbar be placed at bottom of thread?
Hi All
This is the bottom of the thread: Attachment 102199 How can the Tags box be replaced with this part of the upper navbar: Attachment 102201 Thanks Gerald |
#2
|
|||
|
|||
To move the entire navbar (which would include the breadcrumb and login parts) you could just change the position of "$navbar" in the "showthread" template.
But to only move the navbar buttons part of it that you displayed in the pic, you'd have to do it a bit differently such as grabbing that part of code from the navbar template and placing it where you want it. Then you'd have to replace $navbar (again in the showthread template) with the code for the breadcrumb and login part of the navbar template so that it still shows at the top (but without showing the navbar buttons part twice). That would be one way at least. I'm not sure if I'd want it laid out like that though. But, that's up to you. |
#3
|
|||
|
|||
I did not mean that the navbar be moved - I only want that part copied.
|
#4
|
|||
|
|||
If you want the navbar buttons to display at the top and the bottom, but only want the breadcrumb and login parts to display at the top then you could go into the navbar template and grab the code just for the navbar buttons and copy it to the bottom of the showthread template where you want it.
And, just forget the part I mentioned about replacing $navbar in the 'showthread' with the breadcrumb and login part. The top navbar/breadcrumb/login would then display as normal, but you'd have the buttons on the bottom as well. You'd be looking for the part in the navbar template from: Code:
<!-- / nav buttons bar --> to: Code:
<!-- / PAGENAV POPUP --> </if> And, you'd want to paste that into the 'showthread' template wherever you'd like the bar to display. I find it helpful to keep an unedited copy of the template along with a working copy so you can just paste them in really quick while testing. |
#5
|
|||
|
|||
Quote:
<!-- / social bookmarking links --> </if> INSERTED HERE in SHOWTHREAD <if condition="$show['tag_box']"> <!-- thread tags --> |
#6
|
|||
|
|||
That looks good to me. That should appear above the tags bar.
|
#7
|
|||
|
|||
As, I said, I tried that, but nothing appeared on the page.
|
#8
|
|||
|
|||
May I ask what code it is you pasted?
|
#9
|
||||
|
||||
do you want to display the navbar at the bottom of the page globally, as in on all the pages? or just on the showthread page?
either way it would be very easy to do, if you could post your navbar template code here in the [code] tags, and if it is just on the showthread page you want it to show, could you also post your showthread template in the [code] tags |
#10
|
|||
|
|||
I used the code from navbar, as per post #4 above:
<!-- / nav buttons bar --> . . . . . <!-- / PAGENAV POPUP --> </if> --------------- Added [DATE]1248067959[/DATE] at [TIME]1248067959[/TIME] --------------- Fixed it. Needed the bit from: <!-- nav buttons bar --> to: <!-- / nav buttons bar --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|