ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,656
- Points
- 823
Reputation:
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:
Continue reading...
I use this code in database
Code:
UPDATE xf_post SET message = REPLACE(message, '[/album]', '][/GALLERY]');
Continue reading...