The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
WoW Character BBCode Details »» | |||||||||||||||||||||||||
This is a continuation of the project, https://vborg.vbsupport.ru/showthread.php?t=160418 . I have made several modifications to the original authors code and several have asked for my modifications.
Because of this and the original authors lack of updating the original modification, I have decided to upload this package for all to use. All credit goes to the original author(s) of the utility as i have only cleaned up the code and packaged it for easy usage. WARNING! This is very beta at this time. I have added the product now to force myself to update and maintain the plugin and to share it with the rest of my fellow World of Warcraft webmasters Installation
Changelog
Usage Using the character code is easy enough, [char]CHARACTER[/char] if default realm option is set and character links is on same realm. For characters not on the same realm as the default, [char=SERVER]CHARACTER[/char] For example, [char=Vek'nilash]Azaril[/char] Or, if you want to link a character profile from another locale (i.e. EU realms) , you simply add EU- before the server name. [char=EU-Vek'nilash]Azaril[/char] The same thing applies to linking US realm characters from a EU default forum. See a working example at http://www.dramaloot.com/index.php?id=officer_cl (This is a vbadvanced custom page using the BBCode page type). Added German translation for what i currently have localized. Provided by jluerken http://www.wow-relaxed.de Show Your Support
|
Comments |
#92
|
|||
|
|||
I emailed u the debug email.
|
#93
|
||||
|
||||
I beleive that i have found the reason why so many people are having issues displaying characters (you get a result similar to the attached image
Fixing it, will be another challenge. |
#94
|
|||
|
|||
Ive got a couple questions for you regarding this Plug-in.
1) Ive noticed that if someone edits a post where the [char=moonrunner]vrokar[/char] for example was typed in. After the save the tooltip goes away. Anyway to prevent that so the code doesnt have to be retyped every edit? (this may also only be because im at work. Ill double check when I get home) 2) I havnt yet been able to locate the segment of code which tells the tooltip which stats to load. Is that possible? EX For casters Id rather see Spell hit, Spell Crit, Spell Damage instead of Fire Damage Fire Crit etc. 3) This one is a bit stupid but where do I set the default server so I dont have to enter it with each name? |
#95
|
||||
|
||||
1) vbulletin doesnt provide a hook into the javascript that controls that. disable WYSIWYG controls.
2) The build_data() function has the "keywords" used to make the character sheet. review this for what you want. you can add anything from the XML sheet provided by an armory. the type_array in that function sets the color. In the make_extra_data() function is where the above function is used. the peice that your looking for would be like Code:
// Mage if($class_id == 8) { $default = array_merge($default, array("fire damage","fire crit chance","frost damage","frost crit chance","arcane damage" ,"arcane crit chance")); } 3) the WoW Character BBCode Settings in the vbulletin options. |
#96
|
||||
|
||||
Is there a way to let it display german text when hovering a char bbcode?
|
#97
|
||||
|
||||
I'm Pretty sure all of the data was put into vbb phrases (phrase group WoW BBCode Phrases ), so you can make a german translation langauge file.
data thats retreived and displayed from wowarmory will be whatever language wowarmory displays it in though |
#98
|
||||
|
||||
Quote:
race, class and professions are not phrased. Also the first column should get a "nowrap" otherwise it will look strange. Can you implement this in the next version? |
#99
|
||||
|
||||
Im currently working on a re-written version of this with a better backend to connect to the armory. i'll finish the rest of the phrase changes then.
|
#100
|
||||
|
||||
Thanks sweede, I am looking forward to it.
|
#101
|
||||
|
||||
Updated today with many of the suggestions in the previous 7 pages.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|