Is there a plugin desinged to do anything like this?
you might need to hire a developer for this.
There is a feed of replies though if you go to this.
yoursite.com/?post_type=reply
One way to achieve this sort of thing would be using the ‘Display Posts Shortcode’ plugin:
https://wordpress.org/plugins/display-posts-shortcode/
Once installed you can add a shortcode to a post or page to display a list of all topics and replies:
[display-posts post_type=”topic,reply”]
and there’s lots of different settings you can customise, see documentation here:
https://github.com/billerickson/display-posts-shortcode/wiki
You may just need to customise the look of it to be more like a normal ‘activity’ page as normally this will just give a plain text list of your posts, so it depends on your needs.
Hope that helps 🙂
eta: You would still have to click on the posts in the list and go to their own page to add a reply. I’m not sure if that’s something you are trying to avoid when you say “batch process my replying right there. no clicking to forums” I’m presuming you just mean no clicking to see the posts, not for replying.
Yes, that is what I’m trying to avoid. Tapatalk.com will do the trick, just wondering it there was something that did this.
Why ISN’T there something to do this in BBpress lol.
Cool, I didn’t know that.
@shanesams There probably is a way to code this. I’m succesfully using the Ajax replies plugin mentioned here:
Has anyone used the bbpress ajax replies plugin??
So perhaps that could be customised to work with an activity style layout? Just needs someone with some bbpress smarts to take a look at it 🙂