[ REQUEST ] Forum Spy / Real Time Post Display
June 08, 2014, 10:47:29 pm
A feature that I have found handy on another site is the display of all, current posts as they are made. On that site the feature is called 'Forum Spy' and when on that page, each post as it is made is scrolled onto the screen. The member can then select any of the posts to reply to by simply clicking on the post. The feature is real handy for sites that have a section for selling/trading, tech support forums and for high activity members that want to interact with board members. No idea if it is better implemented as a mod or as core but, it is a real popular feature at the one site that I know is using it.
Re: [ REQUEST ] Forum Spy / Real Time Post Display
Reply #3 – June 09, 2014, 05:42:55 pm
emanuele
Global Moderator
Oh, okay now I got it. JS requires via AJAX new posts every about 15 seconds and push them into the list. The number of elements listed in the page remains constant. On the example you posted, I'm not entirely sure what values "What" could be, all of them are currently "New Post", I suppose it could maybe be "New Topic"? Maybe "New Poll"? Others?
Re: [ REQUEST ] Forum Spy / Real Time Post Display
Reply #4 – June 09, 2014, 06:23:08 pm
What that site is displaying are New Posts only, regardless of the topic or the board. Basically it is a real time view of posts made on various site boards, but displayed in one place. When a user sees something that interests them, they then click on the post and are directed to that thread. I am not sure of the time frame that a post is visible before it is scrolled down the page by a newer post.