Quote:
Today at 02:37 AM croft said this in Post #1464
Yeah i fixed the cookie thingie =) thanks.
Some other questions tho.
1: How do i make it on the myvbindex page where latest forum topic is. I want it to show the last poster and not the starter of the post ?
|
I did exactly that after my members complained:
I replaced the index_threadbit with
<tr><td bgcolor="$getbgrow">$thread[icon]<normalfont><a href="$bburl/showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]" title="Last post at $lastposttime by $thread[lastposter]"><b>$title</b></a></normalfont><br>
<smallfont color="#666686">$lastposttime</smallfont><br>
<smallfont> by <a href="member.php?s=$session[sessionhash]&action=getinfo&find=lastposter&forumid=$forum[forumid]"><b>$thread[lastposter]</b></a><br>
Replies: $thread[replycount] | Views: $thread[views]</smallfont></td></tr>
This will display the last poster and last post time in the latests threads box. I am going to make it so that the link goes to the last post as well...just haven't yet.