Download
(3Kb)
Download
Updated: 12-31-08 12:46 PM
Pictures
File Info
Updated:12-31-08 12:46 PM
Created:unknown
Downloads:13,303
Favorites:137
MD5:

ManyItemTooltips  Popular! (More than 5000 hits)

Version: 3.0.4
by: Freki [More]

What does it do?
Simply put, ManyItemTooltips allows you to open an unlimited number of item tooltips (as well as profession, spell, quest, talent, and achievement tooltips). There is no configuration, just install and you're good to go!

What's new in version 3?
Not much, but it was rewritten for WoTLK. Updates include the following:

  • Support for WoTLK
  • Cleaned up code, improved efficiency where I could
  • Support for LibTipHooker and mods that support MultiTips (limited up to 5 tooltips)
  • Support for achievement, quest, talent, and spell tooltips
  • Updated support for StatStain

Why doesn't X mod work with ManyItemTooltips created tooltips?
Most mods that affect item tooltips were created with the idea that there would only be one item tooltip. Because of this, it's hard to add support for them. Additionally, support has to be added manually, so if ManyItemTooltips isn't working with one of your mods, let me know and I'll check it out. However, I can't guarantee that I will be able to add support.

How can I add support for ManyItemTooltips to my mod?
Thanks for the interest! You can open ManyItemTooltips.lua and information about adding support is at the bottom of the code.

Version 3.0.4
-------------
- Tiny bug fix for addons trying to hook tooltip OnShow

Version 3.0.3
-------------
- Support for WIM (Warcraft Instant Messager); the change to do this may also affect (in a good way) other mods' compatibility.
- Support for Mendeleev added
- Support for CowTip added
- Support for TooltipItemIcon fixed (be sure to have the most up-to-date version of TooltipItemIcon)
- Fixed Ctrl-click bug

Version 3.0.2
-------------
- Updated support for TooltipItemIcon and Valuation

Version 3.0.1
-------------
- Added proper backwards compatibility for hooking
- Increased efficiency on initial load
- [Bugfix] Fixed MultiTips standardization
- [Bugfix] Fixed MIT:GetLinkString error

Version 3.0
-----------
- Support for WoTLK
- Cleaned up code, improved efficiency where I could
- Support for LibTipHooker and mods that support MultiTips (limited up to 5)
- Support for achievement, quest, talent, and spell tooltips
- Updated support for StatStain

Version 2.2.2
-------------
!! No need to update unless you use Auctioneer.
- Fixed a bug with auctioneer that caused the auctioneer tooltips to stay shown even after an item tooltip was closed.

Version 2.2.1
-------------
!! This is purely a compatibility patch. If you use neither StatStain or SpamSentry, there is probably no need to download the update.
- Added compatibility for the StatStain addon.
- Fixed an issue that prevented SpamSentry (and perhaps other mods) from working correctly with ManyItemTooltips.

Version 2.2
-----------
- Profession tooltips are now fully supported.
- This also fixes the bug that caused an error message to occur when you clicked an item link while a profession tooltip was open.

Version 2.1.1
---------------
- Fixed a bug that prevented you from shift-clicking names in chat
- Added compatibility for the Valuation addon

Version 2.1
-------------
Added support to allow other AddOn's to hook onto the additional tooltips created by ManyItemTooltips. See the bottom of ManyItemTooltips.lua if you are interested in seeing how to go about doing this. I've built in support for two great addons, IDCard and TooltipItemIcon, which both do the same thing: adds the item's icon next to the tooltip frame. IDCard is available for download here on WoWInterface.

If there are any other mods that you would like to see compatible with the extra tooltips of ManyItemTooltips (not all are able to), ask the author if he/she would be willing to hook into it or I can see if I can add support for it. (Note: As far as I'm aware, Auctioneer is not an addon that is able to work for the additional tooltips)

Also, a small bug was fixed so you can now shift-click or ctrl-click links without open tooltips being closed first.


Version 2.0
-------------
(This is the first version I've uploaded to WoW Interface, so ignore the whole "new version" mention )

Rewrote the mod from scratch. Not that it necessarily needed it as it worked fine as it was. I guess I was just bored and decided it could use some changes. These are the changes that were made:

- Tooltips are created on the fly instead of having 10 created when the game loads. This means that you can now open an unlimited number of tooltips (not that you should need more than 10 anyways).

- Auctioneer support!... and any other mod that attaches onto item tooltips for that matter. I changed how the mod works so it'll use the game's default tooltip as long as you only have one tooltip open. This means that anything that's attached to the default tooltip should still show up when you use this mod. I haven't tested this, so any feedback would be great. Note that only one tooltip will be able to work like the default UI, the others won't have the attached extra stuff.

- Small fix: items that had the same name but weren't necessarily the same (for example, insignia of the horde), won't close a tooltip that's already open.
Optional Files (0)


Post A Reply Comment Options
Unread 11-10-08, 07:26 AM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Okay got the DL working and it seems to be working great, thank you!

Noticed a few small bugs but again I'm not sure if it's more CowTip related or ManyItemTooltips.

http://www.veevsvault.com/veev/WoWSc...008_081220.jpg

If you notice the netherweave bandage and onslaught wristguards tooltips, the text tends to run out beyond the tooltip border. It seems like this can usually be fixed by closing it and reopening it, so may have something to do with that first initial tooltip being created, not sure. Not a big deal just wanted to point it out.

Only other problem I'm having is my tooltips being caused to snap into place to the edge of the screen, but I'm pretty sure that's a CowTip bug, if only the author of that was as responsive as you! :P
Report comment to moderator  
Reply With Quote
Unread 11-10-08, 02:35 AM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Originally posted by Freki
Hi again, I looked into this and it doesn't seem like the other author took addons like mine into consideration; which is understandable. I was able to come up with a solution (hopefully)... it's not elegant, but it should work. Please test it out for me and see if it solves the problem:

http://home.fuse.net/andrewd/ManyItemTooltips.zip
Link does not seem to be working at the moment, keep getting a network timeout. Will try again later.

And thanks again for your help, it's very generous of you to continue providing support for your mod even when you're no longer playing.
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 03:51 PM  
Freki
A Deviate Faerie Dragon
 
Freki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 94
Uploads: 6
Originally posted by Veev
Working great w/ the icons now, thanks! Only thing is when using CowTip (modifies the scale size/font of a tooltip), it'll only affect the first tooltip and not any of the additional ones. Is this something fixable on your end or would I need to take it up w/ the CowTip author?
Hi again, I looked into this and it doesn't seem like the other author took addons like mine into consideration; which is understandable. I was able to come up with a solution (hopefully)... it's not elegant, but it should work. Please test it out for me and see if it solves the problem:

http://home.fuse.net/andrewd/ManyItemTooltips.zip
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 02:19 AM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Working great w/ the icons now, thanks! Only thing is when using CowTip (modifies the scale size/font of a tooltip), it'll only affect the first tooltip and not any of the additional ones. Is this something fixable on your end or would I need to take it up w/ the CowTip author?
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 01:16 AM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Originally posted by Freki
Thanks for bringing this to my attention. It was indeed on my end: I forgot to properly update support for TooltipItemIcon (and Valuation) when going from MIT2 to MIT3 (copy/paste failure ). A new version has been uploaded that should work (my subscription has expired so I can't test, but I'm assuming it should be fine; please let me know if I'm wrong!).
Great, thanks so much! And thanks for the quick response.
Report comment to moderator  
Reply With Quote
Unread 11-08-08, 03:30 PM  
Freki
A Deviate Faerie Dragon
 
Freki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 94
Uploads: 6
Originally posted by Veev
I am getting this error in the 3.0 patch:

http://www.veevsvault.com/veev/manytooltip.jpg

Any ideas? I am using it along with TooltipItemIcon and CowTip, and the TooltipItemIcon is only working for my first tool tip, but I'm not sure if it's due to ManyItemTooltips or not.
Thanks for bringing this to my attention. It was indeed on my end: I forgot to properly update support for TooltipItemIcon (and Valuation) when going from MIT2 to MIT3 (copy/paste failure ). A new version has been uploaded that should work (my subscription has expired so I can't test, but I'm assuming it should be fine; please let me know if I'm wrong!).
Report comment to moderator  
Reply With Quote
Unread 11-06-08, 11:45 PM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
I am getting this error in the 3.0 patch:

http://www.veevsvault.com/veev/manytooltip.jpg

Any ideas? I am using it along with TooltipItemIcon and CowTip, and the TooltipItemIcon is only working for my first tool tip, but I'm not sure if it's due to ManyItemTooltips or not.
Report comment to moderator  
Reply With Quote
Unread 02-02-08, 12:55 PM  
Freki
A Deviate Faerie Dragon
 
Freki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 94
Uploads: 6
@Yelina & Omicron:
Thanks for reporting this. I'm looking into it now and I think I may know the problem. I'll release an update ASAP.
Report comment to moderator  
Reply With Quote
Unread 02-02-08, 02:59 AM  
Yelina
An Aku'mai Servant

Forum posts: 37
File comments: 51
Uploads: 0
Originally posted by omicron
first, great addon
second, could it be that the new version hooks frame in a different way?
because, the autcioneer add frame doesnt disappear when i close the item.
maybe its a bug of auctioneer ...
I have the same problem. Auctioneer has had several updates last few days so maybe it has something to do with that indeed
Report comment to moderator  
Reply With Quote
Unread 02-01-08, 06:06 PM  
omicron
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 47
Uploads: 1
first, great addon
second, could it be that the new version hooks frame in a different way?
because, the autcioneer add frame doesnt disappear when i close the item.
maybe its a bug of auctioneer ...
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 05:31 PM  
Freki
A Deviate Faerie Dragon
 
Freki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 94
Uploads: 6
Re: A Bug.

@Polarina:
Hi, thanks for the reports. I don't really use the profession tooltips blizzard has put in the game, so I haven't run into these problems until you now mentioned them. I'll look into solving this problem as soon as possible.
Report comment to moderator  
Reply With Quote
Unread 01-13-08, 10:05 AM  
Polarina
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 12
Uploads: 2
A Bug.

Hello. I have discovered a few bugs in your addon.
  1. If you click on a item link and afterward you click on a profession link such as [Leatherworking: Knothide Armor Kit], the open tooltip is replaced with that one instead of opening a new one.
  2. If you click on a profession link and afterwards click on another profession link, the tooltip is replaced with that one instead of opening a new one.
  3. If you click on a profession link and afterwards click on a item link, the addon invokes a Lua error:
    Code:
    Interface\AddOns\ManyItemTooltips\ManyItemTooltips.lua:123: bad argument #1 to 'find' (string expected, got nil)
Report comment to moderator  
Reply With Quote
Unread 01-12-08, 05:53 AM  
Polarina
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 12
Uploads: 2
Could you add support for Valuation?
Report comment to moderator  
Reply With Quote
Unread 01-01-08, 02:17 PM  
Freki
A Deviate Faerie Dragon
 
Freki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 94
Uploads: 6
@ Avazza:
Unfortunately most of the time there's no way around that. Most mods that attach extra stuff to the item tooltips only have one frame of information to work with because they don't expect users to have more than one item tooltip. There's a few mods that don't work like this, one being TooltipItemIcon over at curse, which create frames as they're needed (meaning they could create a frame for each MIT window open). I'm going to release a new version soon which should allow more compatibility with mods that work like this.

@KayossZero:
Thanks for the compliment
Last edited by Freki : 01-01-08 at 02:20 PM.
Report comment to moderator  
Reply With Quote
Unread 01-01-08, 11:50 AM  
KayossZero
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Great mod, thanks for the update!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.