| Wednesday 16 November 2005 2:54:43 pm 
                                                                 Ok if your sections can't be seen by anonymous users you need to give them access to the newly created sections. Go to Setup -> Roles and policies: in the admin interface, and select the anonymous role, you need to include your newly created sections, you should have something like this at the moment: 
content	read	Section( Standard )
content	pdf	Section( Standard )
rss 	feed 	No limitations
user 	login 	SiteAccess( sitename )
 What you need is something like this: 
content	read	Section( Standard, section1, section2, section3 )
content	pdf	Section( Standard, section1, section2, section3 )
rss 	feed 	No limitations
user 	login 	SiteAccess( sitename )
 To do this click the edit button, then select the edit button for "content, read" you will see three multi-select lists. To include your new section go to the second list named "section" and you should see your three new sections in the list, to select all of your new sections control + click until they are all highlighted, standard section too. Do the same for "content, pdf" and then save the role, now clear the cache and anonymous users should now be able to see your new sections. Hope this helps! Cheers! Pardon me while I burst into flames...
                                                                 |