Quote:
Originally Posted by Dave
Not that I know of.
|
okay brother , thanks
Quote:
Originally Posted by Lynne
If you go to the forumdisplay page and click on the number of replies to the thread, you will get a pop-up that shows all the users who posted in the thread and then number of times they posted.
Attachment 151072
|
thanks
Lynne , okay i search about this code and found it on template
whopostedbit
Code:
<tr>
<td class="$bgclass">
<if condition="$show['memberlink']">
<a href="member.php?$session[sessionurl]u=$post[userid]" target="_blank">$post[username]</a>
<else />
$post[username]
</if>
</td>
<td class="$bgclass"><if condition="$post['userid']"><a href="search.php?$session[sessionurl]do=finduser&userid=$post[userid]&searchthreadid=$threadinfo[threadid]" onclick="opener.location=('search.php?$session[sessionurl]do=finduser&userid=$post[userid]&searchthreadid=$threadinfo[threadid]'); self.close();">$post[posts]</a><else />$post[posts]</if></td>
</tr>
but where i found this
function to use it on
showthread template ?