Notifications
Clear all

New Feature [Solved] How to remove "Subscribe for new replies"," Subscribe for new topics" and "Unread posts"?

7 Posts
3 Users
4 Likes
1,064 Views
Posts: 19
Topic starter
(@zmgma)
Eminent Member
Joined: 4 years ago

Hello

First of all, thank you for your great plugin, I appreciate it.

How can I remove "Subscribe for new replies", "Subscribe for new topics" and "Unread posts"?

I cannot find the option in settings.

Thank you.

 

Best regards,

Dan

Topic Tags
6 Replies
Sofy
Posts: 4310
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @zmgma,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the CSS code in the "Custom CSS code" textarea, save it, delete all caches and check again:


#wpforo #wpforo-wrap .wpf-subscribe-topic, #wpforo #wpforo-wrap .wpf-subscribe-forum, span.wpf-unread-posts a, span.wpf-unread-posts+sep {
display: none;
}

 

Posts: 19
Topic starter
(@zmgma)
Eminent Member
Joined: 4 years ago

Thank you for your code, @sofy

Actually, I know how to hide from CSS, however, I hope there are options in settings to remove those things, not just use tricks via CSS.

I'm looking forward to it in near future.

Thank you again 🙂

2 Replies
VereK
(@verek)
Joined: 6 years ago

Honorable Member
Posts: 501

@zmgma

Forum Dashboard,Settings,Forum Accesses. Uncheck the "Can Subscribe" permission from all the access groups that you wish to. That should completely hide all those links

 

(@zmgma)
Joined: 4 years ago

Eminent Member
Posts: 19

@verek Thank you so much! It works! 🙂

Only "Unread posts" button is left!

I hope to remove that button in settings either.

 

VereK
Posts: 501
(@verek)
Honorable Member
Joined: 6 years ago

P.S.

Unread is not a setting so only CSS will hide it.

1 Reply
(@zmgma)
Joined: 4 years ago

Eminent Member
Posts: 19

@verek You're totally right. I'm looking forward to it in settings:)