In my showthread.php I have ntered this code in the right place:
Quote:
if
(!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
show_nopermission(); } if (($bbuserinfo['userid']!=$thread['postuserid']) and
(!$getperms['canviewothers'] or !$getperms['canreplyothers'])) { $replybox=''; }
elseif (!$getperms['canview'] or (!$getperms['canreplyown'] and
$bbuserinfo['userid']==$thread['postuserid'])) { $replybox=''; } elseif
(!$thread['open'] and !ismoderator($thread['forumid'],'canopenclose')) {
$replybox=''; } else { $textareacols = gettextareawidth(); eval("\$replybox =
\"".gettemplate('showthread_replybox')."\";"); } if ((!isset($pagenumber) or
$pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; }
|
The showthread template is all good. I just don't know what to put in the showthread_replybox template. Please paste FireFly's instructions for Step 2. PLEASE!!!!!!