Query to Reset BB Code Media Sites

Query to Reset BB Code Media Sites

Added to the main guide:

In case you add these and see no effect, it probably means the BB Codes are cached.

If that is the case, this query may help:

Code:
DELETE FROM xf_data_registry WHERE data_key = 'bbCode'
Top Bottom