Very Nice..... Thanks its working now.... Just two thing ... Menu and Titles
have a look plz consoleplayers.com
Title on all blocks are missing. I've copied language, at custom theme folder as well.
AND
How do i change the menu to my current menu
here's my current menu structure
// How about the [home] button?
echo '<ul><li', $current_action == 'home' ? ' id="active"' : '', '><a href="', $scripturl, '"><span>'.$txt[103].'</span></a></li>';
// How about the [arcade] button?
echo '<li', $current_action == 'arcade' ? ' id="active"' : '', '><a href="', $scripturl, '?action=arcade"><span>', $txt[arcade] , '</span></a></li>';
// How about the [arcade] button?
echo '<li', $current_action == 'gallery' ? ' id="active"' : '', '><a href="', $scripturl, '?action=gallery"><span>', $txt[smfgallery_menu] , '</span></a></li>';
// How about the [help] button?
echo '<li', $current_action == 'help' ? ' id="active"' : '', '><a href="', $scripturl, '?action=help" ><span>', $txt[119], '</span></a></li>';
// How about the [search] button?
if ($context['allow_search'])
echo '<li', $current_action == 'search' ? ' id="active"' : '', '><a href="', $scripturl, '?action=search"><span>', $txt[182] , '</span></a></li>';
oh yes and i can't see portal settings page in admin as well
i followed here Admin CP >> Features and Options >> Portal Settings
Many thanks