MyBB Community Forums

Full Version: disable post author in a topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I told you what needs to be done to affect certain threads..
(2016-01-24, 07:54 PM)Destroy666 Wrote: [ -> ]Of course change 1,2,3 to proper IDs.
I have get it working and have made the following change...

First u need to have installed the Template Conditionals plugin to get this work.

Then open templates >> Post Bit Templates >> postbit

Then put the the following code before the stuff u want to hide:

<if !in_array($thread['tid'], array(1,2,3)) then>

(1,2,3 this u need to change to the number of the thread u want to hide the stuff)


Then after the stuff u want to hide place this code:

</if>


Now all things are hide u want in the topics u selected, That all u need to do. No need to edit a diffrent template or file, this will do it.
Pages: 1 2