Hi all
I have recently written a script to scrape content from vbcms into wordpress. In doing this to make life easier I decided to just scrape url's of images which are mostly in the form of vbcms attachments.
Unfortunately since disabling vbcms to images no longer show in the wordpress site. I figure there is some line code that says
Quote:
if(vbcms is enabled return attachment as image)
{
} else {
don't display it
}
|
Having not much experience with vbulletin, i have had a poke around and can't see anything. Does anyone know if it is possible to access those attachements without the cms enabled.
I know the attachements aren't deleted as if I re-enable the cms they work again.
Anyone know a way round this