Hi,
we changed a little bit our plans: you'll find the new Open Questions RSS feed as part of PMF 1.6.0 RC2 or just since the new nightly built PMF 1.6 snapshot, tomorrow.
You can access to this feed with:
Code: Select all
http://[HOSTNAME]/path/to/your/PMF/feed/openquestions/rss.php
Currently it returns only the first 50 open questions orderded by time descendant (the last inserted by the user is the first item in the feed) and, for each item, the link in the feed points to the
Open Questions page but if you like to have a shortcut for directly inserting the answer as an anonymous user (
Add Content in the context of that question) you can open the new
rss.php page and comment out the code by your own.
Please report your final choice according to your preference because we're using your scenario for coding this feed and we'd like to know which would be the best choice between the two:
Code: Select all
// TODO: Choose between (1.) or (2.), see also http://forum.phpmyfaq.de/viewtopic.php?p=11702#11702
// 1. This link below goes to the "Open questions page" page
$rss .= <blablabla1>;
// 2. This link below is a shortcut for a fast reply ("Add content" in the context of this question)
//$rss .= <blablabla2>;
PS: Sorry if this post is in English.