We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See this live example: https://spectrumcomputing.co.uk/forums/app.php/smartfeed/feed?u=1360&e=hh8v0WVJXxmAl3zq7nWRsS50DqM3vdO2VbkSFeNs3rnNfgjpNTc6uSOmot707klsATgDEzhs4hMBE8oso2dNwwUvB5r2xqtC966COhuG1B4.&l=1&fp=1&t=1&x=25&s=0&i=0&y=0&d=3&w=0
I have configured Types of posts in feed to be First posts of topics only. Doing the same with last posts, surprisingly, works.
Types of posts in feed
First posts of topics only
The text was updated successfully, but these errors were encountered:
Thanks. Line 393 in /controller/feed.php should be:
/controller/feed.php
$new_topics_sql = " AND t.topic_time > $this->time_limit ";
$this->date_limit is an obsolete private variable.
$this->date_limit
All instances of $this->date_limit in feed.php should be replaced with $this->time_limit.
feed.php
$this->time_limit
Will be fixed in next version.
Sorry, something went wrong.
Thanks. Looking forward in the upcoming release!
No branches or pull requests
See this live example: https://spectrumcomputing.co.uk/forums/app.php/smartfeed/feed?u=1360&e=hh8v0WVJXxmAl3zq7nWRsS50DqM3vdO2VbkSFeNs3rnNfgjpNTc6uSOmot707klsATgDEzhs4hMBE8oso2dNwwUvB5r2xqtC966COhuG1B4.&l=1&fp=1&t=1&x=25&s=0&i=0&y=0&d=3&w=0
I have configured
Types of posts in feed
to beFirst posts of topics only
. Doing the same with last posts, surprisingly, works.The text was updated successfully, but these errors were encountered: