Forums / Setup & design / A kind of guestbook
Franck T.
Monday 09 August 2004 6:30:03 am
Hello everybody. As in the TSCM tutoriel (Building an Ez site), I'd like to create a guestbook for my site. But in my case, I don't want the guestbook entries to be viewable, except for somme people (with a specific role). Any idea about how to make this possible ?
Paul Borgermans
Monday 09 August 2004 6:38:31 am
Thast should be failrly simple:
allow read-access for self and another one of a group of people you assign. Or do you need more?
hth
-paul
eZ Publish, eZ Find, Solr expert consulting and training http://twitter.com/paulborgermans
Monday 09 August 2004 7:48:43 am
Thanks for replying Paul. What I want is to let anonymous users write in my guestbook. Like in the tutorial they just have to click in the 'Sign' button. So I've set the following rules for them.
user login SiteAccess( MySite ) content read Section( Standard section ) content create Class( GBentry ) , Section( Section GestBook ) content edit Class( GBentry ) , Section( Section GestBook ) , Owner( Self ) content read Class( GBentry ) , Section( Section GestBook ) , Owner( Self )
But I get the Access Denied page. Your idea is good but may be I miss something ?