Restric Social Links/no custom attribute for Non-Members

How to restric social links for those who don’t have a membership? Or other attribute that are not custom made?

1 Like

Hi,

Please provide more details, what do you mean by “member”? Maybe you are using Memberships or Paid Listings?

1 Like

Yes, Memberships with paid plan.

Basically only if you have a paid mermbership plan you can see the links in the social links.

Hi,

I see. Unfortunately, there is no such built-in feature, as Memberships is designed for regular users. Therefore, you will need a custom implementation for this. If you are familiar with coding or have a developer, we can provide general guidance.

1 Like

Could you please provide a guidance?

If you’re familiar with coding or have a developer, the general aproach is to check the hivepress()->request->get_context('membership') value for a user, it stores the current membership plan along with restrictions. Then you can filter the listing form via the hivepress/v1/forms/listing_update hook and hide specific fields depending on the current plan name or other parameters.

Hope this helps.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.