Disable Alt Tags Disable Alt Tags
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Disable Alt Tags

Started by ladyjobi, August 20, 2007, 09:01:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ladyjobi

I've searched high and low for a solution to disable the alt tags on the images displayed in my gallery. I would like to disable all alt tags on all images. I tried the solution explained here http://forum.coppermine-gallery.net/index.php?topic=42879.0 but to no luck. I have also read the documentation with no solution. My gallery is located here: http://www.ultimatevanessa.com/gallery

Hein Traag

I'm not a code wizard but i think this might work.
Open functions.inc.php

Change all alt=\"{$row['filename']}\" (basicly all alt tags, this is a example)

to this alt=\"\"

First, before you start editing, make a backup of the functions.inc.php file.

ladyjobi

I went to my gallery and tried doing what you said but it still continued to show the alt tags. Do you have any other suggestions?