Re: Ajax toys
Reply #1 –
Infinite scrolling should be easier than SMF's one (there is no need to bother about alternating classes and markup is more structured and easier to deal with). IIRC the most painful thing to "port" to the infinite scrolling was the quick-edit because it's a js attached to "certain" posts and that was a bit tricky. I don't remember how it was fixed at the end (if it was fixed at all lol).
As for SMF, there is the problem of the quick reply and the footer, but some kind of fixed container should do the trick.
Re: Ajax toys
Reply #3 –
I will look for Endless when I get home. That's cool! Thanks guys!
Re: Ajax toys
Reply #5 –
Sweet! I'll try it out. Thank you! I'll also report back in case it helps someone else.
Re: Ajax toys
Reply #6 –
That is awesome!! The only thing I can see it needs is to hide the "load moar" link when the last page is reached. There may be a bug there - it will display the last page twice if you click it again. Do you have any suggestions on a fix?
Re: Ajax toys
Reply #9 –
It was a while ago, but I may have left that on purpose: if you reach the end it may or may not be the end depending if someone posts new messages while you are reading, so if you leave the page open and.... in an hour wants to see new messages, you can just click on "load more", but if you hide the load more you are done, the only solution is to refresh the entire page to see if there is any new message.
Re: Ajax toys
Reply #10 –
Could the page ajax back periodically to check for new posts, and if there are, automatically add them with a highlighted background so the user knows they're new? Not that I'd have any clue how to begin to do that....lol.