The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Detect if I am on PAGE 2 of FORUMDISPLAY
Is there a conditional I can use to detect when I am on page 2,3,4,5 of a forum?
e.g., like on this page as an example https://www.vbulletin.com/forum/show...g-to-4.0/page2 I just want to write the red sentence in the below pic: (for when the user is on page 2,3,4,5,etc) |
#2
|
||||
|
||||
Here ya go. Enjoy
Code:
<vb:if condition="THIS_SCRIPT == 'forumdisplay' AND $_REQUEST['pagenumber'] == '2'"> Whatever here </vb:if> |
#3
|
|||
|
|||
woo hoo thank you
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|