Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Administrators

Quote Reply
Administrators
I can set a user as an administrator. How can I set where he has access to?

There are tags for rights in browser_links_list.html

<%if CanModLink eq 'Yes'%><a href="admin.cgi?action=link_modify_form&category_id=<%category_id%>&link_id=<%ID%>">Edit</a> | <%endif%>
<%if CanDelLink eq 'Yes'%><a href="admin.cgi?action=link_del_form&category_id=<%category_id%>&link_id=<%ID%>">Delete</a> | <%endif%>
<%if CanMoveLink eq 'Yes'%><a href="admin.cgi?action=link_move_form&category_id=<%category_id%>&link_id=<%ID%>">Move</a> | <%endif%>



Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Administrators In reply to
Hi,

If you give someone Administrator access, they can access any part of the directory with full permissions.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Administrators In reply to
I wondered because of the if-tags. It looks that there is a way to set the rights for the admins.

Michael

--
Michael Skaide

http://www.cycle24.de