PDA

View Full Version : Page number links at top of forum too?


SloppyGoat
11-30-2002, 05:32 PM
How can I put the page number links at the top of the forum too, instead of just at the bottom? I doubt this is a hack, but vB doesn't seem to know, I guess.

SloppyGoat
12-04-2002, 04:31 AM
Bump

SloppyGoat
12-29-2002, 04:58 PM
Nobody????? :(

SloppyGoat
06-26-2003, 09:09 PM
Bump again :(

SloppyGoat
11-06-2003, 06:20 PM
Damn! This has got to be a simple one. No one knows?

assassingod
11-06-2003, 06:37 PM
In the ammount of time you originally posted this, you could of had a look for yourself:)

Anyway its just a case of moving $pagenav in your forumdisplay templates:)

Edit:
Open forumdisplay_threadlist and above

<!-- topic table -->


and above add:

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td align="right"><smallfont>$pagenav</smallfont></td>
</tr>
</table>

SloppyGoat
11-06-2003, 07:31 PM
Thank you! That's all I needed to know! I did have a look for myself, many times. But without knowing the name of the variable, I had no idea what I was looking for.

assassingod
11-06-2003, 07:34 PM
Thank you! That's all I needed to know! I did have a look for myself, many times. But without knowing the name of the variable, I had no idea what I was looking for.
No problem:)