| Duplicate URLs |
How to allow duplicate urls for stories
By default Pligg is set up so that users can not submit duplicate urls for stories. For some sites this restriction does not make sense. Currently there is no way to enable duplicate urls via the admin panel. You must modify submit.php to enable duplicate urls by commenting out lines 123 to 133 (begins with if($linkres->duplicates($url) > 0) ). |