Quote:
Originally Posted by kh99
What does the custom link link to? Is it a vbulletin page? If so then you might be able to check in that page by writing a plugin. If you're linking directly to an image then I think all you can do is replace the link with something else, like
Code:
<vb:if condition="!is_member_of($bbuserinfo, A, B, C)">
// custom image link code
<vb:else />
// a link to a "no permission" page
</vb:if>
|
Thank you for the above code but I think I need a plug in rather than a vriable..the image link will lead people to the same exact page.. that's just a way of having people log in
here is an example if a guest want to see what's the content, they will want to click on the image link... then I want it to show no permission. and then people will log in. and finally, they will return to the last showthread page that they were looking at.. and they will be able to see their hidden contents..
just like
Click here to
in that case I don't have the no permission.. but I want that to be the no permission. and once they log in they come back to where they are and they can see the contents now...
Thank you for your help. hope I make sense