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 |
#112
|
|||
|
|||
I made it work but not in the way it should work.
I modified the functions_wowcharcode.php file. I made the following change : Code:
function SetRealmName( $realmname ) { $this->realmname = "Kul Tiras"; But this also shows that the plugin somehow does not accept the realmname in " " format. Maybe you can find out why it is not processing the realmname in the right way when there is a space involved in the realmname. |
#113
|
||||
|
||||
Thats odd.
I tried using Dark Iron and it didnt work. the URL that was being used had a url encoded + in it ( wowarmory likes to see spaces replaced with a + ) Removing the urlencode, which changed the URL back to having the + (instead of %2B) caused several of my test entries to work. setting the realm name by hand as you have done, shouldnt cause your setup to instantly work unless you have done other modifications to the code or are using an old version. |
#114
|
||||
|
||||
I hadn't noticed this issue, and I'm on a realm name -The Sha'tar- which has a space, but then I haven't updated recently, and that realm name is used by default so all my users just use [char]username[/char]
|
#115
|
||||
|
||||
<a href="http://underthemain.net/forums/showthread.php?t=2" target="_blank">http://underthemain.net/forums/showthread.php?t=2</a>
for anyone that is interested, the above is the sute where I dev and you'll be able to see the latest char sheet changes. one big change is that I'm moving to its own config option page in vbb, but that's till a ways off |
#116
|
||||
|
||||
Oh, and something for you wonderful vbb 3.7 users
http://underthemain.net/forums/member.php?u=1 (click the wowcharprofile tab) |
#117
|
|||
|
|||
Quote:
I downloaded your most recent version from this site. Other then a few plugins i have no special file edits on my forum site. I am just glad I got it to work. |
#118
|
|||
|
|||
Question -
I use vBadvanced - my forums are all in the /vb folder but my index.php is located in the root of my site. This mod works on the forums, but on the index.php page in my root the images are all missing. Any idea why the images would not show up in the root but they do in the /vb? Thanks all! |
#119
|
||||
|
||||
It's pathing issues. I'll have to add another option to the wowchar code options to fix it.
|
#120
|
|||
|
|||
Quote:
I updated to 48a and now it will not even work on the vBadvanced home page. When I upgraded I removed all files as well and did a full install from 47 to 48a. |
#121
|
||||
|
||||
Quote:
Edit the WoWChar_headerinclude template and replace the first 3 lines of the template with the following HTML Code:
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax-dynamic-content.js" defer="DEFER"></script> <script type="text/javascript" src="clientscript/wowbbcode_js/ajax.js" defer="DEFER"></script> <script type="text/javascript" src="clientscript/wowbbcode_js/ajax-tooltip.js" defer="DEFER"></script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|