Log in

View Full Version : remove 'post new thread' button from cirtain forum


Skivey
06-13-2012, 02:18 PM
easy right? Just go into forum settings and close the forum...... even works if you want people to use a form only like me.

The problem I have is, to upload an image to the form it requires the forum to be open (i assume cos if i open the forum I can post with images)... the only soloution for me is to have the forum open but not display the 'post new thread' button.

Now I have seen these <vb:if> commands but to be honest, i havent got a clue what i need to put or where to put it.

Forum is http://forum.rsclassics360.co.uk and im trying to hide the button on forum 47

Can anyone help me and point me in the right direction?

Thanks

Matt

Lynne
06-13-2012, 03:07 PM
hook - forumdisplay_complete
if ($foruminfo['forumid'] == 47) $show['newthreadlink'] = 0;