Home page setup Home page setup
 

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

Home page setup

Started by patrick181, June 01, 2007, 07:18:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

patrick181

I would like all the users main thumbnail link to their galleries show up on the home page. Not under many sub-menus. I liked how the page looks when you set up albums with no categories. However I could not figure out how to assign the albums to individual registered users. I know there are many topics on this, Ive read most of them, none worked.

I assume I need to change the "Content of the main page"           breadcrumb/catlist/alblist/lastup,2/

I do not know what command syntax to add to that line. Is there a list of commands somwhere iv'e missed?

Thanks

Joachim Müller


patrick181

Thanks but I just killed it.  I backed up the original index.php

define('IN_COPPERMINE', true);

if (isset($_GET['file'])) {
    // Scrub: Remove '..' and leftover '//' from filename
    $f

Replaced with:

define('IN_COPPERMINE', true);

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


Now getting:

Parse error: parse error, unexpected $ in /home/buderfly/public_html/coppermine1/index.php on line 39

Even if I replace the backed up file.