MyBB Community Forums

Full Version: new thread button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you are reading a thread there is a new thread button at the top right of the page. Some of my members are hitting this by mistake. I was wondering if there is a way to remove this from the thread pages.

[attachment=3302]
Yeah I had the same problem. I did the following;

Admincp -> Templates: Modify/Delete -> Default templates: Expand -> Show thread templates: Expand -> Click 'showthread_newthread'

Delete all the contents of the textarea and save Smile. Note if your using a template other than the default one, you will have to change the directions to match said template.

EDIT: To delete from all templates, delete the following line from your showthread.php;
eval("\$newthread = \"".$templates->get("showthread_newthread")."\";");
Thanks man.