2ghisler(Author)
One more wish. Sure, everybody will like it!
Look at
here. This board is also on phpBB. and there is a fine hackes installed also. But there is a one that I made myself.
click on username will add in QuickReply Form its name to be qouted. and selecting text in message and clicking Quote will add selected text qouted. If it is not quite clear how to perfprm this hack I'll try to describe it somehow:
in overall_header.tpl:
between <head></head>
add javascript
Code: Select all
<script language="Javascript" type="text/javascript">
<!--
function pasteN(text){
if (text != '') document.post.input.value = document.post.input.value + "2[b]" + text + "[/b]\n";
}
function pasteQ(text){
if (text !="") document.post.input.value = document.post.input.value + "[quote]" + text + "[/quote]\n";
}
//-->
</script>
in viewtopic_body.tpl
instead of just
do
Code: Select all
<a href="javascript:pasteN('{postrow.POSTER_NAME}')">{postrow.POSTER_NAME}</a>
and near the Quick Reply Form in viewtopic.php or in viewtopic_body.tpl add:
Code: Select all
<a href=\"vbscript:pasteQ(document.selection.createRange().Text)\">Quote</a>
if in viewtopic.php or
Code: Select all
<a href="vbscript:pasteQ(document.selection.createRange().Text)">Quote</a>
if in viewtopic_body.tpl
2MxxCon
on most boards that i visit that implemented it quality of posts droped becuase it doesn't take much to post a reply therefore people tend to think less before posting..
I do not agree with you.
Truely I hated eforum.de because it has no Quick Reply. And I
never visit forums often if it has no quick reply, because it is terribly inconvinient! And quick reply form has nothing to do with the quality of users posts.
For example I use dialup, and after visiting forum and having opened several threads I can disconnect, then quietly read everything and type reply without having to reconnect, clicking on reply buttons and forgetting what I wanted to say.
Moreover, many users of eforum.de did not received replies from me because of Quick Reply form absence!
2ghisler(Author)
It would be much more convinient if you make quick reply form a little bit bigger