MyBB Community Forums

Full Version: Require number of posts to be able to use quick reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title says everything
you can first install theĀ template condtional pluginĀ and use a if conditional like below...

<if $mybb->user['postnum'] >= X then>
{$quickreply}
</if> 

replace X with the number of posts you wish to set..

and btw, its not a crime to explain things again in the thread content..