Issue Details (XML | Word | Printable)

Key: IT-108
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Stephanie Watson
Reporter: ermo | Rune Morling
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IT Infrastructure

Forum aggregation setup and documentation

Created: 01/Jun/10 03:07 AM   Updated: 02/Jun/10 06:51 AM
Component/s: Forum
Affects Version/s: None
Fix Version/s: None
Security Level: Public (Everyone can see this issue)

Time Tracking:
Not Specified


 Description  « Hide
To keep tabs on the issues our userbase are facing, let's try to document how one can easily follow what's going on in our community forum using the built-in aggregation facilities of the forum software.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
ermo | Rune Morling added a comment - 01/Jun/10 03:09 AM
Derrick,

You mentioned a plugin that exposes the feeds of subsections – can you coordinate installing it with stef?


devnet added a comment - 01/Jun/10 03:09 AM
http://custom.simplemachines.org/mods/index.php?mod=376 is the plugin.

I have no access whatsoever to the forum.


devnet added a comment - 01/Jun/10 03:10 AM
assigning to stef to make this change...

ermo | Rune Morling added a comment - 01/Jun/10 03:14 AM - edited
Monitoring via Atom/RSS

In the mean time, you can manually set up an Atom/RSS feed of a board / sub-board by adding

&type=atom;action=.xml  (Atom - recommended)
&type=rss;action=.xml   (RSS - deprecated)

to the URL of the board you want to monitor.

For instance, if I wanted to monitor the Development -> QA and Package Testing sub-board (http://forum.foresightlinux.org/index.php?board=21.0) I'd modify it to read Atom feed of Development -> QA and Package Testing sub-board (http://forum.foresightlinux.org/index.php?board=21.0&type=atom;action=.xml)


ermo | Rune Morling added a comment - 01/Jun/10 03:38 AM
Monitoring via e-mail

In your profile, SMF supports setting up notifications on both specific topics and entire boards (or sub-boards – see the NOTIFY link at the top right). These notifications are sent via e-mail, so if your profile is configured correctly, you'll be able to receive updates in your inbox on new topics.


ermo | Rune Morling added a comment - 01/Jun/10 10:52 PM - edited
Having played around a little with the Atom feeds, I have the following observations:
  • It struck me as odd that I would only see the 5 latest posts to a board. I think that's not quite enough and would prefer a little more to be shown by default – I would suggest trying something like (the last couple of weeks XOR n) <= k – whichever is bigger wins while staying below a realistic value of k.
  • It appears that the posts are truncated to x characters. I'd definitely prefer if the full text of posts was shown, although I am not interested in having images in my feed (they should just be converted to a clickable link instead for bandwidth saving).