PDA

View Full Version : No Link approval


cibit
07-27-2005, 09:44 AM
Is there any way to make it so that when someone automatically submits a link that it doesn't have to be verified/accepted by the moderator in the admin panel. Is there any way to change the code? I may be miss understanding a setting but i couldn't find it if there was a setting.

so is there any way to get rid of making link approval no required by the admin etc?

yktan
07-27-2005, 12:36 PM
Hi cibit,

Yes it's possible. Apply the following changes:

Open submit.php

Find:
Content visible to registered users only.
REPLACE with:
Content visible to registered users only.

Open templates\submit.tpl

Find:
Content visible to registered users only.
REPLACE with:
Content visible to registered users only.

Regards,
YK

ant1980
07-28-2005, 02:21 AM
Hi, imho, this could be a switchable function in the new release :)

Bye