The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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 |
#42
|
||||
|
||||
![]()
The images are pulled from wowarmory.com, which is 90% of the time pretty slow.
I guess that's an idea though. to cache the images from wowarmory to your local webspace. it would require that you have a directory writable by the webserver though. |
#43
|
|||
|
|||
![]()
You are awsome! Thank you so much!!
|
#44
|
||||
|
||||
![]()
I might see if I can mash this together with the WoWChar drop down addon (I think gryphon made it?) as a tidier way to add characters, although gryphon's one supports alts.
|
#45
|
|||
|
|||
![]()
This would be sofaking cool
|
#46
|
||||
|
||||
![]()
Mebbe, but I'm not going to do it now. His 'version' pulls armory data for his new WoW Event Calendar, so I wouldn't want to mess it up
![]() I love love love that we have two great developers maintaining these mods now ![]() |
#47
|
||||
|
||||
![]() Quote:
Anything that that uses armory data can easily be re-written to use the cache storage container that i have For example, the elricstorm calander read the XML file from the armory then copied the parts of the XML to the database. You would simply change the code that retrieves the the armory from the URL with what i wrote. |
#48
|
|||
|
|||
![]()
My Fury Warriors and Ehancement Shaman where commenting on how they really like the addon, however they would really like it to display their Attackpower and Crit Chance.
|
#49
|
||||
|
||||
![]() Quote:
It appears that melee crit wasnt part of the original or i accidently deleted it.. Go to admincp -> Phrase Manager -> Add New Phrase Phrase Type: WoW BBCode Phrases Product: WoW BB Code Varname: wowcharcode_melee_crit Text: Melee Crit Save. Open includes/functions_wowcharcode.php file and find Code:
$value["melee main dps"] = $melee['mainhanddamage']['dps']; Code:
$value["melee crit"] = $melee['critchance']['percent'] . "%"; Find Code:
"melee main dps" => 3, Code:
"melee crit" => 3, Now, you can add the melee crit ID in the make_extra_data method. Change all lines that read Code:
$default = array_merge($default, array("melee main damage", "melee main dps")); Code:
$default = array_merge($default, array("melee main damage", "melee main dps","melee crit")); I'll incorporate this into a more complete package at a later time. I want to finish up a couple other things first. |
#50
|
|||
|
|||
![]()
With the caching enabled I can't see any of the images. They are being cached, I've checked the folder on the server.
I have this issue alot with the theme I'm using when I have images that are outside of the themes folder root. There are no replacement variables set in the theme though. Should I add one for the armory/images folder or is there a way I can move that folder? |
#51
|
||||
|
||||
![]()
odd, if you go to http://www.destinyawaitsguild.co.uk/...w-70/1-1-2.gif
The image is there, but you get a permission error when trying to view it. Using an FTP client (or if you have a shell to the server which is the best!), try to browse to the /forum/armory/images folder and note the permissions. Note the attached image, in CuteFTP that is the info i'll be looking for. |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|