How do I do this? Whats the code to remove it? But I only want to remove it from 2 of my forums and not the others. Thanks
Announcement
Collapse
No announcement yet.
Removing new thread button
Collapse
X
-
Hello,
Thank you for contacting vBulletin Support.
This is untested, and I am not sure if it works for showthread. But here goes .. I believe this is the template conditional you can use for showthread template to not show the button.
Find the code in showthread template first that makes the new thread button. Around it add this conditional:Code:<if condition="!in_array($forumid, array(X,Y))">Show newthread button if the forumid is not x or y</if>
I hope this is what you're looking for, and if you require any further help just let me know.
All the best,
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment