Disable picture information Disable picture information
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Disable picture information

Started by user0815, February 02, 2004, 08:14:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

user0815

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.

Casper

Hi,

just login in admin mode, go into config, find 'picture information visible by default',and switch it to NO.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Nibbler

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.

user0815

yes that's it. i want to disable this future entierely.
thank you very much.

this is a great forum  :lol: