The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Disable 'Subscripti...
 
Share:
Notifications
Clear all

[Solved] Disable 'Subscription types in Subscription Bar drop-down'

4 Posts
2 Users
0 Likes
1,125 Views
Posts: 6
Topic starter
(@maiqeru)
Active Member
Joined: 3 years ago

Hi team,

Great plugin!!

However, how can I disable this 'subscribe' feature? I can't find it anywhere.

Screen Shot 2021 09 20 at 23.10.39

Thanks.

M

 

Some feedback:

There should be an option to show this only to already registered users. It's very confusing for someone wanting to post a comment for the first time to see 'Subscribe' to the left and 'Login' to the right... No one will know it is about subscribing to the comment.

1) In my view the top left 'Subscribe' should read 'Subscribe to comment thread'.

2) The top right 'Login' should read 'Login/Register' as most users won't be registered at first.

 

3 Replies
Posts: 6
Topic starter
(@maiqeru)
Active Member
Joined: 3 years ago

Replying to myself in case it helps others:

- The Subscribe feature can be disabled in wpDiscuz menu > Forms > Edit the Default Form as opposed to the settings menu

- Both 'Subscribe' and 'Login' test can be edited in wpDiscuz menu > Phrases to your own liking.

I still haven't found the way to show the 'Subscribe' option only to registered users.

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7112

@maiqeru,

You can hide the subscription bar for guests using this CSS code:

body:not(.logged-in) .wpd-sbs-toggle{
    display: none !important; 
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

(@maiqeru)
Joined: 3 years ago

Active Member
Posts: 6

@asti Thanks a lot!!

Share: