![]() |
|
Okay, line 258 in vb_spy.js should read:
Code:
post_url = 'showthread.php?p=' + postid + '#post' + spyid; |
Hmm. It's the correct link now, but for some reason I'm being bumped back to post #1. ??
|
Oh, I think I know. The link doesn't specify a page #. It's sending me to page 1, and then looking for a post that's on page 2+.
|
Well, wait, now that I tried it on a thread with only one page, it still doesn't work. It sends me to the correct post, but then I'm immediately back at post #1.
|
Try:
Code:
post_url = 'showthread.php?p=' + spyid + '#post' + spyid; |
Yea that worked.
|
Okay, I modified the vaispy.php script accordingly and posted it here.
|
Yep, that did it! Thank you very much for all of your work!
|
Another minor thing.
If nothing is returned, you should return the Xml with an empty root node of <events /> This will avoid invalid Xml errors being silently thrown in the JavaScript. Simply change this in the .php file: PHP Code:
PHP Code:
Code:
try { Code:
try { |
All times are GMT. The time now is 03:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|