You probably just need to change the action list. Right now the edit link only shows up when logged in--even if guests have write permission.
Go to code.snippets and see if you can't rework the site actions section so that the links you want do not require you to be logged in. If you need more specific help, holler. Cheers, Dan On Thu, Apr 1, 2010 at 12:30 PM, lulalala <[email protected]> wrote: > Hi everyone > I am trying to build a wiki which is editable by guests. I have tried > several things like site.auth.* but still couldn't get the editing > link to show up on the guest screen. > > Here are the related configurations I have done for authentication: > Site > Auth > Data > *: @guest > > Site > Auth > Info > info*: @guest > > Site > Auth > View > *: @guest > action.blocked: @guest > action.login: @guest > action.missing: @guest > action.print: @guest > action.print.missing: @guest > action.register: @guest > action.search: @guest > action.source: @guest > action.create: @member @guest > action.edit: @guest > > Site > Auth > Write > *: @guest > > However I still couldn't get it to work. Can someone give me more > hints please? > > Thanks a lot > > Mark > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
