Log in

View Full Version : How to add a link to the Last Poster of Threads by User?


yahoo
2009-08-06, 12:41 PM
I have installed the product Latest X Threads by User, and I have set X=5.

I want to add a link to the Last Poster of Threads by User, ie:

http://forums.glassesadvisor.com/showthread.php?t=7852

5 Latest Threads by Arlene . How to add a link to 5 Latest Threads by Arlene , if we click the link, I will be guided to 5 Latest Threads by Arlene 's profile page:
http://forums.glassesadvisor.com/member.php?u=2660

Thanks in advance.

yahoo
2009-08-06, 12:43 PM
Resolved myself:

find the code:

<td class="alt1" align="center"><span class="smallfont">$get_lxt[musername]</span></td>

and change it into:

<td class="alt1" align="center"><span class="smallfont"><a href="member.php?$session[sessionurl]u=$get_lxt[userid]">$get_lxt[musername]</a></span></td>