Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Add-on: Live refreshing discussion list
Is anyone able to create an add-on that live refreshes the discussion list per ajax?
something like this digg spy effect...
i'd love it
something like this digg spy effect...
i'd love it
0
This discussion has been closed.
Comments
@vaz: good idea. But it would be even cooler if the comments are shown automatically... without a hint and page reload
P.S. might be worth getting rid of "Add-on: " from the topic title as well
Question: What happens with pagination?
That and flash new comments like it does when you write one (aculos effect)
Having a rainbow of colors really isn't helping designers
But hey — why can't this just be an option that the admin decides upon?
The notification... how about this appearing as fixed, absolutely positioned (to the browser window) CSS? That way, it will appear in the same place no matter where you are in the discussion.
<SCRIPT LANGUAGE="JavaScript"> browserVer = parseInt(navigator.appVersion); if (browserVer >= 3) version = "n3"; else version = "n2"; Text = "<META HTTP-EQUIV='Refresh' CONTENT='50;URL=js_wk2_lesson.htm'>" Ret = "<META HTTP-EQUIV='Refresh' CONTENT='50;URL=noFrames.htm'>" if (version == "n3") document.write(Text); else document.write(Ret) </SCRIPT>
Due to server overhead, a caching system is necessary. On that site, the automatic updater is in a special place of the layout, out of Vanilla theme to simplify the implementation of this cache.