Read before updating: How to Update Kunena Templates - More detail

Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

5 years 3 months ago - 5 years 3 months ago
#15956
I want to hide Topic Actions (Reply Topic / Unsubscribe / Favorite) either the top or bottom one.

I think it's nice and simple to keep just one on the same page.

My plan is to delete the top one, but I want to know how to hide/delete them in case I change my planning in the future.

Where should I change?

Thank you!
Last edit: 5 years 3 months ago by aoitori.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

5 years 3 months ago
#15958
Hi,

Please add the bellow CSS rules to the nts_kpop_custom.css file.
Code:
body #kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row { display: none; } body #kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions { display: block; }

Reload your forum after save and upload to your server.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

5 years 3 months ago
#15960
Thank you.

Your solution works good, but it removes both TOP and BOTTOM.

Can I hide only TOP one?

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

5 years 3 months ago - 5 years 3 months ago
#15961
I'll find the solution for your request and update soon.

Update:
We have just exported new version for NTS KPop template. So first step you should download the latest version and re-install on your website. After that change the above CSS rules to:
Code:
body #kunena.layout .ktopactions { display: none; }

Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 5 years 3 months ago by ntstore.
The following user(s) said Thank You: aoitori

Please Log in or Create an account to join the conversation.

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)

5 years 3 months ago
#15970
Great! It worked very nicely.

I downloaded and re-installed the newer template, then put your code to my template css.

Now the top TOPIC ACTIONS is invisible and I only have the bottom one. Nice! I like this simple look.

Please Log in or Create an account to join the conversation.

Time to create page: 0.347 seconds