Sorry if this is a basic question but could not find it in search results
How do I link to the user public profile
I have this code
Code:
<td>
$posts[username]
<span class="smallfont">(<a href="search.php?do=finduser&userid=$posts[userid]">$posts[postcount]</a>)</span>
</td>
That cell is showing the username and a link to the posts posted by that specific user
What I want is to have the link to the user public profile rather than his/her posts