Forums / Setup & design / Anonymous Tipafriend

Anonymous Tipafriend

Author Message

John Kazakis

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.

Felix Leimbach

Friday 18 April 2008 4:17:56 am

Hey John,

of the top my memory I think there's a role for the tipafriend module in the admin interface user and roles. Add the anonymous role there.

regards,
Felix

John Kazakis

Monday 21 April 2008 3:17:23 am

Hello Felix,

Thanks a lot, that was the problem. This solved the issue.