Query to Reset BB Code Media Sites

Query to Reset BB Code Media Sites

Compatible XF 1.x versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
This resource is not affiliated with XenForo Ltd.

Code:
TRUNCATE xf_bb_code_media_site;

INSERT INTO xf_bb_code_media_site
	(media_site_id, site_title, site_url, match_urls, match_is_regex, embed_html)
VALUES
	('dailymotion','Dailymotion','http://www.dailymotion.com','dailymotion.com/video/{$id:alphanum}',0,'<iframe frameborder=\"0\"...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Chris D
Views
1,592
First release
Last update

Ratings

5.00 star(s) 2 ratings

More resources from Chris D

Latest updates

  1. Rebuild the BB Code Media Cache

    Added to the main guide: In case you add these and see no effect, it probably means the BB...

Latest reviews

This was a huge help in getting the default media sites back after uninstalling a popular media add-on. If anyone is wondering, the YouTube videos added with add-on were kept. Thank you, Chris!
I wasn't able to add youtube videos due to a Xenforo 1.3 Beta bug and this query helped me add them back. Although it didn't fix my forum problem it did help fix my XenMediaGallery problem so thank you very much!
Top Bottom