Quote:
Originally Posted by DjEddie
(Post 1963320)
If u would like access to mine, as the widget ideas seems like a good one .. then pm me for details and ill sort u an account out ... :)
|
We'll see - may do that when I know I'll have time to mess around with it :)
Quote:
Originally Posted by New Joe
(Post 1963186)
Another small bug is that when you click on the newly posted post, it will take you to the first post and first page of that Thread, instead of taking you right to the last post, the on you've just clicked on in iSpy.
|
This seems to be because of vB4's new "Friendly URL's" - I've not found a way to be able to generate them in Javascript.
Quote:
Originally Posted by New Joe
(Post 1963146)
I remeber having the same problem with MPDev's version, but after doing this:
It worked fine, I changed 7000 to 1000
But i have looked in the va_spy_js file in this new version and the above is different:
Any help would be great.
Thanks.
|
You can change that by modifying:
Code:
/* Delay between polls to the XML feed for new updates to page */
var xmldelay = 7000;
In /clientscript/va_spy.js - if using 2.0.2 - that line is now:
Code:
/* Delay between polls to the XML feed for new updates to page */
var xmldelay = 3000;
|