Hi guys, some of my users are asking about email notification, I told them about subscribing to the feed, however I noticed (I'm using 0.9.2) that only new discussions appears in the feed, how can I get to know if some discussion got replies via the feed?
In 0.9.2, feeds were very limited. I don't think what you're asking for was possible back then.
0.9.3 has way more to it - you can even create feeds from your saved searches or feed from individual discussions. Check out lussumo.com/vanilladev to see what I'm talking about...
Bergamot - yeah, that's wierd, huh? The reason I did that was because I found that as soon as I removed the order by clause on the comment search, it sped the query up by over 500%. I tried adding an index to the "DateCreated" column of the comment table, but it still made no difference if the order by was in the query. Wacky Mysql.
ADM - you'd probably have to write another extension to do that for you. You could inject some code into the comments.php page using delegates and hijack the SqlBuilder that builds the query for that page if a certain parameter is passed in the querystring. Change the query to what you want it to be, and let the page execute.
Bergamot - yeah, that's wierd, huh? The reason I did that was because I found that as soon as I removed the order by clause on the comment search, it sped the query up by over 500%. I tried adding an index to the "DateCreated" column of the comment table, but it still made no difference if the order by was in the query. Wacky Mysql.
Why not use order by when a sort criteria is specified, and not use it if it's left blank?
Comments
:D-/-< :D-\-< :D-/-<