Ihor,
Is membership access restriction, for ext. features, only limited to sending messages or submitting reviews?
How about all other features such as, Favorite, Stats, Tags, Booking etc?
Sorry, there’s no such integration at the moment, but we’ll add more integrations with other extensions with every update. It’s also possible with customizations, since the current membership is loaded on every page it’s easy to check it and block/hide some specific template parts, fields and features.
Is this someting CSS can do by user roles? If yes can you provide a snippet to start with for example favorite feature. If not i’d like to have this done as a HIve custom job as well.
Unfortunately there’s no simple CSS snippet for this, but if you have a developer for custom work they can check the current user’s membership using this code:
hivepress()->request->get_context('membership')
It’ll return the current membership info, so it’s possible to check it and hide or disable some parts of the site.