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

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.