Page 2 of 2

Re: RSS feeds not shown on index. HOW?

Posted: Fri Jun 16, 2006 9:56 am
by garvinhicking
Hi!

You can auto-insert this property by patching the aggregator plugin. Edit the method 'insertProperties'.

Add this line to the repeating block of inserts:

Code: Select all

            $sql = "INSERT INTO {$serendipity['dbPrefix']}entryproperties
                                (entryid, property, value)
                         VALUES ('$entryid', 'ep_no_frontpage', 'true')";
            serendipity_db_query($sql);
HTH,
Garvin

Posted: Wed Jun 21, 2006 5:34 pm
by Rik
Thanks!

it's working