PDA

View Full Version : Remove Reply to Thread button


Fready
10-31-2011, 07:06 AM
Within a Thread you've got at the top and the bottom on the left a Reply to Thread button
How and where could I remove this?

Thanks for any help

huskermax
10-31-2011, 08:37 PM
Within a Thread you've got at the top and the bottom on the left a Reply to Thread button
How and where could I remove this?

Thanks for any help

You will need to edit the template if you want the button to be removed completely.

HMBeaty
10-31-2011, 08:47 PM
You will need to edit the template if you want the button to be removed completely.
Not necessarily, you could also add this to your additional.css template:
#newreplylink_top, #newreplylink_bottom {
display: none;
}

Fready
11-01-2011, 01:11 PM
Cheers HMB....

--------------- Added 1320153378 at 1320153378 ---------------

That did not work added to additional.css template, but both top and bottom buttons still show in a Thread

Fready
11-03-2011, 11:36 AM
Any ideas?

HMBeaty
11-03-2011, 02:52 PM
Not sure why the code I posted above doesn't work for you. It worked just fine for me. So, in the template SHOWTHREAD find and remove the code for the buttons

Fready
11-03-2011, 04:18 PM
I just added it at the top of the template and it works now.
Thanks

wilford brimley
08-30-2012, 03:01 AM
/* no top or bottom reply button */
#newreplylink_top, #newreplylink_bottom {
display: none;
}
/* no top or bottom reply button */

works fine, just have to apply to all additional css if some template differnet than master style.

Stefan118
08-30-2012, 03:06 PM
How about just closing the thread?