Any editor, regardless of their privilleges, can click on "owner" for any link in their category area, and see all the links someone has, even if it falls outside of their area. If they click on a link owned by admin, they can see information on a very large percentage of the links in the database!
I am not sure this is desireable by everyone, it certainly is not for me!
For anyone who wants to block their editors from seeing all of admin's links just add this to your browser_link_owner.html:
<html>
<body bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="0"><tr><td>
<table bgColor="#ffffff" border="0" cellPadding="3" cellSpacing="3" width="500" valign="top">
<tr>
<td align="left" bgColor="navy"><b><font color="#ffffff" size="2" face="Tahoma,Arial,Helvetica">
Browse Links Owned by: <%link_owner%>
</font></b></td>
</tr>
<tr>
<td>
<p align="center"><b><font color="#000000" size="2" face="Tahoma,Arial,Helvetica">
Browse Links Owned by: <%Username%>
</font></b></p>
<p><font size="2" face="Tahoma,Arial,Helvetica">
<%navbar%>
</font></p>
</td>
</tr>
</table>
</td></tr>
</table>
<br>
<%if Username ne 'admin'%>
<%if toolbar%>
<p><font size="2" face="Tahoma,Arial,Helvetica">Pages: <%toolbar%></font></p>
<%endif%>
<%if links%>
<table border=1 cellpadding=3 cellspacing=0>
<tr><td colspan=6><font size="2" face="Tahoma,Arial,Helvetica"><b><%Username%></b> owns the following <b><%count%></b> links.</font></td></tr>
<%links%>
</table>
<%endif%>
<%ifnot links%>
<table border=1 cellpadding=3 cellspacing=0>
<tr><td colspan=6><font size="2" face="Tahoma,Arial,Helvetica"><%Username%> does not own any links.</font></td></tr>
</table>
<%endif%>
<%if toolbar%>
<p><font size="2" face="Tahoma,Arial,Helvetica">Pages: <%toolbar%></font></p>
<%endif%>
<%else%>This is not available.<%endif%>
</body>
</html>
Hope this is useful to someone other than just myself
http://www.iuni.com/...tware/web/index.html
Links Plugins
I am not sure this is desireable by everyone, it certainly is not for me!
For anyone who wants to block their editors from seeing all of admin's links just add this to your browser_link_owner.html:
<html>
<body bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="0"><tr><td>
<table bgColor="#ffffff" border="0" cellPadding="3" cellSpacing="3" width="500" valign="top">
<tr>
<td align="left" bgColor="navy"><b><font color="#ffffff" size="2" face="Tahoma,Arial,Helvetica">
Browse Links Owned by: <%link_owner%>
</font></b></td>
</tr>
<tr>
<td>
<p align="center"><b><font color="#000000" size="2" face="Tahoma,Arial,Helvetica">
Browse Links Owned by: <%Username%>
</font></b></p>
<p><font size="2" face="Tahoma,Arial,Helvetica">
<%navbar%>
</font></p>
</td>
</tr>
</table>
</td></tr>
</table>
<br>
<%if Username ne 'admin'%>
<%if toolbar%>
<p><font size="2" face="Tahoma,Arial,Helvetica">Pages: <%toolbar%></font></p>
<%endif%>
<%if links%>
<table border=1 cellpadding=3 cellspacing=0>
<tr><td colspan=6><font size="2" face="Tahoma,Arial,Helvetica"><b><%Username%></b> owns the following <b><%count%></b> links.</font></td></tr>
<%links%>
</table>
<%endif%>
<%ifnot links%>
<table border=1 cellpadding=3 cellspacing=0>
<tr><td colspan=6><font size="2" face="Tahoma,Arial,Helvetica"><%Username%> does not own any links.</font></td></tr>
</table>
<%endif%>
<%if toolbar%>
<p><font size="2" face="Tahoma,Arial,Helvetica">Pages: <%toolbar%></font></p>
<%endif%>
<%else%>This is not available.<%endif%>
</body>
</html>
Hope this is useful to someone other than just myself

http://www.iuni.com/...tware/web/index.html
Links Plugins