1
I have extgallery set up and work flawless. The module is a dream to use. However there is one issue thats driving me nuts.
I un commented the hook hack in extgallery_public-album.html
le="color: #000000"><?php <!-- Start Displaying Hook code --> <!-- <{if $xoops_isadmin}> <div><input type="text" value='[gallery title="<{$photos[photo].photo_desc}>"]<{$photos[photo].photo_id}>[/gallery]' /></div> <{/if}> --> <!-- End Displaying Hook code -->
So now the gallery tags are showing and working fine.
The problem is the gallery tags are shown to all users.
The <{if $xoops_isadmin}> is not working. Does anyone have any idea how to fix this issue?