Thanks. I really like this. there are some more things I wanted it to do. For example, have a link to the user profile.
[]
http://www.prowrestlingforum.com/lastreply.jpg[/]
What I've done:
- Added "In:" and "by"
- Link to the users profile
I don't know if anyones done this.. oh well. here goes.
After you installed it, find in the ubbthreads.tmpl:
code:
<font class="small">
<a href="{$config['phpurl']}/showflat.php?Cat=$Cat&Board={$forum[$c][$f]['Keyword']}&Number=$lastnumber&Main=$lastmain#Post$lastnumber" title="$lsubject">$lsubject</a>
($luser)
</font>
Replace:
code:
<font class="small">
In: <a href="{$config['phpurl']}/showflat.php?Cat=$Cat&Board={$forum[$c][$f]['Keyword']}&Number=$lastnumber&Main=$lastmain#Post$lastnumber" title="$lsubject">$lsubject</a>
<br />By: <a href="{$config['phpurl']}/showprofile.php?Cat=&User=$luser" title="$luser's Profile">$luser</a>
</font> [/]
