News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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