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.
Javascript auto-reload
How about a plugin that adds a tick-box in the sidepanel to refresh the discussion list every 2 (?) minutes?
0
This discussion has been closed.
Comments
Isn't that what RSS feeds are for?
One of my more resourceful members loaded my forum into a frame and used JavaScript in another frame to reload/refresh every 5 minutes.
I include this script on every page to fix his little red wagon!
<script language="javascript" type="text/javascript"> if (parent.frames.length > 0) { parent.location.href = self.document.location; } </script>