PDA

View Full Version : Show on page users name when logged in.


mousework50137
07-13-2009, 08:48 AM
How can I add a feature to the powerstore that displays the users first name when they are logged in.

I have a live site , www.blueknightlearning.com where there is a panel in the left hand column containing the login, register, profile and log out links.
I would like their name to appear above these links when they have logged in.

Ray Borduin
07-13-2009, 10:24 AM
On the login page you would have to add the first name to the list of session variables to be stored. Then you can display it on any page you want to from the session after login.