Content

In order to remove all vBulletin tags, you should access the vBulletin database and truncate the content of theĀ tagtable.

Run the following MySQL query:

TRUNCATE TABLE tag;

(You can run a MySQL query using phpMyAdmin. More information how to do this can be found in our tutorialĀ How to execute MySQL queries with phpMyAdmin.)

This way the table structure will be preserved but all tag records will be erased.

Was this article helpful to you?

Obaydullah Likhon

Leave a Reply