I'm a very new user to any type of code...and I'm trying to figure out why I can't get this hack to work.
In your instructions:
### Open edittheme.php and change this:
### Change this:
<p {$new['cellspacing']}>
{$ubbt_lang['CELLSPACING']}<br>
<input type=text size=5 name=cellspacing value={$theme['cellspacing']} class=formboxes>
### to this:
<p {$new['cellspacing']}>
{$ubbt_lang['MAX_GREM']}<br>
<input type=text size=5 name=max_graemlins value="{$theme['max_graemlins']}" class=formboxes>
<p {$new['cellspacing']}>
{$ubbt_lang['CELLSPACING']}<br>
<input type=text size=5 name=cellspacing value={$theme['cellspacing']} class=formboxes>
It lists <p {$new['cellspacing']}> twice in the code...is this correct?