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 |
#52
|
|||
|
|||
Thats totally odd. As far as I can see the permissions are correct.
|
#53
|
||||
|
||||
What about the armory directory itself?
Also, do you have access to the error_log file for your domain? that may tell you a bit more. if you delete (rename, whatever) the armory folder, it won't try to cache images and use images from wowarmory.com instead. |
#54
|
||||
|
||||
Oh, and i want to change a couple thing so that instead of caching images to the filesystem, it caches them to the MySQL database so you don't have to add new directories and run into issues such as this. I'm not quite that far long with it though.
|
#55
|
|||
|
|||
Quote:
I will have to see about an error log not looked for one before. |
#56
|
||||
|
||||
Quote:
apache needs execute access in any directory it serves images from, so the permissions on folders should be 755 (or 751, but we wont get into unix permissions here). |
#57
|
||||
|
||||
CremeEgg, try this.
delete your armory/images folder (don't delete the armory folder), hopefully you do not need to get your host involved due to permission issues. open up functions_wowcharcode.php and find the line Code:
mkdir($full_image_path ,0777,true); Code:
$dirs = explode("/",dirname($image_loc)); $path = DIR . "/" . $localpath; foreach ($dirs AS $element) { $path .= $element . "/"; @mkdir($path ,0777,true); if(!chmod($path,0755)) { echo "error chmod'ing $path"; } } |
#58
|
|||
|
|||
Quote:
|
#59
|
||||
|
||||
Just as a notice, I plan on updating this in a few days.
Changes will include a more absract method of retreiving and storing character data from the armory. This will be a set of class methods that anyone can use to get , cache and display armory data. Much better method of selecting what attributes to display. I'm also currently trying to figure out how to make character "roles" work, but am unsure if that would be a possibilty or even a wise idea, due to the amount of setup on the end users part it would require. I would estimate a week or two before i have an update ready. If anyone has suggestions or any requests, let me know. |
#60
|
|||
|
|||
Would it be possible to make the users names interactive on the forums? based on usergroup permissions.
for example your name on your post "SWEEDE" would display your player stats... but obviously not ever on the forum will use there in game name to have the option through Cpanel to turn interactivity for your name on. |
#61
|
||||
|
||||
Just installed this and it works great but at the same time throws up some mkdir errors.
Line in question is PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|