Getting Pligg to Auto-Fill
Late January of this year I attempted to get my Pligg install to auto populate the description of a story submitted on step 2 of the submission process.
This is the code I started with:
if ( preg_match ( ‘~~i’, $this->html, $matches ) ){
$description = preg_replace( ‘~^(.+?)content="([^"]+?)"(.+?)$~i’,...







