Ads After 1st Post
How can I add a table after the first post of every thread if a user is in a certain usergroup?
Before I had it hardcoded in postbit:
<if condition="$post[postcount] == 1 AND !$bbuserinfo[userid]">
However this doesn't work anymore.
I installed a plugin but it didn't work.
Can I not hardcode that anymore? If I can what is wrong with my old code did a variable change because nothing is showing up.
|