Daniel
10-17-2014, 10:56 PM
Hi all,
I made a profile field (radio) that lets a user choose whether or not his profile is "Public" (seen by all members) or "Private" (only those with the link can see it).
I understand I'll have to find each instance of a link to someone's profile page and wrap something like this code around it:
<vb:if condition="$post['field15'] != 'Private'">display link</vb:if>
I tried this out in postbit_legacy and it works only if the person viewing the thread is the thread starter. I'm looking for a way to change that so that each time a post comes up & the post creator has his profile field marked as "Private" the link his profile will not be shown. It may just be a matter of switching "$post" with something different.
Grateful for the help!
I made a profile field (radio) that lets a user choose whether or not his profile is "Public" (seen by all members) or "Private" (only those with the link can see it).
I understand I'll have to find each instance of a link to someone's profile page and wrap something like this code around it:
<vb:if condition="$post['field15'] != 'Private'">display link</vb:if>
I tried this out in postbit_legacy and it works only if the person viewing the thread is the thread starter. I'm looking for a way to change that so that each time a post comes up & the post creator has his profile field marked as "Private" the link his profile will not be shown. It may just be a matter of switching "$post" with something different.
Grateful for the help!