The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add a link to the Thread Starter of Similar Threads
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. |
#2
|
||||
|
||||
template - showthread_similarthreadbit
find: HTML Code:
<td class="alt2" nowrap="nowrap"><span class="smallfont">$simthread[postusername]</span></td> HTML Code:
<td class="alt2" nowrap="nowrap"><span class="smallfont"><a href="member.php?$session[sessionurl]u=$simthread[postuserid]">$simthread[postusername]</a></span></td> |
#3
|
|||
|
|||
it works great.
many thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|