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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
1 Reactions
733 Views
Posts: 5
Topic starter
(@burhi)
Active Member
Joined: 3 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 3 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: