Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
5 years 3 months ago - 5 years 3 months ago
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!
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.
Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
5 years 3 months ago
Hi,
Please add the bellow CSS rules to the nts_kpop_custom.css file.
Reload your forum after save and upload to your server.
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
5 years 3 months ago
Thank you.
Your solution works good, but it removes both TOP and BOTTOM.
Can I hide only TOP one?
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.
Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
5 years 3 months ago - 5 years 3 months ago
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:
Thanks
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
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.
Re: Hide Topic Actions (Reply Topic / Unsubscribe / Favorite)
5 years 3 months ago
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.
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