Sorry, I know this has been asked before. I am new to both SMF and SMF Gallery, so I apologize.
I do not have a button to the gallery, but in the index.template.php file, the code is there:
// 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>' : '';
When I go to the gallery, a button appears raised (see attachment with red circle), but there is no text and it is not active.
Also, in the permissions area, there are many boxes with no description (other attachment). I think this is related to the gallery, but am not sure as I installed both SMF and the gallery today.
I am using the default theme.
Thanks in advance for the help.