SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Jan 20, 2019 9:39:16 GMT -8
Can somebody please make me a code that will achieve this? I wan to hide the quick reply form on certain boards only.
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Jan 20, 2019 10:56:07 GMT -8
Can somebody please make me a code that will achieve this? I wan to hide the quick reply form on certain boards only. Hi SafeInSanity Disclaimer: I'm a code rookie so look for replies from other members who are code-wise for a possible better solution.If you put the following code in the Header (or Footer] of the boards where you don't want the Quick Reply, this should accomplish that goal. <!-- Hide Quick Reply (use in Board Header or Footer --> <style> .quick-reply {display:none} </style>
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Jan 21, 2019 5:55:08 GMT -8
Thanks, will give it a try.
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Jan 22, 2019 0:55:14 GMT -8
Hi Retread & SafeInSanityThe code Retread gave you will work, if placed in the header for each board.
|
|