Log in

View Full Version : Ads After 1st Post


kau
12-18-2005, 06:54 AM
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.

merk
12-18-2005, 09:23 AM
Why !$bbuserinfo[userid]?

(Try changing it to !$vbulletin->userinfo['userid'])