If you need to move settings across accounts or computers, you can manually copy the SavedVariables Locate Files : Navigate to your WoW folder: [AccountName] SavedVariables : Find and copy ElvUI.lua.bak Paste Data : Place these files into the corresponding SavedVariables folder for your target version or account. Select Profile
: Helps prevent UI layout corruption that can occur when importing raw strings from incompatible versions, particularly with scaling and frame placement . elvui profile converter
function ProfileConverter:ConvertProfile(profileName, profileVersion) -- Conversion logic for profiles from version 10.00 to 11.99 local conversionFunctions = ["10.00"] = function() self:ConvertFrom1000(profileName) end, ["11.00"] = function() self:ConvertFrom1100(profileName) end, -- Add more conversion functions as needed If you need to move settings across accounts
These tools often appear as standalone GitHub projects or as specific buttons within specialized ElvUI forks (like those for Classic or WotLK ). ["11.00"] = function() self:ConvertFrom1100(profileName) end