can i disable the picture information?
when i see any picture (not in the preview mode)
- i can sent the picture with email
- i can start the slideshow
- i can return to thumbnail page
AND i can display the pictures information <= can i disable this button?
do you understand it, excuse my bad english.
Hi,
just login in admin mode, go into config, find 'picture information visible by default',and switch it to NO.
If you want to disbale that feature entirely, in theme.php look for something like:
<td align="center" valign="middle" class="navmenu" width="48">
<a href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;" title="{PIC_INFO_TITLE}"><img src="themes/eyeball/images/imv_picinfo.gif" border="0" align="absmiddle" alt="{PIC_INFO_TITLE}" /></a>
</td>
Remove or comment it out to get rid of the button, or alternatively remove the ' href="javascript:;" onClick="blocking('picinfo','yes', 'block'); return false;"' bit to make the button do nothing.
yes that's it. i want to disable this future entierely.
thank you very much.
this is a great forum :lol: