The Arcive of vBulletin Modifications Site. |
|
Show ads for last post on page only when there are more than X replies Details »»
|
|||||||||||||||||||||||||||
|
Show ads for last post on page only when there are more than X replies
Developer Last Online: Aug 2022
By default the ad in the last post will show if there are 2 posts on a page. This results in two successive, often cluttered looking ads. Alternatives if statements to this did not account for multi-page threads where 2 posts were on a page.
Here is the solution: In postbit find HTML Code:
<vb:if condition="$post['islastshown']">
HTML Code:
<vb:if condition="$post[postcount] % $vboptions[maxposts] > 2 OR $post[postcount] % $vboptions[maxposts] == 0">
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Handy to know, thanks!
|
![]() |
|
|