I didn't exaplain that right. >_<
When I use the following code, it's not pulling up the person's info.
HTML Code:
<tr>
<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
I'm trying to make a custom page in the userCP, but I don't know how to make it pull the userinfo. Does it involve the whole session stuff? Like:
$session[sessionurl] or is there another way to do it? I'm trying to avoid using a php file or code changes.
I'm going to send you a PM of the example if you wouldn't mind taking a look.