Wednesday 16 April 2008 6:26:27 am
Hello, I've searched the forum for information on how to allow anonymous access to the tipafriend module. I've found that one has to add this line to site.ini.append.php;
Rules[]=access;enable
Rules[]=module;content/tipafriend
This code doesn't work for me... so I tried this one, like in the site.ini file;
[SiteAccessRules]
Rules[]=access;enable
Rules[]=moduleall
Rules[]=access;disable
Rules[]=module;class/copy
Rules[]=module;class/removeclass
Rules[]=module;class/removegroup
Rules[]=module;class/translation
That doesn't seem to work either... Does anyone have any ideas on how I can enable anonymous access to tipafriend? Thanks.
|