I know that in a post you would use:
HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Thinks like that. Basically, I'm trying to add in a custom page on the usercp page that would pull the person's ID. In the example below, I want to be able to automatically pull the user's ID up when they view the page. Is it possible without php files?
HTML Code:
<tr>
<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
What can I do to that so when a user clicks on the link in their usercp to make it pull their userid and all that fun stuff?