The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
The best method of getting support, especially on a custom modification would be to contact the author.
|
#3
|
||||
|
||||
![]()
I suppose you could put a conditional in the template for the Quick Reply box. Something like
Code:
<if condition="$thread[forumid] == xx"> don't show anything <else /> Quick Reply Box </if> |
#4
|
|||
|
|||
![]()
I'd also be interested in finding out how to do this.
|
#5
|
|||
|
|||
![]()
Anyone?
|
#6
|
||||
|
||||
![]()
Did you try what was suggested?
|
#7
|
|||
|
|||
![]()
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. |
#8
|
||||
|
||||
![]()
Find the QR box in the SHOWTHREAD template. Then wrap the code around it.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|