![]() |
'Previous / Next Page' link in forum/thread navigation menus
I don't know if this is really enough of a change to call it a whole mod, but I searched a long time ago for how to do this and eventually just figured it out myself. It's ridiculously easy, but since I like the feature and miss it on boards that don't have it, I figured I'd publish it. Please install it so I can browse your board more easily! :D
Feel free to delete or whatever if this is a duplicate or just too stupid. :) The idea of this is simply to create obvious links within the "page nav numbers" section of the forum and thread display pages, that lead to the previous and next page of results respectively. There actually are little tiny ">" symbols to click on but they aren't obvious, and when you spend as much time as I do on the forum it gets tedious to find them with your mouse, etc. In pagenav template change: Code:
<if condition="$show['prev']"><td class="alt1"><a class="smallfont" href="$address<if condition="$prevpage != 1">&page=$prevpage</if>$address2" title="$vbphrase[prev_page] - <phrase 1="$prevnumbers[first]" 2="$prevnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>"><</a></td></if> Code:
<if condition="$show['prev']"><td class="alt1"><a class="smallfont" href="$address<if condition="$prevpage != 1">&page=$prevpage</if>$address2" title="$vbphrase[prev_page] - <phrase 1="$prevnumbers[first]" 2="$prevnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">< Previous</a></td></if> Code:
<if condition="$show['next']"><td class="alt1"><a class="smallfont" href="$address&page=$nextpage$address2" title="$vbphrase[next_page] - <phrase 1="$nextnumbers[first]" 2="$nextnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">></a></td></if> Code:
<if condition="$show['next']"><td class="alt1"><a class="smallfont" href="$address&page=$nextpage$address2" title="$vbphrase[next_page] - <phrase 1="$nextnumbers[first]" 2="$nextnumbers[last]" 3="$total">$vbphrase[results_x_to_y_of_z]</phrase>">Next Page ></a></td></if> Hope this helps someone. |
Thanks!! So simple, and yet effective :-)
EDIT: Btw, the phrases are $vbphrase[prev_page] and $vbphrase[next_page] |
Does anyone have a vbadvanced hack for this?
|
Thanks...
|
thanks, so simple, yet so useful!
|
Love this MOD. - Further proof that it's the simple things in life that matter.
|
I'm very confused.... I specifically had to REMOVE this "feature" from default vBulletin.
Was it added to stock vBulletin somewhere between 3.6.4 and 3.6.8 PL2? EDIT: Ah... That was me removing First and Last. :) |
Not working in VB3.7 Beta 4.
Any update ? thanks |
Haven't installed 3.7 yet, so no. I'd think it would be a similar change to a similar template though.
|
All times are GMT. The time now is 12:55 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:
|