PDA

View Full Version : How do i include the readers username in post?


Frank Sonne
01-22-2008, 05:32 PM
Hi everyone,

Is there any way i can use the username in a post of the one reading the post?

<a href="signup.asp?EventID=1&Username=TheOneReadingThePostsUsername&Signup=true">Sign up and take part...<br>
<a href="signup.asp?EventID=1&Username=TheOneReadingThePostsUsername&Signup=false">Remove Sign up and DO NOT take part...

What i can't seem to find is how to replace "TheOneReadingThePostsUsername" with the actual username of the one reading the post, can anyone help me?

Regards
Franke... Click

ZomgStuff
01-22-2008, 07:36 PM
$post[musername]

Opserty
01-22-2008, 09:34 PM
Do you meant in the content of posts? or in the showthread template?

MoT3rror
01-22-2008, 10:45 PM
$bbuserinfo['username']
That will get you the current user signed. Remember if the user is not signed it will show up unregister.