• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn sửa lỗi bbcode youtube khi conver từ vbb sang xenforo

Admin

Well-Known Member
Staff member
Administrator
Cách 1 với các video dùng BBcode như bên dưới:
PHP:
[YOUTUBEaaaaaaaaa[/YOUTUBE\]
Chạy SQL query như sau:
PHP:
UPDATE xf_post SET message = REPLACE(message, '[youtube]', '[media=youtube]');
UPDATE xf_post SET message = REPLACE(message, '[/youtube]', '[/media]');
Cách 2 với các video dùng BBcode như sau :
PHP:
[video=youtube;3423423]3423423[/video\]

Tải addon này về: Download File: [VietXF.ORG]-PostReplace.zip - UpFile.vn
Up vào library
như sau: \library\PostReplace
cài XML vào diễn đàn

sau đó vào Tool- Replace in post
điền như sau:
Dòng 1: [video=youtube
Dòng 2: #\[video=youtube;([^\]]+)\]([^\]]+)\[/video\]#siU
Dòng 3:
Code:
[media=youtube]\1[/media]
Thế là tất cả các video cũ sẽ tự động trở thành bbcode
Code:
[media=youtube]ffafa[/media]
[/video]
 
Last edited:

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top