In SHOWTHREAD Template
Find:
PHP Code:
<vb:if condition="$show['quickreply']">
<div id="qr_defaultcontainer" class="blockfoot floatcontainer qrcontainer<vb:if condition="$show['qr_require_click']"> qr_require_click</vb:if>">
Replace with:
PHP Code:
<vb:if condition="$show['quickreply']">
<h4 align="center">
the key rules for posting<br />Another Line of the key rules for posting
</h4>
<div id="qr_defaultcontainer" class="blockfoot floatcontainer qrcontainer<vb:if condition="$show['qr_require_click']"> qr_require_click</vb:if>">
.Change align="center" to left or right as you wish
.Change [
the key rules for posting<br />Another Line of the key rules for posting ] to whatever you want.
Results
Cheers.