Log in

View Full Version : BB Code Enhancements - WoW Character Stats *** BBcode


Deepdog009
10-16-2007, 10:00 PM
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

<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.

overflow:auto; /* Hide overflow content */

should be changed to

overflow:hidden; /* Hide overflow content */

Quickness
10-19-2007, 12:29 AM
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.

overflow:auto; /* Hide overflow content */

should be changed to

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

obrax
10-25-2007, 08:23 AM
support for eu.armory would be great

wstahlhut
10-26-2007, 01:17 PM
support for eu.armory would be great


it is already there check the "phpArmory.class.php" file around line 58 & 59

ssslippy
10-29-2007, 11:05 PM
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.

Delete this from the CSS file also.


// height:200px; /* Height of tooltip content */


putting a // in front of it does nothing it shouldnt be there at all.

sweede
11-11-2007, 07:48 PM
Instead of adding the BB Code through the bbcode manager, i created a product that does the same thing.

In addition to automaticly creating the appropriate bbcode, it also fixes the ' problem with realms like Vek'nilash

Also included is a fixed css file.

* Changed product.xml file and added php include file !

Upload the functions_wow3bbcode.php file to your /includes/ directory.

obrax
11-12-2007, 11:57 AM
thx 4 this mod!

Possible to show other stats?
For example Attackpower for Hunters instead of DPS?

Possible to support german "umlaute" like äöüß? they are all shown as ?

obrax
12-07-2007, 10:48 AM
one thing to add: items with "umlaute" äöüß wouldn't be displayed. only shows "item not found"

Caerydd
02-01-2008, 10:14 AM
I can't believe I only just found this :o

Testing it out tonight.

sweede
02-02-2008, 05:31 AM
I don't want to scoot in on this devs mod with my own, but it appears that he hasnt logged in vbulletin.org in quite some time, so i took the mod of his mod that i had been using, updated it and posted it.


https://vborg.vbsupport.ru/showthread.php?p=1434289

Thanks.