I'm having trouble with my addons. I unpacked them in my interface/addons folder but they won't show up in my wow client.
What am I doing wrong?
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?goto=nextnewest&t=448902"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
I'm having trouble with my addons. I unpacked them in my interface/addons folder but they won't show up in my wow client.
What am I doing wrong?
There are no AddOns on the list? Go to your WoW/Interface/AddOns/ -folder, and check if the AddOns are packed within an extra folder. This is usually the issue when AddOns aren't showing up, despite being for the correct WoW version, and installed within the right folder.
E.g. the addon might be installed like this:
WoW/Interface/AddOns/DBM-WotLK-3.3.5/DBM-Core
WoW/Interface/AddOns/DBM-WotLK-3.3.5/DBM-TBC
WoW/Interface/AddOns/DBM-WotLK-3.3.5/DBM-GUI
When the addon should be installed like this:
WoW/Interface/AddOns/DBM-Core
WoW/Interface/AddOns/DBM-TBC
WoW/Interface/AddOns/DBM-GUI
Here's a screenshot of part of my AddOns-folder for reference.
https://i.imgur.com/i38BNma.png