Thread Tools Display Modes
05-28-10, 11:35 AM   #1
Valandris
A Fallenroot Satyr
 
Valandris's Avatar
Join Date: Mar 2010
Posts: 22
Conflicting addons in my UI, don't know how to fix.

http://www.wowinterface.com/forums/s...postcount=2313

Look at the picture of my UI with the character window open. I have 3 addons in it: Chill Effect, Tabby, and Gearscore. By default, gearscore displays at the bottom left corner of the 3D display of your toon. Since Chill Effect tosses that out for a display of ALL stats, it moves the gearscore display to the bottom left corner of the window. When I implemented Tabby (to change the worded bottom tabs with the image side tabs), somehow my gearscore got pushed off the window and halfway off my screen.

Then, look above my minimap, above the bag and menu bars. I have minimap button frame there. For some odd reason, some of the buttons are jumbled in the frame.

I don't know how to fix this and I was wondering if anyone had any ideas.
__________________
Speak out! Ask for Stargate Atlantis to be brought back!
http://www.petitionspot.com/petitions/SaveSGA/
  Reply With Quote
05-28-10, 01:02 PM   #2
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
I'm not sure how much Tabby screws with it - but you might take a look at replacing Chill Effect with CharSheet+. CS+ gives you 4 dropdowns on the character sheet, moves the resistances to horizontal across the top, and redefines the window such that the GS text stays "above" the dropdowns.
__________________
-- Taryble
  Reply With Quote
05-29-10, 08:36 AM   #3
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
You could open up Chill effect Character/Core.lua and find

Code:
GearScore2:ClearAllPoints()
GearScore2:SetPoint("BOTTOM", CharacterFrameTab1, "TOP", 0, 6)
PersonalGearScore:ClearAllPoints()
PersonalGearScore:SetPoint("BOTTOMLEFT", GearScore2, "TOPLEFT", 0, 0)
and change it to

Code:
PersonalGearScore:ClearAllPoints()
PersonalGearScore:SetPoint("TOPLEFT", CharacterWristSlot, "BOTTOMLEFT", 10, -7)
GearScore2:ClearAllPoints()
GearScore2:SetPoint("TOPLEFT", PersonalGearScore, "BOTTOMLEFT", 0, 0)
...but thanks for suggesting my addon CharSheet+
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 05-29-10 at 08:38 AM. Reason: Whoops, anchor itself ahah
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Conflicting addons in my UI, don't know how to fix.

Thread Tools
Display Modes

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