babyjai wrote:
please take a look there, i have your code on the page and its not coloring the links
That page seems to first load normally without the links, then the tooltips script looks for links to get data on, and then something on your site is adding in those links after our script is already done checking the page for links. If you can modify the JavaScript on your site making it call
zamTooltip.preload() after the links are added will make the script retrieve data for those links and modify them appropriately.
babyjai wrote:
you ever think about adding who it DROPS from in the tt?
It's been considered, but there are some problems with that. The main issue is that many items have many drop sources, which cannot be reasonably shown in a tooltip. Another is that it would take a slight amount more time to load tooltips if it also has to look up information on related NPCs, and with many links on a single page that time can really add up. It's something we are still considering though, since it's been asked for before.
babyjai wrote:
im having an issue
how come some items using the format http://rift.zam.com/wiki/rift_Item: DO NOT work, take a look here
http://guildparanormal.com/para/listitems.php?s=&p=history and you will see what i mean
I identified and fixed a problem where name lookups sometimes didn't work because of the case differing. It looks like there are still a few items not loading there though. Two seem to not be in our data, but the Nightmare Soulderguards clearly are but still aren't loading. I'll see what I can do about fixing that.