Quote:
Originally Posted by blind-eddie
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:
|
My version is 4.x
Can you write a 4.x code ?