nice hack
but correct me if i'm wrong but i think you missed some bits from the instructions
add two new templates:
showthread_threadbutton
PHP Code:
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="{ newthreadimage}" border="0" alt="Post New Thread"></a>
(remove space after { )
showthread_replybutton
PHP Code:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a>
and in
showthread.php i would probably add
PHP Code:
$templatesused .= ',showthread_replybutton,showthread_threadbutton';
just under
PHP Code:
// ##############################################################################
// ############################# SHOW THREAD ####################################
// ##############################################################################
$templatesused = 'showthread_ratingdisplay,postbit_search,postbit_buddy,postbit_useremail,icq,aim,yahoo,postbit_homepage,postbit_profile,postbit_ip_show,postbit_ip_hidden,postbit,postb
it_sendpm,postbit_avatar,postbit_offline,postbit_online,postbit_editedby,postbit_signature,postbit_attachment,postbit_attachmentimage,showthread_adminoptions,showthread_threadrate,show
thread_pollresults_voted,showthread_pollresults_closed,showthread_firstunread,showthread_nextnewestthread,showthread_nextoldestthread,forumrules,showthread';