PDA

View Full Version : vbcms attachements when disabled


liam1412
11-03-2011, 12:30 PM
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

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

liam1412
11-06-2011, 10:59 AM
Just so everyone knows I am still use VB forum just moving away from the cms for the front page. Would appreciate if anyone could advise me on this.

Thanks