Ok it seems to be showing up now cheers.
Is there a way to stop it showing posts when they aren't new?
Mine is just showing the previous 48 hours section.
I am just wanting new post only...how would I go about this?
Version: 0.1.2
Last Updated: 2008-8-19
Requires bbPress Version: 0.8.2 or higher
Compatible up to: 0.9.0.2





Ok it seems to be showing up now cheers.
Is there a way to stop it showing posts when they aren't new?
Mine is just showing the previous 48 hours section.
I am just wanting new post only...how would I go about this?
Also I am wanting it to show new posts and topics regardless of the user having participated in it.
That's called "Latest Discussions" and it's the front page of bbPress. It's also a view inside "My Views".
Note Unread Posts will also show all new topics since they last logged in (or 48 hours ago, whichever is older) regardless if they posted or not in the topic.
Another winner here. Thumbs up!
First - totally love this! Thanks.
Second - may be slight off topic, but can you recommend a way I can port your 'makeSortable' code to all the forums? (i.e. use same code on front-page.php, forum.php, and tag-single.php)
kehlers, I doubt that would work very well but if you want to try it, you could change this line (120) in the my-views.php plugin
if (is_view()) :
to
if (!is_topic()) :
Oh, I think I know what you mean... since the topics are presented in "chunks" (i.e. one page worth of topics), you wouldn't be having a 'true' sort of all the topics in one forum... Hm.
I can't activate the view plugin on my 0.9.2 installation. Is it not compatible? Is there a patch I can apply to make it work?
asbjornu, it should work on all installs.
What message if any do you get when you try to access the plugin directly, ala:
http://yourdomainname.com/forumpath/my-plugins/my-views/my-views.php
You must log in to post.