Log in

View Full Version : Quick Reply per forum


MrWee
03-13-2006, 08:41 AM
I was sure I'd find something already made that does this, but I wasn't able to find anything in a search.

I would like a way to specificly choose some forums to use quick reply, but not all.

Thanks in advance!

MrWee
03-20-2006, 10:42 PM
bump?

MrWee
03-27-2006, 10:24 PM
Well i attemped to try this myself using template conditionals.

In "SHOWTHREAD" and "showthread_quickreply" i found every case of

<if condition="$show['quickreply']>

and added:
OR $threadinfo['forumid'] == 18
to it.

All i got was a one line text input in the quickreply bit, and it wasn't even selectable :(

Does anyone have any input on this?