MyBB Community Forums

Full Version: cancel edit and Single reply only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
  I'm working to launch a forum that some part of it is quiz/question answer. I want users to just reply one time 2nd time they will not able to post a reply and even in that one time reply they cannot edit it. Like you have only one chance to type in that particular section. I searched alot and did not find any solution for this. So mybb experts can any of you guys give me a fix for this.
Thanks.
If you want to remove the edit button, go to postbit template, under Post Bit templates, and remove {$post['button_edit']}

It's about 5 lines from the bottom.

Do the same for postbit_classic template
(2016-07-13, 07:02 PM)Ashley1 Wrote: [ -> ]If you want to remove the edit button, go to postbit template, under Post Bit templates, and remove {$post['button_edit']}

It's about 5 lines from the bottom.

Do the same for postbit_classic template

Thanks for replying.
But if i do this it will actually remove edit from all the forums I just want to remove it from one particular forum and there will be only one time reply option in one particular forum rest of all remain same.
I don't believe you can do that with stock options, which means you will need a plugin if one does not exist already.
You have to use template contitionals plugin
(2016-07-14, 08:19 PM)Eldenroot Wrote: [ -> ]You have to use template contitionals plugin

Where do i get it from?
Edit: I found template conditional plugin but i dont know how to edit like in particular forum reply once and do not edit condition. Can some one help