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 |
#172
|
||||
|
||||
You would be correct.
Much of it was hard coded and copy-pasted from the original hack. I have been slowly re-writing the entire thing though, it's just taking longer than i have anticipated. Much of it is due to handling the amount of information (over 130 individual stat items) returned from the wowarmory.com's character XML file and finding an easily customizable way to display that information on a per class, or even talent spec, basis. For what you want to do though (Multiple servers + characters per postbit) , I won't include features like that because it would be impossible to write code to support the many ways you would be able to get that information to the hook. I would instead have methods/functions available (such as GetCharacterURL($server,$char,$locale) that you would call in your own hook with your own processing of the custom profile field. so for example, you would have a profile field that people would enter character/realm info like US|Vek'nilash|Azaril US|Vek'nilash|Offended US|Uldaman|Azaril and your code in the postbit_start hook would look like PHP Code:
|
#173
|
|||
|
|||
I keep getting the "something Else is wrong" error now.
I have double checked the settings. un-installed and re-installed, and corrected settings again. cleared the cache I have also tried: [char=US-Argent Dawn]Tolas[/char] [char=US-Argent+Dawn]Tolas[/char] [char=Argent Dawn]Tolas[/char] [char=Argent+Dawn]Tolas[/char] [char]Tolas[/char] (tried both ways of setting default server in options, also tried leaving it blank) I am stumped |
#174
|
||||
|
||||
I found an entirely new, better, faster way to do the tooltips. Along with that, it should also help clear up some of the issues that people may have been having.
I'll also have a FAR cleaner code coming out, but the cache is that i'm going to scale back on its features / output a LOT so that I can extend it naturaly instead of having to add hack after hack to the code. I also will be providing built in support for the character info provided from most Gryphon's mods and once again revamped error logging I'll try to make something available for Sunday. |
#175
|
|||
|
|||
dang you sweede! that's such a tease lol. looking forward to seeing what you've come up with.
if you come up with an easy way for us to specifiy which stats show up, i'd love you forever lol. |
#176
|
||||
|
||||
Quote:
Thats been the problem for a long time. See attachment (armorylite.com is so awesome) |
#177
|
||||
|
||||
LMAO DUDE YOU USED MY TOON TO TEST THATS FREAKIN SWEET LOL. I personally cannot wait for this mod to be compleated because i may include it in The PB-WoW Skin if you would allow that
|
#178
|
||||
|
||||
any status on the new mod i am really excited to see it
|
#179
|
||||
|
||||
almost all name works on our guild site ecpt server:Alleria Name:Onux for that one i get
Fatal Error: Cannot use string offset as a array functions_wowcharcode.php on line 429 btw: i LOVE this addon!! <3 http://sojaded.org/wbb/showthread.php?t=870 is the link to the url that has the broken name.. but we require people to log on to see the forums.. >.< |
#180
|
||||
|
||||
hmm.. your character listed there has no professions..
give the guy 50c and tell him to pick up enchanting or something... anyways.. a proper fix would be to change the GetProfession function at line 418 to Code:
function GetProfession() { if (isset($this->profession) ) { if ( !is_array($this->profession[0]) ) { $tmpArr[] = $this->profession; $this->profession = $tmpArr; } foreach($this->profession as $profs) { $profs['value'] = $profs['value'][0]; $prof_url = $this->get_image_location($this->icons_url . "professions/" . $profs['key'] . "-sm.gif"); $profs['name'] = $this->wowchar_phrase($profs['name'], "prof"); eval('$out .= "' . fetch_template('WoWChar_profession_data') . '";'); } return $out; } else { return false; } } |
#181
|
||||
|
||||
Quote:
on a side note.. i dont know if this can be done.. but can the pop up be "smart" so that if the link is at the bottom of the page that it can pop up instead of down were you cant see it? thought i would throw it out there for a update sometime.. thanks for such a quick reply! again <3 your mods |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|