Jump to content

Ajax topic update of showforum


Guest Cooltad

Recommended Posts

Could be handy to have an option which updates the topics in the showforum view without having to manually refresh the entire page. Maybe a per user group option as it may be server intensive. Otherwise maybe an "update" button that works like in the users online area so the entire page doesn't reload just the updated topics moving to the top. Thoughts?

Link to comment
Share on other sites

I've seen this implement for "View New Posts" in a board. It works pretty well on a busy board. When someone posts, I assume a last post date is kept somewhere so it can be checked relatively quickly by the "View New Posts" clients. The AJAX simply returns the new row/rows in the table of "View New Posts" and inserts them at the top (and deletes the old entry if they are in the list being shown). A Javascript count down time is shown on the page which shows the number of seconds before the AJAX fires off to check for new updates. This gives the user some visual feedback and keeps people from hitting the refresh which does a full query to get the new posts again.

Link to comment
Share on other sites

BTW, here is the link to an implementation like I was talking about above: http://spy.macrumors.com/. It isn't the exact one I was thinking about above, but it does illustrate a dynamic View New Posts lists on a busy board.

I personally probably would use something like this for everyone, but it would be a nice feature for admins who want to watch what is going on on their board.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...