Awesome, thanks!
One question, when modifying the pmnew_pm template, your instructions ask to look for:
<input type="submit" class="button" value="$vbphrase[preview_post]" accesskey="p" name="preview" tabindex="1" onclick="this.form.dopreview = true; return true;" />
but all I have in there is:
<input type="submit" class="button" value="$vbphrase[preview_message]" accesskey="p" name="preview" tabindex="1" onclick="this.form.dopreview = true; return true;" />
Same thing?
|