Thread Tools Display Modes
01-23-08, 08:42 AM   #1
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
My addon won't show up - need help

I made a really small addon to hide some minimap stuff, the problem is is will not show up in the addon's list.

TOC:
Code:
## Interface: 20300
## Title : Imnisinible
## Notes: Hide minimap stuff
## Author: Dreadlorde
## Version: 1.0
## SavedVariables: SavedVars

Core.lua
Don't know if you need this
Core.lua
Code:
MinimapTopBorder:Hide()
MiniMapWorldMapButton:Hide()
MinimapZoomIn:Hide()  
MinimapZoomOut:Hide()
MinimapToggleButton:Hide()
MinimapZoneTextButton:Hide()
Anyone know why it isn't showing up?

Thanks for any help.
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
01-23-08, 09:33 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Does the .toc filename exactly match the addon folder name?

Eg.
\AddOns\Imnisinible\Imnisinible.toc

Check for typos.
  Reply With Quote
01-23-08, 10:25 AM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
That's all you need for an addon to show up in the list. That the folder exactly matches the toc name.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » My addon won't show up - need help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off