The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how can i add banner in postbit very page of the thread?
Hi There
i have banner in the postbit, it show in the first post in any thread i want to add this banner in every first post of evert page so users and guests can see the banner in every page for the thread how can i do this plz? waiting your help thanx |
#2
|
||||
|
||||
I think I told you over on vb.com that the keyword to search on is "remainder" because that is the operator you will be wanting to use. See these:
https://vborg.vbsupport.ru/showthrea...ight=remainder https://vborg.vbsupport.ru/showthrea...ight=remainder |
#3
|
|||
|
|||
hi there
thanx for your help but by this i will post much codes in postbit then PHP Code:
how can i do this for the last page then? |
#4
|
||||
|
||||
Did you look at the threads I linked to? You didn't even use the remainder function that is being used in those threads.
|
#5
|
|||
|
|||
i dont know who to use the remainder
i saw the thread, but the php i dont use !!! |
#6
|
||||
|
||||
This is an example of what works for every fourth post when you have 25 posts per page:
HTML Code:
<if condition="($post[postcount] -4) %25== 0"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|