×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How can I hide buttons "quote" and "reply"?

How can I hide buttons "quote" and "reply"? 15 years 7 months ago #854

  • parnik
  • parnik's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi,

I'd like to ask you, how can I hide buttons "quote" and "reply" in body of a comment? I tried tutorial "How to hide a field in the templates":
www.compojoom.com/media/tutorials/TEMPLATEcopy_320.htm
but I wasn't successful.

Thank you for the great component.

Best regards,
Michal, CZ

How can I hide buttons "quote" and "reply"? 15 years 6 months ago #1236

  • Ben T.
  • Ben T.'s Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 21
  • Thank you received: 0
It is probably not the cleanest way but maybe with the following code in your css.css:
#comment .postfooter {
display: none;
}
(not tested)
  • Page:
  • 1
Time to create page: 0.100 seconds