News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Modification of center random block

Started by mohalam, October 19, 2003, 02:39:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mohalam

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

gtroll

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>";

mohalam