This topic is locked
[SOLVED]

 I want some pages viewable without login

2/14/2009 08:54:59
PHPRunner General questions
H
horsey_kim author

I am creating a new website and I want it to be based on the database. So some of the custom views I create I want to show up to the general public and not be where you have to login. If I use a guest login, then they have to click a link, I don't want that. I want it available there for people to see.
My idea is that some views I create for adding in the data will require login by contributers to the website. But the general viewing of the pages (views) created by the database will be open to the public.
I know I read something in here telling how to do that to avoid having to use a link to login as a quest, but I can't find it. So help please
Thanks,

Kim

Sergey Kornilov admin 2/15/2009

Enable guest login and point users directly to the list page.

H
horsey_kim author 2/15/2009

Enable guest login and point users directly to the list page.


Thanks I will give it a try.

E
enrique 2/24/2009

Enable guest login and point users directly to the list page.


If I do as suggested do I have to remove inline add and edit from the list page?
Thanks

Enrique

hichem 2/25/2009



If I do as suggested do I have to remove inline add and edit from the list page?
Thanks

Enrique


You can simply define the access rights for the default user group and enable/disable edit/list etc on a user group level for each page or table you have

A
Abuaarah 4/14/2009



You can simply define the access rights for the default user group and enable/disable edit/list etc on a user group level for each page or table you have


Hi I wonder how would you do that please Like where is the place I should change the fuction of "point users directly to the list page" Could you please help me with this

Sergey Kornilov admin 4/14/2009

Just tell them go to the list page directly. Put a link to the list page somewhere on your website.

A
Abuaarah 5/5/2009

Just tell them go to the list page directly. Put a link to the list page somewhere on your website.


Thank you so much