I have enabled javascript in the admin section, anyone any idea why this http://www.sometimessobia.com/external.php?type=js&count=6 may not be working? It's supposed to show the latest threads.
The RSS works fine and does the same job: http://www.sometimessobia.com/external.php?type=rss http://www.sometimessobia.com/external.php?type=rss2
Your feed works fine. The JavaScript output from the vBulletin external data provider has to be pulled and parsed with JavaScript, client side, by the webmaster that wants to display it. How to display vBulletin Threads on HTML Pages with Javascript from external.php The RSS and XML output from vBulletin's external.php feed do not do the same thing as the JavaScript output from vBulletin's external.php data provider. The RSS and XML feeds require server side parsing by the webmaster that wants to use the syndicated information. The JavaScript output from the vBulletin external data feed can be parsed on the client side. These are very different.
So very much appreciate your posts guys. It's working fine now, the problem was some forums were private and I didn't realise it wouldn't include those posts, doh!