The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is the code for page numbering ?
Hello,
I have been searching around for this code and haven't seen the answer so far.. I tried over on VB.com and got an answer that it is a vbadvanced code issue, when I know it is just a core feature of Vbulletin. I am running 3.5.0 with CMPS 2.0. In my recent threads I would like to add the numbering just like you see in the normal forums. With vbadvanced there is a template called: adv_portal_latesttopicbits This gives you the module for Latest Topics. (mine being in center of page) This will just give you the thread lists, however no page numbers... hence when you click you need to go through to the forums, then find the page of last post. To get around this I added: $thread[pagenav] to the end of the link to the thread. This is the full line: <a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a> $thread[pagenav] My addition is at the end there and it give me the page numbers, only up to 3 pages. I don't get an option for more at all, it just stops at 3. You can see what I mean by going to: http://www.truckporn.com/forums/truckporn-today.php What I would like is the code that I can add in place of what I added that will give me the same thing as here, the little pages icon and all: http://www.truckporn.com/images/misc/numbering.gif Down in recent posts module, I only get a 3 pages listed when the thread can have 4 or more. Just looking to make it like the other listings throughout vBulletin. Thanks alot for your time ! |
#2
|
||||
|
||||
$thread[pagenav]
Try something like this instead of the above: PHP Code:
|
#3
|
|||
|
|||
Thanks !!!
That did the trick just perfectly ! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|