Fork me on GitHub

Getting user data?  Bottom

  • Heya-

    Using UserUtil I am successfully able to retrieve several pieces of user data...everything except the one piece of data that I want: the user's real name.

    To make matters worse, on my squeaky clean install of 1.1.1 though I am able to edit my personal data through the account info panel, when I cluck to submit none of that data is stored!

    So now I have two huge problems.

    I know that there was a ticket about this caught by Roadrunner ( http://code.zikula.org/zikula-sites/ticket/116 ) and I'm wondering what's the status?

    --
    Burnham Racing
    Illinois Cycling Association
  • How about

    Code

    pnUserGetVar('_UREALNAME')

    ?

    Template style:

    Code

    <!--[pnusergetvar name="_UREALNAME"]-->


    --
    Guite | ModuleStudio
  • thanks for asking/posting this. I was working on this

    Code

    pnModAPIFunc('Profile', 'user', 'get', array('label' => _UREALNAME));
    and it SURE wasn't working...

    Code

    pnUserGetVar('_UREALNAME')
    is sure a lot easier!

This list is based on users active over the last 60 minutes.