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)
-   -   BB Code Enhancements - WoW Character Stats *** BBcode (https://vborg.vbsupport.ru/showthread.php?t=160418)

Deepdog009 10-16-2007 10:00 PM

WoW Character Stats *** BBcode
 
WoW Character BBcode
*******************

What does it do U ask?
******************

Its a minor add-on 2 show tooltip of WoW folks stats in showthreads and CMPS areas...
************************************************** *******************
Shows
  • Level
  • Heatlh
  • Mana
  • Stamina
  • Intellect
  • Spirit
  • Melee
  • Damage
  • Casting
  • Spell and others

Easy 2 install: 5mins
Install info in Zip

All credit goes 2 Killer Monkeys Brasil :up:

Enjoy the forums :)

FreshFroot 10-17-2007 03:05 AM

looks kinda cool, will give it a try :D

ninjamaster 10-17-2007 09:01 AM

thx i will have a look later nice work

wstahlhut 10-17-2007 11:06 AM

If the server has an apostrophe in it like Blade's Edge it does not work. Anyone have a suggestions?

EDIT: If I use Blade%27s+Edge it will work, but the post does not look pretty...

wstahlhut 10-17-2007 01:40 PM

while digging around in the files and code, I found out with just a few quick edits you can get armory item stats also. Below is the BBCode needed to make it happen

Code:

<a href="http://www.wowarmory.com/search.xml?searchQuery={param}&searchType=items" target="new" onmouseover='ajax_showTooltip("wow3/wow/phparmory/item.php?v={param}",this);return false' onmouseout='ajax_hideTooltip()'><strong><img src='wow3/wow/phparmory/wow.png' border='0'>[{param}]</strong></a>

bada_bing 10-18-2007 02:26 PM

Not yet sure what this is for? Do you need to have another hack to use this, exactly?

Quickness 10-18-2007 10:31 PM

If you use this in IE, it puts scroll bars on the window and doesn't display all the information.

Doesn't let you scroll either. Works fine in Firefox though.

ssslippy 10-18-2007 10:32 PM

In IE 7.0 this gives scroll bars on the popup. After modifying the CSS code. This fixes the IE issues. I also set my width to 340 to make everything easier to read.

HTML Code:

overflow:auto;        /* Hide overflow content */
should be changed to

HTML Code:

overflow:hidden;        /* Hide overflow content */

Quickness 10-19-2007 12:29 AM

Quote:

Originally Posted by ssslippy (Post 1363397)
In IE 7.0 this gives scroll bars on the popup. After modifying the CSS code. This fixes the IE issues. I also set my width to 340 to make everything easier to read.

HTML Code:

overflow:auto;        /* Hide overflow content */
should be changed to

HTML Code:

overflow:hidden;        /* Hide overflow content */

If I change it to hidden, it breaks it on both IE and Firefox. It removes the scroll bars, but then it causes issues with size and images.

Luxus 10-25-2007 05:06 AM

please add support for european armory like killer monkeys have added it ;D


All times are GMT. The time now is 08:27 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.01052 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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