Category: ToolTip
Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r20091221
Date:
12-22-2009 02:56 AM
Size:
1.95 Kb
Downloads:
7,376
Favorites:
84
MD5:
Pictures
Click to enlarge
Click to enlarge
Click to enlarge
Damn Tooltip Icons   Popular! (More than 5000 hits)
Quick addon, shows spell, achievement and item link icons for links in the chat. No other description needed really, no configuration just install it and you are good.

Make sure you delete DamnTekkub/ the addon was renamed so the old one can be deleted.
  Change Log - Damn Tooltip Icons
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon Dec 21 23:46:05 2009 -0800
Added support for achievement and spell links
TOC update 30300

Date: Fri Apr 10 04:55:09 2009 +0000
* Fixed, should be item: not Hitem: match
* TOC bump

Date: Mon Mar 23 22:06:32 2009 +0000
* Fixed tooltip clipping with the close button
* Updated TOC since I haven't in about two years

Date: Sat Nov 10 22:11:49 2007 +0000
* Updated all TOC information to 20300, added revision info to the version field, also the author field is now consistent instead of using 5 different character names

Date: Tue Sep 25 20:57:47 2007 +0000
* Toc updated to 20200

Date: Sat Jun 23 23:39:19 2007 +0000
Fixed icons showing if you click something with an icon then no icon, also fixed positioning not being reset
Fixed icon resizing, should change the tooltip width if needed
Changed positioning of the icon and the item text should look better

Date: Thu Jun 21 21:44:01 2007 +0000
Initial commit, adds item icons inside the tooltip
  Optional Files - Damn Tooltip Icons
Sorry, there are currently no optional files available.
  Archived Versions - Damn Tooltip Icons
File Name
Version
Size
Author
Date
r1229
2kB
Shadowed
04-10-2009 12:55 AM
r1158
1kB
Shadowed
03-23-2009 06:08 PM
r70
1kB
Shadowed
06-24-2007 05:58 PM
  Comments - Damn Tooltip Icons
Post A Reply Comment Options
Old 12-23-2009, 08:23 AM  
weavil
A Defias Bandit

Forum posts: 2
File comments: 17
Uploads: 0
damn tekkub imo
weavil is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-22-2009, 07:25 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
Quote:
Quick addon, shows spell, achievement and item link icons for links in the chat
Another addon that changes how links are handled is different.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-22-2009, 06:58 PM  
Mikari
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 83
Uploads: 3
Quote:
Originally posted by Shadowed
That wouldn't surprise me, sometime I'll just make this work on all tooltips but don't feel like dealing with tooltip mods right now.
The mod I'm using is using GameTooltip though so shouldn't your mod be adding the icons to it?

The code I'm using is

Code:
local linktypes = {
	unit = true,
	item = true,
	spell = true,
	glyph = true,
	quest = true,
	talent = true,
	enchant = true,
	achievement = true
}

local function OnHyperlinkEnter(frame, link, ...)
	local linktype = link:match("^([^:]+)")
	if linktype and linktypes[linktype] then
		GameTooltip:SetOwner(frame, "ANCHOR_TOPLEFT")
		GameTooltip:SetHyperlink(link)
		GameTooltip:Show()
	end

end

local function OnHyperlinkLeave(frame, ...)
	GameTooltip:Hide()
end

for i=1, NUM_CHAT_WINDOWS do
	local frame = _G["ChatFrame"..i]
	frame:SetScript("OnHyperlinkEnter", OnHyperlinkEnter)
	frame:SetScript("OnHyperlinkLeave", OnHyperlinkLeave)
end
Mikari is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-22-2009, 04:34 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
That wouldn't surprise me, sometime I'll just make this work on all tooltips but don't feel like dealing with tooltip mods right now.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-22-2009, 04:51 AM  
Mikari
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 83
Uploads: 3
Is this addon not compatible with addons that show chat tooltips on mouseover? Because it doesn't show tooltips when using a mod that does that e.g the hovertips part of tekkcompare.
Mikari is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-23-2009, 11:56 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
Pretty much just a fix for the item name clipping with the "X" button, also a TOC update since it wasn't updated in 2 years I'm sure some people would consider it to not work.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-23-2009, 11:36 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 210
Uploads: 0
What changed with r1158?
Hevanus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 02:46 AM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
It's just for item links, not inventory, general mousing over, etc. Basically if you can see the icon already, chances are it won't add anything.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 02:39 AM  
CyberOto
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 45
Uploads: 2
Tested it and still cannot see the icon inside tooltip. Then removed all other addons and tested only DamnTekkub - still not showing :|
CyberOto is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-14-2008, 02:06 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
Yup
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-14-2008, 02:02 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 25
File comments: 624
Uploads: 2
Still working?

Is this still working in Wrath? Just curious b4 I download
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2008, 11:27 AM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
There isn't, theres other mods that put the icon outside of the frame at a larger size, but increasing the size in the tooltip would look odd.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2008, 12:55 AM  
Paradoxum
A Murloc Raider

Forum posts: 4
File comments: 34
Uploads: 1
Is there any way to change the size of the icon? I don't know what addon it was that I had, but about a year ago I had tooltip icons just like this except they were the same size as item icons in my bags / equipment window etc and I loved how it looked, never been able to find that addon again..
Paradoxum is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-02-2008, 12:56 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 52
File comments: 2102
Uploads: 96
Will look into it when I get a chance
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-29-2008, 09:40 AM  
Zidomo
A Cyclonian
 
Zidomo's Avatar

Forum posts: 41
File comments: 651
Uploads: 0
Funnily enough, DamnTekkub doesn't work properly with tekKompare .

The default behavior of tekKompare is to show tooltips on hover mouseover of chat links or item icons. But when these tooltips appear via its hovertips, DamnTekkub does not show icons in them.

Disable tekKompare and DamnTekkub again shows icons in chat link tooltips when you click on them. Which is the only place it shows the icons; it doesn't show them in direct item tooltips.

Last edited by Zidomo : 06-29-2008 at 05:54 PM.
Zidomo is offline Report comment to moderator   Edit/Delete Message 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.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.