Hi again, to allow fulltext access from everyone in a local network (but only some user on our public server), I decided to try a role, using firewall definitions:
allow remote_ip "127.0.0.0/24" allow remote_ip "192.168.0.0/16" allow remote_ip "10.0.0.0/24" deny all I found no other way to add an action than to insert it directly into the database table. In the WebAccess admin guide there’s a „sample page“ that includes a link „create new action“, but this is missing in my system. Then I check for this action in my BibFormat element, using acc_authorize_action(user_info, 'viewfulltext'). It seems to work, but only on detail pages (Default_HTML_detailed), not in lists (Default_HTML_brief), even if the element is called completely the same. If I change languages, I sometimes get the the right version (with/without links) also on list pages. Caching problem? Greetlings, Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer)

