The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if posts in thread < 2 then ....
i want to add code between the nav bar and the thread when viewing a thread using showthread.php
i want the conditions for this text to be displayed to be: if posts in this thread < 2 & forumid == 15 then show this <HTML> how can i do this? |
#2
|
||||
|
||||
Code:
<if condition="($threadinfo['replycount'] + 1) < 2"> HTML CODE HERE </if> |
#3
|
|||
|
|||
hey link
i dont see anything in your reply? did it maybe not save it? thanks |
#4
|
||||
|
||||
If you can not see the code he posted it means your showing up as unlicenced, and you should go to vbulletin.com/members click on priority support, make sure your email here is entered there.
Then you can view his code. |
#5
|
|||
|
|||
i am confirmed... i have 2 registered licences.. can someone paste it outside the box so i can see it?
|
#6
|
||||
|
||||
No one will, the reason it is in the box is to ensure that only valid members get to see it.
Your best bet if you are licenced is to double check your email and resubmit it. |
#7
|
|||
|
|||
wierd.. it works from home? i see the code.. i was logged in away from home and it doesnt work
anyway thats great, but how do i specify forumid = 15? within this code |
#8
|
||||
|
||||
Code:
<if condition="($threadinfo['replycount'] + 1) < 2 And $thread[forumid] ==15"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|