I just installed the SMF Gallery Lite, it said the installation was sucessful, pop up menu for me to add catagory and everything, but no button on my forum, why? I checked my Index.template.php, everything is there, but no button, why? What do I need to do to make the gallery button show. I am using the defaul theme.
This is what it show in my Index.template.php
// the [SMF Gallery] button if ($context['allow_smfgallery_view']) echo ($current_action == 'gallery' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'gallery' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a> </td>' , $current_action == 'gallery' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
Can anyone tell me please? I would greatly appreciate.