Thread: AllaClone 2.0
View Single Post
  #57  
Old 03-29-2012, 02:01 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I also added tooltips for spells tonight as well with the new dynamic loading system. You can see them at the same link to my forums that I posted above.

It is much easier to deal with tooltips this way.

Hopefully, it won't be long before we can get the SVN updated with a new revision. I think we are waiting until our new tool is more functional before doing so, though. There is still a ways to go on that, but these new tooltips should help a bit.

There are still a few issues to work out like how they can load off of the screen partially at first, but I think we can resolve that. I also need to find a better way to have it load the css file for the tooltips other than having a hard coded url in the script.

Also, for anyone that wants to use the new tooltips on their forums or other parts of their website, it does require a bit of extra setup. Basically, you have to add 1 script link at the bottom of whatever page you want to use them in. Here is a page that explains how to setup the ZAM version, which is almost identical steps to how ours is set up:

http://www.zam.com/wiki/tooltips

The only difference is that the file name and url for the script will be something more like this:

HTML Code:
<script type="text/javascript" src="http://http://69.168.254.243/AllaClone/jquery/eqemutooltip.js"></script>
Hah, I guess those html tags on the forums have terrible colors, so here it is in code tags:
Code:
<script type="text/javascript" src="http://http://69.168.254.243/AllaClone/jquery/eqemutooltip.js"></script>
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote