I have the 'Standard' paid version of Parachat (formerly called 'Advanced') and the # of chatters is built in to the Standard paid version.
Running vB 3.8.1 PL1
Just tried integrating this and after making the navbar changes when I save the template I get an error message stating that an expected ']' is missing on line 114 of adminfunctions_template.php.
when I check adminfunctions_template.php lines 113-117 show as follows, but I'm not catching where a bracket should be
Code:
if (is_array($template))
{
array_walk($template, 'array_trim');
$template = "background: $template[background]; color: $template[color]; padding: $template[padding]; border: $template[border];";
}
what am I not seeing?