Differentiated access to URLs


Differentiated access to URLs

By default, for links with an internal URL only, if the user accesses the link list from an IP outside the private IP range, the link will be visible but not clickable. Graphically, the link is surrounded by a CSS "link-disabled" class, which you can charter as you wish.
The demo graphic charter, for example, adds an opacity of 0.5 :

You can override this behavior in your graphic charter. Links not accessible from an IP address outside the private IP range are identified by the disabled=true attribute.

<link id="directoryLink://b6c0d3ab-519f-485e-b65f-95ac49dc31b5" 
      lang="fr" 
      url="https://lien-interne.org" 
      disabled="true" 
      urltype="URL" 
      title="Titre du lien" 
      alternative="Alternative du lien" 
      user-selected="true" 
      picturetype="external" 
   picturealternative="" 
      picturepath="picture" picturename="index.jpg" picturesize="5150" imagetype="metadata" 
   grantanyuser="false" limitedaccess="false" /> 
       
Back to top