Download
(4Kb)
Download
Updated: 12-12-12 04:53 PM
Pictures
File Info
Updated:12-12-12 04:53 PM
Created:unknown
Downloads:11,637
Favorites:89
MD5:

Damn Tooltip Icons  Popular! (More than 5000 hits)

Version: r2.3
by: Shadowed [More]

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.

TOC Update, still works fine.
Optional Files (0)


Post A Reply Comment Options
Unread 10-16-10, 02:18 PM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
in 4.0.1 live, icon appears only on click, not on hover any longer.
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 07:23 AM  
weavil
A Deviate Faerie Dragon

Forum posts: 14
File comments: 95
Uploads: 0
damn tekkub imo
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 06:25 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Quick addon, shows spell, achievement and item link icons for links in the chat
Another addon that changes how links are handled is different.
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 05:58 PM  
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 102
Uploads: 3
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
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 03:34 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
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.
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 03:51 AM  
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 102
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.
Report comment to moderator  
Reply With Quote
Unread 03-23-09, 09:56 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
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.
Report comment to moderator  
Reply With Quote
Unread 03-23-09, 09:36 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
What changed with r1158?
Report comment to moderator  
Reply With Quote
Unread 12-15-08, 01:46 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
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.
Report comment to moderator  
Reply With Quote
Unread 12-15-08, 01:39 AM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
Tested it and still cannot see the icon inside tooltip. Then removed all other addons and tested only DamnTekkub - still not showing :|
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 01:06 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Yup
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 01:02 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Still working?

Is this still working in Wrath? Just curious b4 I download
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 10:27 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
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.
Report comment to moderator  
Reply With Quote
Unread 11-03-08, 11:55 PM  
Paradoxum
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 4
File comments: 18
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..
Report comment to moderator  
Reply With Quote
Unread 07-02-08, 10:56 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Will look into it when I get a chance
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.