Quote:
Originally Posted by iyihost
l want to show new thread page.
l created form and if you members click a new thread show form and than create thead.
Who can help me ?
|
Open the FORUMDISPLAY template and create a backup.
Find:
Code:
<td class="smallfont"><if condition="$show['newthreadlink']">
Add above:
Code:
<if condition="$forumid == ??">
<a href="/misc.php?do=form&fid=??">
<img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
</if>
<if condition="$forum[forumid] != ??">
Scroll down a few lines, just below:
Code:
</a><else /> </if>
Add below:
Now repeat these steps again further down the template to edit to lower New Thread Button
Happy editing!:up: