Quote:
Originally Posted by rjmjr69
I do not know what the heck is happening now. Here are the two templates to edit I can't figure out what I did
|
For starters, you didn't add the code to the FORUMDISPLAY template.
(I searched for "search.php?do=getnew&include=$foruminfo[forumid]" -- the important bit -- and found nothing.
You have a heavily modified skin, so with mods like this you'll often have to figure things out on your own. In your case, at least for FORUMDISPLAY, find:
Code:
<td class="tcat" width="100%" align="left"><span class="smallfont"><strong>$vbphrase[threads_in_forum]:</strong> $foruminfo[title]</span></td>
and replace it with:
Code:
<td class="tcat" width="100%" align="left"><span class="smallfont"><strong>$vbphrase[threads_in_forum]:</strong> $foruminfo[title] <a href="search.php?do=getnew&include=$foruminfo[forumid]">(new in <b>bold</b>)</a></span></td>