Page 1 of 2
1
2
LastLast
  1. #1

    Any way to use db-mmo for tooltips on my site?

    Hi,
    wondering if there's a javascript or equivalent I could use, so that tooltips from MMO's DB could be used on my site. This is particularly useful for PTR items on non-live bosses, thanks to the graphic screenshots available in the db.
    - Gravity
    (pwnwear.com)
    pwnwear.com on tanking and leadership.

  2. #2

    Re: Any way to use db-mmo for tooltips on my site?

    Thanks Chronalis, but I specifically wanted db-mmo data, basically in the same way it is on mmo's site (tooltips work) I'd like on my site.

    wowhead is pretty easy to implement, aye.
    pwnwear.com on tanking and leadership.

  3. #3

    Re: Any way to use db-mmo for tooltips on my site?

    Our legendary site admin has done it.

    Code:
    <script type="text/javascript" src="http://db.mmo-champion.com/static/js....js"></script>
    pwnwear.com on tanking and leadership.

  4. #4

    Re: Any way to use db-mmo for tooltips on my site?

    Quote Originally Posted by GravityDK
    Our legendary site admin has done it.

    Code:
    <script type="text/javascript" src="http://db.mmo-champion.com/static/js....js"></script>
    Is there a FAQ for how to link to mmo-champion by chance? Or does it work like wowhead linking?

  5. #5
    Deleted

    Re: Any way to use db-mmo for tooltips on my site?

    Quote Originally Posted by llcccoo
    Is there a FAQ for how to link to mmo-champion by chance? Or does it work like wowhead linking?
    I'll post some details when I get some time. Meanwhile, just add the script like this anywhere on the page (in the <head> if you can):

    Code:
    <script type="text/javascript" src="http://db.mmo-champion.com/tt.js"></script>
    The JS automatically parses every link on the page.


  6. #6

    Re: Any way to use db-mmo for tooltips on my site?

    Hi,

    I've tried to use your tooltip but it doesn't seem to work.

    Is there something wrong in this little peace of code ?

    Code:
    <html>
    	<head>
    		<script type="text/javascript" src="http://db.mmo-champion.com/tt.js"></script>
    	</head>
    	<body>
    		<a href="http://db.mmo-champion.com/i/47545" target="_blank" class="item4">Vereesa's Dexterity</a>
    	</body>
    </html>

  7. #7

    Re: Any way to use db-mmo for tooltips on my site?

    Hello,

    I am having a problem with the MMO tooltips conflicting with the existing tooltip script on my site. The hosting site I have uses this jQuery script for tooltips - it uses the "tooltip" to trigger adding tooltips class and the "tooltip" ID for the popup.

    MMO tooltips also uses the "tooltip" class and "tooltip" ID. So would you possibly consider making your tooltip class and IDs more specific?

    I guess I could just modify your tooltip code, but then none of the other users of the hosting site would benefit from your script updates.

  8. #8
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    Quote Originally Posted by Adys View Post
    I'll post some details when I get some time. Meanwhile, just add the script like this anywhere on the page (in the <head> if you can):

    Code:
    <script type="text/javascript" src="http://db.mmo-champion.com/tt.js"></script>
    The JS automatically parses every link on the page.
    Hello all. I have this working on my vBulletin site. I will make a new post with the info but first I need a 21x20 icon to use in the BBCODE icons area. I fail at photo shop so maybe a pro can give me a hand?

  9. #9
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    I am having issues with making this work on my CMS page. I'm running vBulletin 4.1. I can't find the correct CMS Template to make the mmo database items work correctly. Any help would be great :-)

  10. #10
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    I have released this as a Hack for vBulletin that can be found here -> http://www.vbulletin.org/forum/showthread.php?t=256765

  11. #11
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    Quote Originally Posted by Crazyace View Post
    Code:
    <script type="text/javascript" src="http://db.mmo-champion.com/tt.js"></script>
    I noticed that this java code is no longer working. Has it changed?

  12. #12
    This has been escalated to people who know more than I do about this stuff.

  13. #13
    Deleted
    Crazyace, this is the code we are using on MMO-Champion and it looks like to be working. I just tested it on my own blog and it is working alright.

    Maybe it is a more subtle bug, can you give a URL so that I can check?

    Thanks

  14. #14
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    Quote Originally Posted by grabu View Post
    Crazyace, this is the code we are using on MMO-Champion and it looks like to be working. I just tested it on my own blog and it is working alright.

    Maybe it is a more subtle bug, can you give a URL so that I can check?

    Thanks
    Here is a link to a post on my CMS -> http://www.potentguild.com/forum/con...Database-Items

    Here is how I have it installed.

    I added the code to my headinclude and it was working very well for a while, and just seemed to have stopped

  15. #15
    Miss Doctor Lady Bear Sunshine's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    San Francisco
    Posts
    15,651
    The tooltip on that page looks fine to me; what browser are you using?

  16. #16
    Deleted
    Working perfectly fine for me on Firefox 3.6.13.

  17. #17
    Scarab Lord bahumut5's Avatar
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    The Netherlands
    Posts
    4,909
    Make sure that if you are using Add-ons for your browser, that you have "NoScript" or anything of the kind disabled while viewing that site.
    Edit: Firefox 3.6.13. here and working perfectly.
    Dawwwwwww

  18. #18
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    Quote Originally Posted by Sunshine View Post
    The tooltip on that page looks fine to me; what browser are you using?
    Everyone thanks for you replies and helping out with this.

    Ok I see now, the "tool tip" part is working but the links are no longer auto parsed to the item name + color. I tried using IE 8 also, and the tool tip works but the link didn't parse to the item name and color...

    Still working on this to make sure its not a bug with the theme.

  19. #19
    Blademaster
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    Nashville, TN
    Posts
    31
    Ok fixed the issue when linking now, you can't have a "/" at the end of the link of the item you're linking to.

  20. #20
    I've got tooltips working on my site... but I have one complaint. When using the Wowhead tooltips... you also get a small graphical icon of the specific item or npc you're linking to. With MMO-Champion, all I get is the specific tooltip info... no image. Is there a way to add this? We're making a few guides for guildies, some of which are new to WoW. It would be a huge help if they could see what the icon looks like as well as getting the description.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •