The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What is the conditional for making something only show if there is 1 post? And one for if there is 5 or more posts?
|
#2
|
|||
|
|||
![]()
Can someone help me with this?
|
#3
|
|||
|
|||
![]()
Not trying to spam but... one more time I will ask.
|
#4
|
||||
|
||||
![]()
You may want to post more information. For instance, when talking about the number of posts, do you mean a particular member's post count, or the number of posts in a thread?
|
#5
|
|||
|
|||
![]()
Posts in thread.
|
#6
|
||||
|
||||
![]()
You would need to write some php code for a plugin that grabed the thread count when the thread is being processed for output. You would use the $show array. Just set $show['something'] = false. Then if the post count was at a certain level you would set $show['something'] = true.
Then use $show['something'] in your template conditional. |
#7
|
|||
|
|||
![]()
Ok maybe you guys are confused???
I want it so my google ads only show when there is more than 3 posts in a thread. |
#8
|
||||
|
||||
![]() Code:
<if condition="$postcount > 3"> ADSENSE INFO </if> |
#9
|
|||
|
|||
![]()
ok what about anything 3+
|
#10
|
|||
|
|||
![]()
What do you mean? If the thread has more than 3 posts? Thats what acidburn's code does.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|