how to make a new topic in youre thread? like phpbb

betafear

New Member
Hi

is it possible to make a new topic in youre thread like in phpbb? that you can reply or make another thread?


merry X ;-)
 
In your 'SHOWTHREAD' template

Find:
HTML:
		<if condition="$show['largereplybutton']">
		<td class="smallfont">

Add right bellow:
HTML:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
 
Back
Top