Quote:
Originally Posted by alhidaya
Hello,
Thanks for a great mod.
How do I add more tags into this mod ? Right now we can only use [img] tag. I do have :
[FLOAT=left] and [/FLOAT]
[FLOAT=right] and [/FLOAT]
on my forum to align images to the left or to the right of the post.
This is very IMPORTANT What should I do to install the images BB Code ?
|
For these tags there is no automatic solution. You will have to trasform these tags manually with the MySQL REPLACE function (backup first!!!), for example:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, '[FLOAT=left]', '[IMG]')
UPDATE post SET pagetext=REPLACE(pagetext, '[/FLOAT]', '[/IMG]')
I reccomend not to use image modifications in vbulletin if you want to use this product.
To enable IMG you will have to change your vbulletin options at several places: show all options and search for IMG