Link invisible for public user?

Hi all,


I have small problem, I'm trying to display secure items for public users together with unsecured items by listing. For secure items I would like link to be hidden in public mode and visible after login. I've tried metadata but it's not working like it should. Any ideas how to do that???



Thanks for help in advance.









Regards,

Slawek

[quote]Hi all,


I have small problem, I'm trying to display secure items for public users together with unsecured items by listing. For secure items I would like link to be hidden in public mode and visible after login. I've tried metadata but it's not working like it should. Any ideas how to do that???



Thanks for help in advance.





Regards,

Slawek[/quote]

It should be set in [permission].

If i'll set permission for documents it will not appear in listing for public users, but I want just link to disappear for publicity. How can I set permission only for link ??? Please help

Have you tried using a paint layout with conditional keywords? You can show and hide content based on permissions, and a number of other things.

You cant set permissions just on the link itself; they must be set on the whole asset.


So you have two options:


  1. Try and get paint layouts to work in the listing for these documents. You are going to want to display no link for public users but display the link for everyone else.


  2. Depending on how many of these documents you have, you can create redirect pages that point to the documents. Then you grant public read access to your redirect pages but deny public read access to the document it points to. In your listing, list redirect pages and documents. The redirect pages will appear in the list for public users (with no link) and documents will appear for everyone else. Any public documents you have will be displayed no matter if you are logged in or not.

I don't want to use clones of documents for listing but that is probably best option at the moment.


Thanks Robin