The Arcive of vBulletin Modifications Site. |
|
WoW Character Stats *** BBcode Details »»
|
|||||||||||||||||||||||||
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
Easy 2 install: 5mins Install info in Zip All credit goes 2 Killer Monkeys Brasil :up: Enjoy the forums ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
looks kinda cool, will give it a try
|
|
#3
|
||||
|
||||
|
thx i will have a look later nice work
|
|
#4
|
||||
|
||||
|
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... |
|
#5
|
||||
|
||||
|
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>
|
|
#6
|
||||
|
||||
|
Not yet sure what this is for? Do you need to have another hack to use this, exactly?
|
|
#7
|
|||
|
|||
|
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. |
|
#8
|
|||
|
|||
|
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 */ HTML Code:
overflow:hidden; /* Hide overflow content */ |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
please add support for european armory like killer monkeys have added it ;D
|
![]() |
|
|