Thread: wowdb tooltips

  1. #1
    Deleted

    wowdb tooltips

    After a hour or two of tinkering i cant seem to fathom why the wowdb script

    wont work for my guild website warped-eu . com

    any insight or suggestions would be greatly appreciated.

    Thanks

    -Coz

  2. #2
    Pandaren Monk schippie's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Netherlands - EU
    Posts
    1,957
    I cant find the script anywhere in the header of the page nor in the footer.

    Where exactly are you placing this?


    Nevermind found it below the navbar.
    Move it into the

    Code:
    <head>
    </head>
    For example add it below:

    Code:
    <script src="./styles/prosilver/template/forum_fn.js"></script>
    Apparently for PHPbb go to:

    Open: styles > (YOUR STYLE) > template > overall_header.html
    Last edited by schippie; 2012-10-12 at 01:24 AM.

  3. #3
    You will also need to move this before the wowdb javascript.

    Code:
    script src="./styles/art_black/template/jquery-1.7.1.min.js">
    

  4. #4
    Pandaren Monk schippie's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Netherlands - EU
    Posts
    1,957
    Quote Originally Posted by chaud View Post
    You will also need to move this before the wowdb javascript.

    Code:
    script src="./styles/art_black/template/jquery-1.7.1.min.js"></script
    What is actually the reason wowdbs tooltips are jquery dependand?
    Also it would be a good idea to add that information to:

    http://www.mmo-champion.com/threads/...o-Your-Website

    That thread so people know this, before the run into problems.

    Off topic:

    Any plans to provide a solid xml feed option or something similar? for more then just items like wowhead does (or not at all like the armory :/)

  5. #5
    We are providing an API to some people now for testing, eventually will open it up to everyone.

    The are written to need jquery for now, eventually the goal is to avoid needing that, just a matter of dev time.

  6. #6
    Pandaren Monk schippie's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Netherlands - EU
    Posts
    1,957
    Quote Originally Posted by chaud View Post
    We are providing an API to some people now for testing, eventually will open it up to everyone.
    Im going to presume this is quite a while away though i am really looking forwards to something like this. Hoping its a massive step forwards from the wowhead.com variant.
    Or the armory variant for that matter.

    Things like support by ID, Name and for multiple things like achievements spells items etc would be really nice

    Ah well hoping to see more information regarding this.

  7. #7
    Deleted
    Thanks for all the help guys!

    Managed to figure out where the jquery was being loaded and it was in a odd spot (scripts_footer.html)

    thanks for pointing out it was being loaded after the wowdb script, didnt think to check that!

    -Coz

    p.s Great work on the tooltips btw mmo-champ!

Posting Permissions

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