Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Remove emails from followings area
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by WCFM Forum.
- AuthorPosts
- December 2, 2018 at 10:53 pm #38828mattosborne485Participant
Is there a way to override the display of the Followers area in the dashboard? Specifically we want to remove the emails from the view, so that followers’ email addresses are not accessible. Can this be done with a template or some other way? We do not want vendors and customers to be able to see each others’ email addresses.
Thanks.
- December 3, 2018 at 7:53 am #38868WCFM ForumMember
Hi,
Kindly add this line for the purpose ->
add_filter( 'wcfm_is_allow_followings_email', '__return_false' );
This will hide email from customers following list.
For vendor’s followers list you may control using this capability -> https://ibb.co/sbJGMT5
Thank You
- December 3, 2018 at 2:50 pm #38936mattosborne485Participant
Thanks, the filter works fine for the followings.
However, for some reason, we don’t have the Customer section in our Capabilities settings in the dashboard.
We’ve got Products, Types, Panels, Sections, Insights, Fields, Limits, Access, Withdrawals, Integrations, Articles, Coupons, Orders, Reports, Shipping Tracking, Header Panels, Profile, Settings, and Settings Inside. But no Customer section showing the options you cited.
How do we enable that?
- December 3, 2018 at 3:10 pm #38937mattosborne485Participant
Sorry. Never mind. Got this one. It’s on the Module section.
No need for a reply.
- December 3, 2018 at 3:14 pm #38938mattosborne485Participant
Actually, sorry, got the Customer section showing and set the View Customer Email to OFF, but the vendor’s followers list is still showing the email address.
Do they need to log out and back in or is there another method to update this?
- December 3, 2018 at 4:14 pm #38943WCFM ForumMember
HI,
“but the vendor’s followers list is still showing the email address.”
– Right, for Followers list that capability not working right now. Keep that setting it will start work after next WCFM Ultimate update.
Thank You
- AuthorPosts
- The topic ‘Remove emails from followings area’ is closed to new replies.