Well I was just thinking that it would be a good idea if greg/gary could add this, I'm sure it would help out a few members when using the quick reply box : )
At the minute, if you look above the quick reply box there is no smilies, or commands (URL, BOLD) ect...
If you added this, here is what the quick reply box would look like:
It's a very simple edit, here's a quick how to anyway:
In order to get the buttons to show up in the quick post form, you need to edit viewtopic.php.
Find line:
And replace with:Code:<form method="post" action="post.php?tid=<?php echo $id ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">
Then look for:Code:<form id="post" method="post" action="post.php?tid=<?php echo $id ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">
And insert:Code:<label><textarea name="req_message" rows="7" cols="75" tabindex="1"></textarea></label>
Right above it.Code:<?php require PUN_ROOT.'mod_easy_bbcode.php'; ?>
Hope greg/gary adds this![]()


LinkBack URL
About LinkBacks





Reply With Quote


