ALL THE THINGS

ALL THE THINGS

31M Downloads

Suggestion: Only Show Icons for Collected Status in Tooltips

David427 opened this issue ยท 5 comments

commented

Hey!

Great addon, it's replaced the other appearance collection addons for me because it gathers everything in one place. However, I do have a small issue with it: on some tooltips, the Collected/Not Collected indicators overlap with the item's name. I'd like an option to just show the icon.

image

commented

I'm wondering if it's related to the font you are using as it realigns things because I haven't seen anything like that. Do you know if you can get it to reproduce using base font wow uses?

commented

It also happens with the default font, but it does not occur with no other addons enabled. I can go through and try to see which one is causing a conflict.

commented

If that's something you want to do then let us know what you find out. That way we can see if it's something we can correct overall for those who do one to keep the option.

As for the "Collected / Not Collected" text currently we don't have an option. If you are wanting just the icons for now what you can do is open up the "/locales/enUS.lua" file and edit the following lines.

Line 118:
["COLLECTED"] = "|TInterface\\Addons\\AllTheThings\\assets\\known:0|t |cff15abffCollected|r"; -- Acquired the colors and icon from CanIMogIt.

change it to:

["COLLECTED"] = "|TInterface\\Addons\\AllTheThings\\assets\\known:0|t"; -- Acquired the colors and icon from CanIMogIt.

and

Line 120:
["NOT_COLLECTED"] = "|TInterface\\Addons\\AllTheThings\\assets\\unknown:0|t |cffff9333Not Collected|r"; -- Acquired the colors and icon from CanIMogIt.

change it to:

["NOT_COLLECTED"] = "|TInterface\\Addons\\AllTheThings\\assets\\unknown:0|t"; -- Acquired the colors and icon from CanIMogIt.

commented

It looks like Pawn is causing the issue! For some reason, it hadn't occurred to me that it was not intended behavior, lol. Thanks for the info on how to remove the text; I do prefer cleaner, icon-based options whenever I can use them.

Edit: It's also not affecting all tooltips, only the ones on the World Map/World Quests.

commented

Hm...that's a weird interaction because I have Pawn as well, but I know I disabled some things.

Just a heads up on those two edits is that anytime a release comes out it'll be something you need to change. As right now Crieve is busy and I'm not sure if he is wanting to include it as an option or not, but until then it's an easy edit to do locally.