BBCode tuo send

Ricsca

Well-known member
Could someone tell me what code to use inside the BBCODE to have a send? I imported my forum from VBulletin and I have all the images with [IMG attached to the last word so I would like to send them a message and insert them below.
I use this code in database


Code:
 UPDATE xf_post SET message = REPLACE(message, '[/album]', '][/GALLERY]');
 
Top Bottom