From 4563cff425a2f30f62de1de71f38f5c199f6d538 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 8 Sep 2010 04:38:32 +0000 Subject: [PATCH] - added a bit more user friendliness to the new configuration page. efforts to increase awareness about how to setup the mod and get help are ongoing --- IceCore.lua | 7 +++++++ IceHUD.lua | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/IceCore.lua b/IceCore.lua index f3dd97b..7216af4 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -316,6 +316,13 @@ end function IceCore.prototype:GetModuleOptions() local options = {} + options["aaaClickPlus"] = { + type = 'description', + fontSize = 'large', + name = 'Click the + next to Module Settings to see the available modules that you can tweak.\n\nAlso notice that some modules have a + next to them. This will open up additional settings such as text tweaks and icon tweaks on that module.', + order = 1 + } + for i = 1, table.getn(self.elements) do local modName = self.elements[i]:GetElementName() local opt = self.elements[i]:GetOptions() diff --git a/IceHUD.lua b/IceHUD.lua index 87566e4..dd42930 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -35,7 +35,10 @@ IceHUD.options = test = { type = 'description', fontSize = "medium", - name = [[1. How do I hide the default Blizzard player and target unit frames? + name = [[Thanks for using IceHUD! Below you will find answers to all of the most commonly-asked questions. Be sure to check the addon's page on curse.com and wowinterface.com as well for more discussion and updates! + + +1. How do I hide the default Blizzard player and target unit frames? Expand the "Module Settings" section, click "Player Health" or "Target Health," and check "Hide Blizzard Frame" 2. How do I turn off click-targeting and menus on the player bar?