coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: mohalam on October 19, 2003, 02:39:34 AM

Title: Modification of center random block
Post by: mohalam on October 19, 2003, 02:39:34 AM
Hi,
is there any way that I can change the center random block so the just display the image without the picture name.?
please help
Title: Center Block Mod
Post by: gtroll on October 19, 2003, 02:47:49 AM
change line 63 from
$content .= "<td><a href=\"modules.php?name=coppermine&file=displayimage&album=random&cat=&pos=-{$picture['pid']}\">$img<br>" . truncate_string444c($picture['filename']) . "</a></td>";

to
$content .= "<td><a href=\"modules.php?name=coppermine&file=displayimage&album=random&cat=&pos=-{$picture['pid']}\">$img</a></td>";
Title: Modification of center random block
Post by: mohalam on October 19, 2003, 01:12:16 PM
Thank you very much,
it worked!!