Quote:
Originally Posted by Lynne
The other option is to write plugin (you would need to know a little bit of php though). The button has a condition around it based on $show['newthreadlink'], so you could write a plugin that basically sets that variable to false if you are in forumid x and if you are not an admin.
|
I'm cool with that too, and I'm fine with PHP code.
Would you happen to have a quick link reference to a tutorial on how to write a most basic VB plugin?
Otherwise, I'm fine with wrapping the appropriate script in the conditional check if I can determine which script holds the "Post New Thread" button. I'm starting my search with "forumdisplay.php" and working out from there.