Quote from: Chen Zhen on February 27, 2025, 03:31:31 PMThat won't do anything because you're mixing the $_SESSION array with the $txt array & that $txt key doesn't exist in the Arcade & won't have any effect.
var str = "' . (!empty($_SESSION['arcade_shout_session']) ? $_SESSION['arcade_shout_session'] : substr(uniqid('invalid_', true), -5)) . '";
Quote from: Grammy on February 27, 2025, 02:51:23 PMNot to bump, but just adding that when I simply added$txt['arcade_shout_session'] = 'Arcade Shout Session';
to the ArcadeSkinC.english.php file, members who claimed they couldn't see the arcade can now see it and play on it. That just sounds weird to me. Why should that error have stopped them from even seeing the arcade? Oh well... I'm going to leave this "unsolved" until you guys weigh in, in case something else on my part should have been done. Thank you.
$txt['arcade_shout_session'] = 'Arcade Shout Session';
to the ArcadeSkinC.english.php file, members who claimed they couldn't see the arcade can now see it and play on it. That just sounds weird to me. Why should that error have stopped them from even seeing the arcade? Oh well... I'm going to leave this "unsolved" until you guys weigh in, in case something else on my part should have been done. Thank you.
var str = "' . $_SESSION['arcade_shout_session'] . '";
var str = "' . $_SESSION['arcade_shout_session'] . '";