tea.mathoverflow.net - Discussion Feed (RSS here) Sun, 04 Nov 2018 13:38:45 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Scott Morrison comments on "RSS here" (452) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=452#Comment_452 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=452#Comment_452 Mon, 16 Nov 2009 17:04:59 -0800 Scott Morrison done

]]>
Andrew Stacey comments on "RSS here" (442) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=442#Comment_442 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=442#Comment_442 Mon, 16 Nov 2009 02:33:05 -0800 Andrew Stacey I'm getting the comments in a strange order. They should be ordered by comment but I think the default is to order them by discussion. Looking at my files, I see that line 121 reads:

$s->AddOrderBy('DateCreated', 'c', $SortDirection = 'desc');

(in the original, the second argument is a 'd' for discussion).

]]>
Andrew Stacey comments on "RSS here" (352) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=352#Comment_352 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=352#Comment_352 Thu, 12 Nov 2009 00:16:16 -0800 Andrew Stacey That seems to be working just fine! Thanks!

Incidentally, I know that your primary interest and focus is the main mathoverflow site, but as we found on the n-lab then the supporting sites are useful too. I've done a fair bit of hacking on the n-forum to make it useful for the n-lab gang so if you see anything over there that you like, just ask and I'll try to remember how I did it!

]]>
Scott Morrison comments on "RSS here" (345) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=345#Comment_345 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=345#Comment_345 Wed, 11 Nov 2009 19:10:11 -0800 Scott Morrison Andrew Stacey comments on "RSS here" (301) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=301#Comment_301 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=301#Comment_301 Wed, 11 Nov 2009 00:39:49 -0800 Andrew Stacey Whoops!

extensions/FeedThis/library/Function.FeedThis.php
]]>
Scott Morrison comments on "RSS here" (300) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=300#Comment_300 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=300#Comment_300 Tue, 10 Nov 2009 23:59:17 -0800 Scott Morrison Andrew Stacey comments on "RSS here" (278) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=278#Comment_278 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=278#Comment_278 Mon, 09 Nov 2009 23:44:50 -0800 Andrew Stacey I just tried what the URL should be for the "All Comments" feed. It sort of worked. However, there's no link for that on any page that I can see (maybe I'm just being dumb) - I hacked it together from the URL for the same feed on the n-Forum. You need to modify the theme templates if you want people to actually be able to use these feeds.

Seeing the feed reminds me of a minor modification that we made over on the n-Forum. My feed reader only displays the last entry with a given title; so if there are several comments on the same discussion then I only see the last. I think that some other feed readers do the same. This isn't a problem for me as I always click through to here - I use the feed to tell me that there's something to read here - but I know that others actually read the discussions in their readers.

What we did was to append the comment number to the title, thus making it unique. The full hack also added the person's name to the title so that in the feed reader it looks like:

Andrew Stacey comments on "RSS here" (134)

The relevant line is 181. The new version reads:

$Properties["Title"] = FormatHtmlStringInline (ForceString($Comment->AuthUsername . " comments on \"" . $Comment->Discussion . "\" (" . $Comment->CommentID . ")", "" ));

(Let me repeat: I can easily live without this if you don't want to do too much hackery here)

]]>
Andrew Stacey comments on "RSS here" (271) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=271#Comment_271 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=271#Comment_271 Mon, 09 Nov 2009 14:01:04 -0800 Andrew Stacey I'd like the feed for all comments rather than all discussions (have a look at the n-forum to see what I mean). This is available via FeedThis but maybe you have to select it, I don't remember and it's too late for me to dig it out tonight. At the moment, I just see the link to "All Discussions" feed in the column on the left-hand side.

]]>
Scott Morrison comments on "RSS here" (267) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=267#Comment_267 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=267#Comment_267 Mon, 09 Nov 2009 13:39:30 -0800 Scott Morrison Andrew Stacey comments on "RSS here" (230) http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=230#Comment_230 http://mathoverflow.tqft.net/discussion/36/rss-here/?Focus=230#Comment_230 Mon, 09 Nov 2009 07:40:10 -0800 Andrew Stacey Can we get comment feeds here, please?

(Take a look at the FeedThis plugin if you think that this is a good idea.)

]]>