The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
AJAX/Auto-Update Sidebar "Recent Forum Posts" Block?
Is there a way to refresh this live, instead of needing a physical refresh to see the most recent posts?
I've tried out the dbTech live feed mod, but it won't allow me to disable quotes, which really clutters the sidebar. Thanks! --------------- Added [DATE]1365454047[/DATE] at [TIME]1365454047[/TIME] --------------- In case anyone's looking for a solution, here's what I did: 1. Open FORUMHOME template. Anywhere in head tags, insert: Code:
<script type="text/javascript"> setInterval(function(){ $('#feed').load('forum.php #feed'); }, 15000); </script> Also in FORUMHOME, find: Code:
{vb:raw sidebar} Code:
<div id="feed">{vb:raw sidebar}</div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|