It seems to achieve this you have to use plugin like this https://wordpress.org/plugins/cbxuseronline/ and develop some custom code.
Thank you @vinod-dalvi the problem or me comes with the custom coding part, that’s the part where I struggle. Do you have any idea how to achieve this through coding? Any help would be greatly appreciated. Thank you for your response.
The custom coding will take some time which is sorry to tell you but beyond the free support.
Awww 🙁 thank you for the info anyway, I really appreciate it.
You are most welcome here 🙂
May be in the future i will develop plugin to achieve this so that many users can use it.
Anybody know how I can achieve this using the CBX USER Online plugin as it already has a feature to display the amount of users currently viewing a page so I’m thinking it would just have to be edited for bbpress forums and topics instead of a page. It seems relatively simple but I just don’t have the coding knowledge to pull this off.
Thanks for the reply, I’m currently using that plugin but it doesn’t work the way I need it to. It tells me the number of users currently online but not currently viewing any particular thread, forum or page for that matter. But thank you for the suggestion. If you know of a way to maybe code it so that it does that please feel free to share whatever info you might have as it would be greatly appreciated! 😀
@druidism – I ditched it !!
Thank you @robin-w…. Do you know anything about the issue I am having though? I am in a real pickle here :/
not within free help – code digging would be needed.
Ok thank you anyway. Would you know anyone who might know how to tackle this issue?
just had a quick look at what was in the free version, and looks like the pro version may have what you want – it claims
Buddpress profile link integration (New in V1.0.4)
BBpress profile link integration (New in V1.0.4)
BBpress Online User Statistics (New in V1.0.5)
maybe worth looking at
CBX User Online for WordPress
Yeah I was having a chat with the plugin developer and he said the same thing I am just waiting for confirmation. Thanks very much
@robin-w I did a little digging and I found the piece of code responsible for logging the user’s visit based on the current page $page_url = sanitize_text_field($_SERVER['REQUEST_URI']);
Would you know how to edit that to fit for bbp_forum_permalink(); so that it logs for each individual forum because I have the CBXUserOnline shortcode in the loop-single-forums.php file so I was hoping that it would recognise the views for each individual forum. Hopefully I’m making sense lol
Please let me know if what I’ve said makes sense 🙂
Any new plugins/ideas here?