PDA

View Full Version : Wordpress to Vbulletin images


ctbaexotics
02-09-2011, 06:37 PM
So, I successfully imported my wordpress into my vbulletin CMS, the problem is that on wordpress we used Lightbox and a custom BBcode to display the images:

This is the structure of the images display

<a href="http://www.host.com/image.jpg" rel="lightbox[roadtrip]"><img src="http://www.host.com/image.jpg" alt="Image Name" width="500" height="375" /></a>

This displays a "thumbnail" of the original image with 500x375 (chosen measures) and when the person clicks on it opens the LightBox window and the gallery of that post

In order to make posting easily I came up with this BBcode in Wordpress
Tag: [foto=<1> nome=<2>]

HTML:<a href="[1]" rel="lightbox[roadtrip]"><img src="[1]" alt="[2]" width="500" height="375" /></a>

<1> = Image Link and <2> The name I want displayed

What I want to know if it is possible to show the images on my Vbulletin articles without needing to change every single post and how to do it on Vbulletin.

Thank You very much