Add A Custom Field To A User Report?

Discussion in 'Troubleshooting' started by Brian, Aug 17, 2003.

  1. Brian

    Brian Guest

    I would like to add the custom field I have already added to the system, to show up on the list when I am viewing users.

    Users.html is the name of the template I would like for my "Doman" field to get displayed. In the code, the fields are being pulled up by using: {$u.email}. If I try {$u.domain}, it is blank.

    I have tried lots of variants of this and nothing seems to work. What should I use here for this page to pull the custom field "domain" and display it?
  2. alex-adm

    alex-adm Guest

    Use
    {$u.data.domain}
  3. Brian

    Brian Guest

    Thanks,

    That works perfectly!

    Too bad I couldn't come up with in myself! I tried!! :lol:

Share This Page