View Full Version : How do you remove the site wide profile customization?
GameOverViper
07-21-2011, 10:35 PM
A while back my other admin made it so all themes and users use the same exact custom profile. I want to remove it so it's back to the theme default instead of the same thing for each theme. How do you remove the customized profile theme setup?
Edit -
My other admin had a Query in the database for the profiles to show up as the custom theme that he had set for site wide default. Removed it and works perfect.
So it sounds like the profile template was customized, is that correct? Do you know if they used a modification or just a pure template edit? If it was just a template edit, you may be able to revert to the default version of the template.
EquinoxWorld
07-22-2011, 05:09 PM
From what I understand it may have been that your admin set a "site default" for profile customization. As admin one can simply edit your own profile and set it as default site wide for all users. I have had some trouble myself with profile customizations and more than one theme. What I would suggest is (if your admin) go into your default theme then your profile and revert all changes made and save that as your site default profile, now when you go back to your other custom theme the profiles off all users should look "not customized" for any new members that joins. For users that want to revert back to a "blank" or not customized profile they can now simply click on default and save.
GameOverViper
07-22-2011, 09:10 PM
vBulletin 4 has a Customize My Profile option on your profile. You can enable it or disabled the option in the usergroup settings.
In this feature it allows Admins to set a specific look as the Site Wide Default theme. Which is what my other admin has done. I would like to remove it so on my two new themes it will show the default that came with those themes.
I can not figure out how to remove the theme set as default for the profiles. Revert does nothing. Says there is nothing to revert.
--------------- Added 1311442588 at 1311442588 ---------------
Anyone else have any suggestions or idea's on how to remove it?
GameOverViper
07-25-2011, 11:00 AM
Fixed. Removed a query from database.
Emeralda
05-29-2012, 08:13 PM
I have the same problem now, how to fix that? What's that about a query in database? Because I have two styles, light and dark, and yeah, dark overrides all other styles. Why is that option even so easily available >.>
Hippy
05-30-2012, 12:40 AM
run this in phpmyadmin
go to your Database
then poke sql
add this
DELETE FROM customprofile;
hit go
;)
Lynne
05-30-2012, 12:44 AM
^^ that query will remove everybodies profile customizations, not just the site default.
Hippy
05-30-2012, 12:52 AM
^^ that query will remove everybodies profile customizations, not just the site default.
any sugestions ?
then I youll need to peek in side the customprofile
and see if anyone else has a custon filed ..
I know this site is new
Emeralda
05-30-2012, 08:41 AM
But it will remove default site customization as well, allowing for normal skin style, right?
Hippy
05-30-2012, 09:26 AM
Yes..if anyone has a custom profile it will be gone tho
Emeralda
05-30-2012, 01:19 PM
run this in phpmyadmin
go to your Database
then poke sql
add this
DELETE FROM customprofile;
hit go
;)
Ok, than how to do that part? It's something in vB or where?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.