I am still using VB 3.7 although am preparing my new XF.
When using VB I can detect a user logged in the forum but participating in other sections of my web. For exemple a user can post a comment on an article without logging in again.
I don't know if I am explaining myself clearly.
I can do that with these lines of code:
----------------------
include('./global.php');
include('./includes/functions_user.php');
$_SESSION["forero"] = $vbulletin->userinfo['username'];
----------------------
Is there a way to do the same in XF?
Thank you!
When using VB I can detect a user logged in the forum but participating in other sections of my web. For exemple a user can post a comment on an article without logging in again.
I don't know if I am explaining myself clearly.
I can do that with these lines of code:
----------------------
include('./global.php');
include('./includes/functions_user.php');
$_SESSION["forero"] = $vbulletin->userinfo['username'];
----------------------
Is there a way to do the same in XF?
Thank you!
Last edited: