When i install the theme TP version and TP , everything is ok except the "ARCADE" button in the upper menu, and the profile "style" when i click to see the profile. If i put there this code:
// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo '<li><a' , $current_action=='profile' ? ' class="current"' : '' , ' href="', $scripturl, '?action=usercp;u=',$ID_MEMBER,'"><span>' , $txt['usercp'] , '<span></a></li>';
// Show the [Arcada] button.
echo '<li><a' , $current_action=='arcade' ? ' class="current"' : '' , ' href="', $scripturl, '?action=arcade"><span>' , $txt['arcade'] , '</span></a></li>';
I can solve that problem, but the left and right blocks on the TP disappear.. That is what i want to solve.
it's the TP Theme version
