![]() |
Quote:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions_wowcharcode.php on line 704 any idea how to fix that? Thanks! |
ooo
disable the plugin named "build block" at the member_builg_blocks_start hook. |
Quote:
|
sorry for the spammage....but has anyone figured out how to make this work with servers that have two-word names (ie Emerald Dream)? Thanks!
|
Not a problem.
However, i've written a lot of hacky code in the current incarnation of this mod and i'm feeling like to really go further with it, i need to re-write it. in the mean time, open up the functions_wowcharcode.php file, find the line like this, $this->SetFetchURL( "http://" . $this->locale . ".wowarmory.com/character-sheet.xml?r=" . urlencode($this->realmname) . "&n=" . urlencode($this->charname) ); add the following, $this->realmname = str_replace("+", " ", $this->realmname); before it. |
Quote:
|
Quote:
also i found your problem for the wysiwyg editor problems in your wysiwyg fix plugin it is alot simpler to fix than you think. First open up the plugin wysiwyg fix next change the hook to bbcode_create next select all inside code box and replace with: Code:
if ($this->is_wysiwyg()) { |
character name and realm...
|
it wont parse as long as it is a variation of char Also that error i spoke of i still cant fix it my character and realm is Lycomedesnw in Gilneas realm
|
you are using the 0.4.9 version correct ?
Line 704 in the functions_wowcharcode.php file does not contain the foreach() statement, but line 717 does. if $default isnt set on line 717, most likely classID isnt being set. Armory could be down or the XML cached is invalid (you can empty the cache in the vbulletin options). Your other problem, i don't know what your talking about "it wont parse as long as it is a variation of char". what does that mean? [char="vek'nilash"]character[/char] works but [CHAR="vek'nilash"]character[/CHAR] doesnt? |
All times are GMT. The time now is 06:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|