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

[Solved] Disable Bulk management via email ? or turn off deleting comments

3 Posts
2 Users
1 Reactions
456 Views
Posts: 5
Topic starter
(@burhi)
Active Member
Joined: 2 years ago

Hello,

I don't want users to delete their comments.

 

I disabled "Show Activity Tab" but I can't disable the "Bulk management via email" link

 

Thanks

2 Replies
Asti
Posts: 7575
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

@burhi,

You should either disable the "My Content and Settings" button at all or use the following CSS code: 

.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:first-child{
    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.

Posts: 5
Topic starter
(@burhi)
Active Member
Joined: 2 years ago

Thanks @Asti the code below worked. It would be nice to have a setting for this though

 

.wpd-user-email-delete-links-wrap{
    display:none !important;
}
Share: