Thumbnails On Index Page For Members Galleries Thumbnails On Index Page For Members Galleries
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Thumbnails On Index Page For Members Galleries

Started by DjPete, June 27, 2007, 03:49:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DjPete

Is thiit possible to show Thumbnails On Index Page For Members Galleries instead of just the text hyperlink?

Joachim Müller


DjPete

thanks.
so i change the index.php code as per here...
The code is practically unchanged since 1.3


Code:
    if (isset($_GET['cat'])) {
        $cat = (int)$_GET['cat'];
    }


Code:
    if (isset($_GET['cat'])) {
        $cat = (int)$_GET['cat'];
    } else {
        $cat = USER_GAL_CAT;
    }





and that should give me one thumbnail of the user albums?
Do I read this right?