Version: 1.11, by digitalpoint
Developer Last Online: May 2016
Category: Miscellaneous Hacks -
Version: 4.x.x
Rating:
Released: 05-26-2010
Last Update: 09-09-2012
Installs: 404
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
About
This is a Digg-style spy for seeing what's going on in your forum in realtime.
This is something I originally made about 4 years ago. Now that I rewrote it for vBulletin 4 (it also now uses the bundled YUI for animation), I decided to also wrap it up as a product package and release it for the world to use.
Installation
Put the spy.php file in your forum folder.
Put the digitalpoint_spy.js file in your clientscript folder.
Install the product-digitalpoint_spy.xml product under AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product
It currently adds a link to the "Community" drop-down menu in the lower navigation (when you are anywhere within the forums).
If you really want it to have it's own main navbar button could you do something like so (this is off the top of my head, I didn't actually test it to make sure it works, but it should).
Plug-ins To Add
Location: process_templates_complete
PHP Code:
if (THIS_SCRIPT == 'spy') $vbulletin->options['selectednavtab'] = 'spy';
$template_hook['navtab_middle'] .= vB_Template::create('spy_navbar_link')->render();
Oh thanks! I actually didn't see it added under Community... I had some users ask for a NavBar link, I will let them know about the link under Community and see if that satisfies them.
If not, I will try your code above. Thanks so much for the work and quick reply
Seems like maybe the phrases that it comes with did not get installed or used? Did you edit anything manually?
Nope....didn't touch a thing on the mod. I installed as directed and that's what happened. Didn't touch a thing. I thought there might be settings to fix it but I can't find settings for it anywhere.
Strange... it really looks as if the import product process simply didn't import any phrases at all. Do you have a phrase category named "Spy" in your language/phrase system?
Strange... it really looks as if the import product process simply didn't import any phrases at all. Do you have a phrase category named "Spy" in your language/phrase system?
Nope. I've tried uninstalling and reinstalling also and still no luck.
Nope. I've tried uninstalling and reinstalling also and still no luck.
I really have no clue to be honest... and without a setup that I can see myself that actually omits the phrases when you import the product package, it's impossible to try and debug. I skimmed vBulletin's import function, and I didn't see anything in there that would cause that part to not happen based on a setting or something, so I'm not sure.
Do you have any other product/plug-in or anything else that does anything at all with the language system? Maybe try installing it with plug-ins disabled or something?