Ryan Ashbrook
05-11-2004, 10:00 PM
Requested by cinq
This mod adds a New Thread link on the forumhome page.
Enjoy. :)
P.S. This is done using Text Links rather than images, but if you wanna use images then do this:
Change every instance of
<td class="alt2"><div class="smallfont"><a href="newthread.php?do=newthread&f=$forum[forumid]">New Thread</a></div></td>
To
<td class="alt2"><div class="smallfont"><a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="url of image" /></a></div></td>
Replacing url of image to the URL of the image. (Duh) :p
This mod adds a New Thread link on the forumhome page.
Enjoy. :)
P.S. This is done using Text Links rather than images, but if you wanna use images then do this:
Change every instance of
<td class="alt2"><div class="smallfont"><a href="newthread.php?do=newthread&f=$forum[forumid]">New Thread</a></div></td>
To
<td class="alt2"><div class="smallfont"><a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="url of image" /></a></div></td>
Replacing url of image to the URL of the image. (Duh) :p