MyBB Community Forums

Full Version: Post number of a thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I need to know the variable name of post number of a thread.

Other way to ask, which variable give me "1" as a result for the first post of a thread.

Thanks Wink
{$post['pid']}

Will return the Post ID (in the url)

{$postcounter}

Will return the post number of the thread.
i think i need something more Smile as a newbie

<if condition="({$postcounter} == 1)">

some code

</if>

what's wrong?
MyBB currently does not have Conditionals built in, I'm sorry.
ohh Smile thanks for real fast reply like (maybe unlike) paid services. Congrats.

and i think there is no way to add ADs in 1st post only without conditionals, isnt't it?
I do believe there is a Plugin for it, I don't have time at the moment to do a search but you can search yourself using our Mods Site.
i searched fot it first before i post this thread, no chance, but 10 sec ago i found a plugin from a different mod site. Thanks Ryan...
http://mods.mybboard.net/view/ads-after-first-post-2.0 is the one I found here.

I think you should check it out as well. Wink