vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Wowhead Item tooltips for World of Warcraft (https://vborg.vbsupport.ru/showthread.php?t=163987)

sweede 01-21-2008 02:44 AM

Quote:

Originally Posted by Mother_Dee (Post 1425573)
My issue appears to be only when I'm trying to post a new thread with a WoWhead link (not using BBcode):

Code:

PHP Fatal error:  Call to undefined function print_log() in /forum/includes/functions_newpost.php(175) : eval()'d code on line 64
and I seem to have narrowed the issue down to the "Wowhead URL TO Item code" which takes its code from another hack that seems to conflict with other functions on occasion (Ajax chatboxes being one.) I'll look at it more after some much needed sleep.

(Edit: At this point just disabling that plugin portion seems to do the trick. I'd still rather find the conflict and resolve but at this point not having a whitepage when someone tries to post a WoWHead hyperlink will have to do. ^.^)


Fixed, use the 0.3.6a file.

mikeylikesitz 01-21-2008 06:19 PM

I am also having members get the IE aborted error with this plug in, one was trying to look at a specific thread that was not in the wow section that had the tool tips, the other was trying to view the forum main page. I have only installed the .36a version, im going to try and troubleshoot to see where things go wrong.

sweede 01-21-2008 06:29 PM

Quote:

Originally Posted by mikeylikesitz (Post 1426045)
I am also having members get the IE aborted error with this plug in, one was trying to look at a specific thread that was not in the wow section that had the tool tips, the other was trying to view the forum main page. I have only installed the .36a version, im going to try and troubleshoot to see where things go wrong.

http://www.wowhead.com/?forums&topic=7708&p=80943

I include the wowhead.js script at the end of the </head> tag.

try this,
In your Admin CP, go to Plugins & Products -> Plugin Manager -> find "Wowhead setup" and edit that.

The 2nd line

Code:

$vbulletin->templatecache["headinclude"] = $vbulletin->templatecache["headinclude"].$vbulletin->templatecache["wowhead_headerinclude"];
Change that too
Code:

$vbulletin->templatecache["headinclude"] = $vbulletin->templatecache["wowhead_headerinclude"].$vbulletin->templatecache["headinclude"];

mikeylikesitz 01-21-2008 09:18 PM

ok thank you. I will try it and see if the members report anything.

mikeylikesitz 01-21-2008 11:33 PM

ok i edited and had the same issue. I started to troubleshoot some and came a little further. As that posting you listed, the forum home doesnt have the "<base href=" in it yet the forums themseves do which causes the issue not to pop up on loading the forum page but it does pop up when someone goes into a forum to read a thread. Not sure how to move the code so that the js script is loaded before that line in the forums themselves.

nkodengar 01-22-2008 12:51 PM

Great mod, is it possible to change the colour of item links so common items will be readable on the default vB style?

sweede 01-22-2008 04:04 PM

Quote:

Originally Posted by mikeylikesitz (Post 1426269)
ok i edited and had the same issue. I started to troubleshoot some and came a little further. As that posting you listed, the forum home doesnt have the "<base href=" in it yet the forums themseves do which causes the issue not to pop up on loading the forum page but it does pop up when someone goes into a forum to read a thread. Not sure how to move the code so that the js script is loaded before that line in the forums themselves.

PM me a link to your forums so i can see where you're talking bout?

sweede 01-22-2008 04:06 PM

Quote:

Originally Posted by nkodengar (Post 1426619)
Great mod, is it possible to change the colour of item links so common items will be readable on the default vB style?


The style comes from wowhead.com , but you can override it by adding a CSS style after the javascript include. I'm upgrading my forums atm but when i am finished i'll poke around and add a way to override the default colors.

sweede 01-23-2008 04:54 PM

Quote:

Originally Posted by nkodengar (Post 1426619)
Great mod, is it possible to change the colour of item links so common items will be readable on the default vB style?

See attached Image

Caerydd 01-24-2008 11:38 AM

Just a quick notification that this version of item tooltips (I have also installed gItemstats in the past) works perfectly with vbadvanced.


All times are GMT. The time now is 01:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01578 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete