MobileHacks
New Member
Installation
Above it place:
F.A.Q.
Q. The quick reply box isn't showing for guests
A. Make sure your forum permissions are set up correctly to allow the unregistered/not logged in usergroup to reply to threads in that forum.
- Upload the product XML file to your adminCP.
- In your SHOWTHREAD template find:
PHP:
<div class="smallfont">$vbphrase[message]:</div>
Above it place:
PHP:
<if condition="$bbuserinfo['userid'] == 0">
$usernamecode
$human_verify
<br />
</if>
Q. The quick reply box isn't showing for guests
A. Make sure your forum permissions are set up correctly to allow the unregistered/not logged in usergroup to reply to threads in that forum.