Quote:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions_wowcharcode.php on line 704
|
this is what i am getting when i bring up the tooltip it comes up inside the tooltip and in line 714 or 717 it says the same thing. I dont know how to fix it i took a look at the code and it looks right to me but idk
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()) {
$this->unparsed_tags[] = 'char';
}