stridox Posted July 11, 2007 Share Posted July 11, 2007 I have a login form on my site, and I have it set to disappear once the user logs in using {if $loggedin}. I wanted it to display Welcome (firstname) (lastname) and was using {$clientfirstname} {$clientlastname}, but that only shows up on the details page. How do I do it? 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted July 11, 2007 Share Posted July 11, 2007 I think that information is available in the $_SESSION array 0 Quote Link to comment Share on other sites More sharing options...
stridox Posted July 11, 2007 Author Share Posted July 11, 2007 I think that information is available in the $_SESSION array how exactly to I set it up so I can use it? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 11, 2007 WHMCS CEO Share Posted July 11, 2007 The following variables are available on all pages in the WHMCS client area: {$clientsdetails.firstname} and {$clientsdetails.lastname} Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.