I would appreciate it if someone could check the code below to see if proper syntax has been used:
Quote:
Originally Posted by Alfa1
I have reworked the usercp listing to the following:
display_who_quoted_me
Code:
<tr>
<td class="alt1Active" width="80%">
<a class="smallfont" href="member.php?$session[sessionurl]u=$whoquote[userid]">$whoquote[username]</a> <a class="smallfont"> quoted your post in the thread: </a> <a class="smallfont" href="showthread.php?p=$whoquote[postid]#post$whoquote[postid]"><b>$threadinfo[title]</b></a>
</td>
<td class="alt1Active">
<div class="userinfo">
<div class="smallfont">$whoquote[dateline] <span class="time">$whoquote[timeline]</span></div>
</td>
</tr>

|