• i want to echo the username from the cookie in my preview text for comments.
    so it will say something like:
    “username” said:
    “preview text”
    to give the user a better example of exactly what the comment will look like.
    anyone know how to call the username from the cookie? or even the input field “user” from the form?
    F.

Viewing 2 replies - 1 through 2 (of 2 total)
  • <?php get_currentuserinfo(); echo $user_nickname; ?>

    Thread Starter dss

    (@dss)

    Thank you Beel,
    i have it working now!!!
    but in the interest of being less helpless, and more helpful:
    how did you come up with that?
    i searched and searched, read and read… and came up empty handed.
    F.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘call the username from the cookie?’ is closed to new replies.