Monday 06 October 2003 7:09:40 am
Ok, sorry about that. Let me start from the start because I'm not very good at explaining these things :) I'm trying to create different versions of my site for different different classes of user viewing the it. For example I want logged in users to be able to download reports (pdfs), take part in forums and that kind of thing, whilst anonymous users will only have more limited access, such as able to read overviews of reports, view forums and news. To do this I've been lead to believe that I have to use different templates that allow users to do different things in conjunction with the roles and create an entry in my override.ini.append file such as above. I've also been told that I have to create different sections for each user, so that eZ knows what to allow the users access to (the sections bit is where it all starts to get 'fuzzy'). Since my last post I've made some progress after reading this post http://www.ez.no/developer/ez_publish_3/forum/setup_design/login_box . I can now get eZ to tell whether someone is logged in and who they are. I can also make it relay this information so that it appears in the users browser and prompts them to login or logout (depending on which they have already done). I should stress that I've only just managed to do this, so haven't found a way manipulate this newly discovered feature further. I think if you could just lend me the benefit of your experience then it would be a tremendous help! I think the most important thing I would like to know right now is "Am I going about this the right way?" Thanks for your help - really appreciated! ~James~
|