vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - WoW Character BBCode (https://vborg.vbsupport.ru/showthread.php?t=169389)

sweede 04-26-2008 09:10 PM

There is another issue i noticed, but i will not have time to fix it until the morning.

quarum 04-26-2008 09:11 PM

Quote:

Originally Posted by sweede (Post 1500095)
It appears that vba CMPS rewrites urls in things like <javascript> tags so that it finds them in the correct location. I wasnt aware that it did that.

Edit the WoWChar_headerinclude template and replace the first 3 lines of the template with the following

HTML Code:

<script type="text/javascript" src="clientscript/wowbbcode_js/ajax-dynamic-content.js" defer="DEFER"></script>
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax.js" defer="DEFER"></script>
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax-tooltip.js" defer="DEFER"></script>


That brought it back - however the links on all the images are still broken. The box opens up - grabs the info - but none of the images are working.

sweede 04-26-2008 10:05 PM

Quote:

Originally Posted by quarum (Post 1500118)
That brought it back - however the links on all the images are still broken. The box opens up - grabs the info - but none of the images are working.

that's my other issue

quarum 04-26-2008 10:12 PM

Quote:

Originally Posted by sweede (Post 1500149)
that's my other issue


I am patient - lol - I can wait. :)

Enjoy your weekend!

Forage 04-27-2008 12:43 AM

How hard is it to add extra melee stats to the tooltip? I added melee haste and melee hit for my Paladin but they are not using any CSS or anything else so they are just white text from the code no formatting. I would like to be able to add different stats if at all possible.

sweede 04-27-2008 04:29 AM

configuring what stats to display is a pain atm. I have thought of several different options but none I like.

it is a definite on my to-do list

Forage 04-27-2008 01:35 PM

Fair enough, Have you released your raid Progression module on any forums other then your own if so do you have a link of where a package or at least some instructions are available?

sweede 04-27-2008 10:16 PM

Quote:

Originally Posted by quarum (Post 1500154)
I am patient - lol - I can wait. :)

Enjoy your weekend!

Edit functions_wowcharcode.php

find

Code:

$localpath = "armory/";
replace that line with the following.

Code:

global $vbulletin;
$localpath = $vbulletin->options['wowchar_forum_root']."armory/";

be absolutly sure that you have a leading and trailing slash ( /path/ ) in your wowchar code option setting

Ulkesh 05-12-2008 12:30 AM

so far so good... works a charm! *crosses fingers* ;) Thanks!

Blaine0002 05-12-2008 09:19 PM

find
$wowchar_code .= " onmouseover='ajax_showTooltip(\"".$vbulletin->options['bburl']."/ajax.php?do=wowcharcode&server={xserver}&char={cha rname}\",this);";
in the WoW Char Code Postbit plugin

replace with
$wowchar_code .= " onmouseover='ajax_showTooltip(\"".$vbulletin->options['bburl']."/clientscript/wowbbcode_js/ajax.php?do=wowcharcode&server={xserver}&char={cha rname}\",this);";


All times are GMT. The time now is 06:22 AM.

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.01229 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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