PDA

View Full Version : Disable Quick Reply On Specific Forums


brandondrury
04-20-2008, 01:54 PM
Hello,

I had a mod written which changes the standard form for writing posts to a form for multiple fields. This allows users to submit reviews of products.

Now I'm trying to figure out a way to disable quick reply on those specific forums.

Any ideas?

Brandon Drury

King Kovifor
04-20-2008, 01:57 PM
The best method of getting support, especially on a custom modification would be to contact the author.

Lynne
04-20-2008, 02:14 PM
I suppose you could put a conditional in the template for the Quick Reply box. Something like
<if condition="$thread[forumid] == xx">
don't show anything
<else />
Quick Reply Box
</if>

KempoMRK
06-08-2008, 04:53 PM
I'd also be interested in finding out how to do this.

KempoMRK
06-10-2008, 02:46 PM
Anyone?

Lynne
06-11-2008, 02:08 PM
I'd also be interested in finding out how to do this.
Anyone?
Did you try what was suggested?

KempoMRK
06-24-2008, 06:09 PM
Did you try what was suggested?

Yea, it didn't work.

I think what you posted was more of a guideline though? If so, then I'm not really sure what to do.

Could you post the actual code and were to put it? It'd be much appreciated if you could.

Dismounted
06-25-2008, 07:31 AM
Find the QR box in the SHOWTHREAD template. Then wrap the code around it.