The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
External Data Provider - Error "undefined (undefined)"
This may have been asked before but we could not find it. We used the search and did a google search with the string and this website. My apologies if this has been answered before.
We are using the using the Javascript located on here on the main page off our website (right side bar). Recents posts are displayed however below them are lines with the following ""undefined (undefined)", |
#2
|
||||
|
||||
What is the source of the feed you entered into the code?
|
#3
|
|||
|
|||
I think you might have a conflict with some other javascript on the page. I'm not a javascript expert, but maybe try something like this:
Code:
<script type="text/javascript"> save_threads = threads; delete threads; </script> <script src="http://jamaicans.com/forums/external.php?type=js" type="text/javascript"></script> <script type="text/javascript"> <!-- for (i in threads) { document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />"); } threads = save_threads; //--> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|