The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBISpy - AJAX real-time feed of new posts/threads Details »» | |||||||||||||||||||||||||||||||||||
vBISpy - AJAX real-time feed of new posts/threads
Developer Last Online: Jun 2023
This is a port of vBISpy by MPDev to vBulletin4. MPDev has given me permission to port this modification, if any staff need to see it, I can forward the PM.
If you use this modification, please >> Mark As Installed, Nominate for MOTM, or Support Developer <<, thank you What is this!? vBISpy is an AJAX real-time feed of new posts/threads for your vBulletin 4.0 forum. Please note that this is currently in Beta. The style is not perfect, but the mod should be fully functionial. Current Version 2.0.4 - You can find the 3.6.x version, here. Features flagged for future version(s):
Will this work on x.x.x ?? Unless otherwise stated, this will work on all 4.0.x versions. This will not work on 3.x. Sounds cool. How do I install?
Upgrading Unless noted otherwise, just upload and overwrite 'vaispy.php'. Customization Virtually all the code to customize the page is in the vaispy.php script; there are no plugins, no templates and no phrases. You do not need to do anything further; this should work right out of the box. If you'd like to block certain usergroups from viewing vBISpy; or certain forums from being displayed - edit vaispy.php PHP Code:
http://www.yourforum.com/forum/vaispy.php You can see examples of this at:
Note: Neither I nor MPDev claim ownership of this code except for the file vaispy.php - the rest of the files were using 'freely distributable' (although modified to suit vBISpy) sources. As such, you may use these files as you wish, but please do not remove the copyrights. Changelog 2.0.4 - June 23, 2011 - Changed 'xml' to 'feed' when the script is requesting data via AJAX - Updated code that checks for blocked groups and forums so that it works properly. - Added version string (?v=) to script calls. - Updated template html to include facebook data if enabled. - Updated css link rendering to determine if templates are stored as files or not. 2.0.3 - March 25, 2010 - Updated alternate row colors to use stylevars. - Added ability to block certain usergroups by editing vaispy.php. - Fixed possible bug where in certain situations a database error would occur. 2.0.2 - January 23, 2010 - Hopefully the incorrect showthread link is now fixed. - Added alternate row colors. - Changed default xml delay in va_spy.js to 3000 from 7000. 2.0.1 - January 21, 2010 - Fixed issue with incorrect path to thread statusicon's - Edits to clientscript/va_spy.js to hopefully fix issues with incorrect showthread link. - Removed 's from the rows generated if displayed rows are less than 20 2.0.0 - January 21, 2010 - Ported to vBulletin4 with permission from MPDev If you use this modification, please >> Mark As Installed, Nominate for MOTM, or Support Developer <<, thank you Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
Adrijan, babyv0x, caoanh204, DeclanFarrow, SamSteve |
Comments |
#72
|
||||
|
||||
Quote:
|
#73
|
|||
|
|||
I just noticed another issue that I'm surprised I hadn't spotted before:
All of the lower menu items disappear on the vaispy.php page (New Posts, Private Messages, FAQ, Community, etc.). Only the very top level items appear (Forum, What's New, etc.) Should be a reasonably simple fix... |
#74
|
||||
|
||||
Quote:
cp statusicon/thread_dot-16.png BP-Brown/statusicon/thread_dot_hot-16.png cp statusicon/thread_dot-16.png BP-Brown/statusicon/thread_dot-16.png cp BP-Brown/statusicon/forum_old-16.png BP-Brown/statusicon/thread-16.png it fits well. And it's green. |
#75
|
||||
|
||||
Any chance of getting this made: https://vborg.vbsupport.ru/showthread.php?t=126421
vBISpy module - live AJAX feed of new threads - for vBAdvanced CMPS |
#76
|
|||
|
|||
Sorry if this has been asked, but how can i set it to be viewable by only certain usergroups?
I would like that only admins and moderators can use this mod... BTW great mod |
#77
|
|||
|
|||
i guess do not reveal the URL of the vaispy page!
that's what i do. only a limited number of people know about the vaispy page on my forum. |
#78
|
|||
|
|||
There must be a beter way, besides, tab with the url is alredy publised
|
#79
|
|||
|
|||
yes I need this aswell .. anyway to define the user group ids ?
|
#80
|
|||
|
|||
Are there some customisation instructions somewhere? I cannot remember from the 3.8 version... how do we select which forums to include, and how can we set how often to check for updates?
|
#81
|
||||
|
||||
Quote:
Edit vaispy.php and find: PHP Code:
PHP Code:
PHP Code:
Quote:
Around line 44 in vaispy.php PHP Code:
HTML Code:
/* Delay between polls to the XML feed for new updates to page */ var xmldelay = 3000; So, let's say you wanted it to be 6 seconds, you'd change it to: HTML Code:
/* Delay between polls to the XML feed for new updates to page */ var xmldelay = 6000; |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|