Quote:
Originally Posted by voteforbird
Oh, my bad. Also, when I upgraded to 1.2 that stopped working.
|
Yepp, it's because this variable does no longer exist
PHP Code:
$vboptions[stenciltitle]
Instead you should use this line if you want it to work like before
Code:
<td><input type="text" class="bginput" style="color: #ccc;" name="subject" value="$foruminfo[stenciltitle]" size="40" maxlength="$vboptions[titlemaxchars]" tabindex="1" onclick="doClear(this)" element onFocus="this.style.color = '#000000';"/></td>