OpenNTF.org - Open Notes Picture Database

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: Open Notes Picture Database (Managed by Christian Brandlehner)
Actions:


Response
SubjectRe: Notes-Link
Created 08/17/2004 09:45 AM by Christian Brandlehner.
Modified<none> by <none>.
Body

Rune, please check your databases ACL.

This code displays the link:
Plink_Image := "/"+ @WebDbName + "/notes_blue.gif";
_NotesLink := "<a href=\"Notes:///"+@ReplaceSubstring(@ReplicaID;":";"") +"/plinks/"+@Text(@DocumentUniqueID)+"\" title=\"Notes-Link: "+Subject+"\"><img src=\""+ Plink_Image +"\" border=\"0\" alt=\"Notes-Link\" height=\"16\" width=\"16\"></a> ";
@If(@IsMember("[ONPD-Admin]";@UserRoles);_NotesLink;"")

It is checking for the Role "ONPD-Admin", you should be the only person with this role, but not the Anonymous user.

Christian