Jump to content

Recommended Posts

  • Administrators
Posted

It might be available already, depending on the template. Which template were you thinking about?

$pilot->joindate

or

$userinfo->joindate

You have to see what's used in the template (like, if you see $pilot->code, replace "code" with "joindate")

  • Administrators
Posted

For those, you use the same column names as the table.

You can also do:

print_r($userinfo);

And it will output all the fields you can use. You can do that on any variables and it will show you details

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...