PDA

View Full Version : How to add a link to the Thread Starter of Similar Threads


Markets Where
08-05-2009, 12:41 PM
I want to add a link to the Thread Starter of Similar Threads, ie:

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

The first Thread Starter of Similar Threads is Meadow. How to add a link to Meadow, if we click the link, I will be guided to Meadow's profile page:
http://forums.glassesadvisor.com/member.php?u=2568

thanks.

Lynne
08-05-2009, 02:43 PM
template - showthread_similarthreadbit
find:
<td class="alt2" nowrap="nowrap"><span class="smallfont">$simthread[postusername]</span></td>
change to:
<td class="alt2" nowrap="nowrap"><span class="smallfont"><a href="member.php?$session[sessionurl]u=$simthread[postuserid]">$simthread[postusername]</a></span></td>

Markets Where
08-05-2009, 06:30 PM
it works great.

many thanks.