How to remove all tags in vBulletin
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 … Continued