This topic is locked

Pending data

3/12/2009 5:01:01 PM
PHPRunner General questions
W
wilsonhaze author

Hi, please this is very important to a project i am about to start, this is how it works; a guest user can add entries, but the admin has to verify/confirm the entry, how do you suggest i go about this, i also want a situation where the admin does not need to confirm his/her entries. Thanks.

J
Jane 3/13/2009

Hi,
you can add new field (status for example) to your table on theDatasource tables tab, create custom view for guest user and fill status field on the add page for this view manually in the Before record added event on the Events tab:

$values["status"] = "not approved";


Then admin can edit added records and approve it.

D
Denton 3/13/2009

Hi,

you can add new field (status for example) to your tale on theDatasource tables tab, create custom view for guest user and full status field on the add page for this view manually in the Before record added event on the Events tab:
Then admin can edit added records and approve it.


Jane, could you go through that again in more detail please? I can't quite follow it.
Denton

J
Jane 3/16/2009

Denton,
you can publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages and I'll try to help you.