ok, here are the fixes.
Allen, pay attention to the one fix as it needs to be updated in the 6.7 zip.
In games.cgi
FIND:
$MainButtonsLine = &MainButtonOptions;
ADD ABOVE!!:
tie(%ULTIMATEBB, 'UBB::TiedURL');
Now, a few lines later is
tie(%ULTIMATEBB, 'UBB::TiedURL');
Delete it.
As for the empty link,
FIND:
%vars_wordlets_games %opt $indexurl
ADD ON NEXT LINE;
FIND:
&RequireCode("$vars_config{VariablesPath}/vars_wordlets_games.cgi");ADD AFTER:
&RequireCode("$vars_config{VariablesPath}/vars_wordlets_mods.cgi");
those should fix everything