Brian
|
| Posted: 07/22/2002, 12:12 AM |
|
I want like in event tutorial If Someone enter an announce it not be immediatly on internet it must be approved by the administrator? could someone explain me how to do? great thanks
|
|
|
 |
Walied
|
| Posted: 07/22/2002, 4:42 AM |
|
You should have a field in the database with Boolean value like (yes/no), (1/0) or (true/false) and call it online. When the event is entered by the user it the value for that field will be false. In the administration section you specify a specific Grid/Edit for the moderator with the privilege to turn the online field to true through a compo box. So the records which are verified are turned to be true. Where you retrieve the events you should write SQL in which events with online field set to true should show.
|
|
|
 |
|