MyBB Community Forums

Full Version: [HELP]Want some buttons in postbit to appear only in the first post of a thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I want some buttons in postbit like "Report" etc. to appear only in the first post of a thread, and not in the other posts i.e. replies to that thread.

Kindly tell me what "if" condition should I apply in the functions_post.php file or any other solution.
Okay, found the answer to the problem and posting it here :-

Download, Install and Activate Template Conditionals Plugin from
http://mybbhacks.zingaburga.com/showthread.php?tid=464

Then wrap your button with the following code :-
<if $postcounter == 0 then>{$post['button_report']}</if>