its probably going to be either a $userinfo or a $prepared var, it would only be $prepared if vB has an existing variable for last seen online.
I had a problem with signatures in my memberinfo template, when I used $post[signature] it would return the sig, but if there was a sig pic it would only show the bbcode tags for sig pics.
I found out that memberinfo already had a sig part, so I used $prepared[signature] and it displayed the sig with pics, because vbulletin has already "prepared" the signature.
|