View Full Version : How do I remove "Post New Thread" button?
Glenn_E
01-01-2010, 05:55 PM
How do I remove the "Post New Thread" button from forum pages that don't allow posts such as Parent Forums or Categories?
This is a mis-leading button. Users click on the button that gives them a message that says they can't do what the button says they can do.
LifesGreatestGift
01-01-2010, 07:17 PM
Why would they be able to see the button to begin with? Give me an example page.
Glenn_E
01-01-2010, 07:59 PM
They shouldn't :( -> http://www.vbulletin.com/forum/forumdisplay.php?145-vBulletin-4
LifesGreatestGift
01-01-2010, 08:40 PM
I just tried blocking the button with a conditional and it didn't work. :| I don't think this is quite possible yet. I will continue to try and figure it out. I was using the following conditional
<vb:if condition="$forum[forumid] != X">
[NEW THREAD]
</vb:if>
and entering in the forumid where the X is in the forumdisplay template and it still didnt hide the button.
--------------- Added 1262386492 at 1262386492 ---------------
Apparently there is an issue with Forum Specific conditionals in the templates.
I just entered in the following code into forum display
<vb:if condition="$forum[forumid] == 148">
TEST TEST
</vb:if>
And the words TEST TEST were no where to be found in forum 148 :| May be a bug/issue. If we can figure out why the forum specific conditionals arent working, we can solve your issue :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.