The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Does anyone know if there is a vBulletin conditional that displays content on a certain page (and if they have a code to show on all pages but one)?
|
|
#2
|
||||
|
||||
|
Which pages specifically?
|
|
#3
|
|||
|
|||
|
I am talking about a page in a thread. What i am trying to do is get something to display on all pages but the first one in a thread. Please reply as soon as possible
|
|
#4
|
||||
|
||||
|
Code:
<if condition="$pagenumber != 1"></if> |
|
#5
|
|||
|
|||
|
Doesn't work
Any other ideasPlease, this is very important and i need it very fast I also just read a vBulletin bug form that said that the $pagenumber conditional doesn't exist (this was for an older version of vB), is it possible that it still wasn't fixed?
|
|
#6
|
||||
|
||||
|
Which template are you trying to use this in?
|
![]() |
|
|