Quote:
Originally Posted by joeychgo
How about moving the quote command in the quick reply box down a bit so people dont mistakenly put text inside the quotes when answering?
|
You can do that yourself - edit template kh99_newpm_quote and just put a blank line above the code that's already there.
You can also do it without this mod by editing newpost_quote (under New Posting Templates) and do the same thing. If you do that, it will work for both PMs and regular posts. If you only wanted the space for PMs you could do this:
Code:
<if condition="THIS_SCRIPT == 'private'">
</if>[QUOTE=$originalposter]{$pagetext}[/QUOTE]