View Full Version : How Do I Delete Default Style??
Mostjolly
05-01-2010, 08:35 PM
Right now I have two style - one is Default Style and the other is Bluefox... I want Bluefox to be the ONLY style so I try deleting the Default but whenever I do I always get this message:
The default style set within the vBulletin Options cannot be deleted. Please change this before attempting to delete the style.
How I keep Bluefox and get rid the Default?
borbole
05-01-2010, 08:43 PM
Right now I have two style - one is Default Style and the other is Bluefox... I want Bluefox to be the ONLY style so I try deleting the Default but whenever I do I always get this message:
How I keep Bluefox and get rid the Default?
First make a backup of the style table and then run the following query at the phpmyadmin.
DELETE FROM style WHERE styleid = 1;If your db tables have a prefix, then include that in the query as well.
vijayninel
05-02-2010, 12:42 AM
Do not delete your default style. Make your "Bluefox" style the default from ACP > vBulletin options > Style & Language Settings.
Also you can make your default style unselectable by users by editing the style options.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.