PDA

View Full Version : Automatic Approval


moejoe
11-29-2005, 10:59 AM
Hi I was wondering if this script has an option to set automatic approval on each listings to directly display in the directory after user submits.

I don't have to approve before listing. I don't see anything in admin area. I can i make it accept submission automatically into the directory.

Thank you

yktan
11-29-2005, 01:55 PM
Hi moejoe, currently there are no options for automatic approval of links that are submitted. However, you can modify submit.php to make the links active immediately. To do that:

Open submit.php
Find:
Content visible to registered users only.
Replace with:
Content visible to registered users only.

Please note that with this change, the system will not send an email to the webmaster to inform him that the link was accepted.

Is this good enough?

Regards,
York Kie

moejoe
11-29-2005, 03:30 PM
ah brilliant, it worked like charm.

Thank you very much for that piece of code.

Just what I am after

cheers and thank you once agin