Hi,
I have a little Problem with an Plugin on my Board.
I would like to use this -> Welcome User Panel
But the logout link does not work.
The link looks like this:
Whats the Problem there? Isnt it possible to get the sessionid within a plugin?
Thanks for help
lordy...
I have a little Problem with an Plugin on my Board.
I would like to use this -> Welcome User Panel
But the logout link does not work.
The link looks like this:
<a href=\"{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}\">{$lang->welcome_logout}</a>
and I've changed it to this:<a href=\"{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}\">{$lang->welcome_logout}</a>
But the Session ID is still empty...Whats the Problem there? Isnt it possible to get the sessionid within a plugin?
Thanks for help
lordy...