views/phocaguestbook/view.html.php
Line 44 and 45 was:
Code: Select all
$tmpl['editorwidth'] = $params->get( 'editor_width', 400 );
$tmpl['editorheight'] = $params->get( 'editor_width', 200 );
$tmpl['editorwidth'] = $params->get( 'editor_width', 400 );
$tmpl['editorheight'] = $params->get( 'editor_height', 200 );
This is why when I changed the params, nothing happened. As soon as I changed the width to height, it worked!