Hello All
Is it possible to get $bbuserinfo['userid'] and $bbuserinfo['usergroupid'] into a customized bbcode function?
I create a customized bbcode function called
Code:
functions_bbcodeparse_m_player.php
and put this line
Code:
require_once('./includes/functions_bbcodeparse_m_player.php');
into
Code:
function_bbcodeparse.php
and I have this line
Code:
$userid=$bbuserinfo['userid'];
in
Code:
functions_bbcodeparse_m_player.php
For some reason I can never get the userid (forum viewer id) out of the system.
Would you please show me how to get this id
Thanks for reading my post