I'm revisiting this hack and since I just can not get the link to the "last user to post" to go to that user's last post (it just goes to the top of the thread and you still have to scroll down to get to the last post), I'm once again considering having it link to the user's profile instead. It says in the hack database description:
I don't see that option, can anyone shed some light on this? I suspect I may have to change something in:
if ($replies >= 1) {
$lastAuthName = qq(
Latest reply by:
$lastpage#$threadinfo[3]">$lastName );
} else {
$lastAuthName = "";
}
But I'm not sure exactly what.
The link to the instructions is here, if anyone is interested in looking into it for me:
https://www.ubbdev.com/hacks/latestreplybyinforumdisplay.txt Thanks in advance. I'm sure that there will be some future users that will be interested in this option as well.