XF 2.1 Hide HMTL URL based on Permissions

MegaPixel

Active member
Hello,

We have a custom page on our forum which has buttons that link to a number of different pages. The links on these pages are simple HTML such as:

<center><a href="https://modernnations.com/pages/purchase/" "><img src="https://image.ibb.co/fhM1Td/Order.png" title="CREATE ORDER" width="100" height="100" border="0"></a>

What we'd like to do is have this url/link only visible for people that are part of a certain permissions group. So if they are part of the 'Roleplayer' group, they can see the link/image above. If not, then it won't display for them. I don't mind if they can access it if they have the URL directly, we just don't want it to show on the forum if they don't have that permission set.

Is this something that can be achieved through HTML? If so, how? Or is there any suggestions on how to achieve this without paying for bespoke permissions?

Kind Regards,
Jamie
 
Top Bottom