WebSite X5Help Center

 
Peter Lewis
Peter Lewis
User

Display login name and logout button  en

Autor: Peter Lewis
Besucht 2109, Followers 3, Geteilt 0  

Hi All

How do I display the login name as well as putting a logout button

Gepostet am
1 ANTWORTEN - 1 NüTZLICH
John S.
John S.
User

Hello Peter

You could try :

<?php
$pa = new imPrivateArea();
$user = $pa->who_is_logged();
echo $user['realname'];
?>

And the logout button you get by using the login/logout object and set this to logout.

Hope you are helped by this

Kind regards

John S.

Mehr lesen
Gepostet am von John S.