forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: JenniferM23H on August 24, 2006, 07:38:44 pm

Title: Folders in USER GALLERY don't appear
Post by: JenniferM23H on August 24, 2006, 07:38:44 pm
I don't think this post has been made.   I went back searching a few pages but couldn't find anything.  My question:

I have had people register and then they've uploaded files into their user gallery file.  The files get uploaded and are there, but their folder doesn't appear in the USER Gallery folder of my site.  I've done everything I can think of. 

Are there any suggestions on how I can get those folders to appear when I go into the user gallery.

Thanks
Jennifer
Title: Re: Folders in USER GALLERY don't appear
Post by: Stramm on August 24, 2006, 07:49:20 pm
http://forum.coppermine-gallery.net/index.php?topic=35316.0
Title: Re: Folders in USER GALLERY don't appear
Post by: JenniferM23H on August 24, 2006, 09:30:51 pm
So I read the link.  I'm not computer savy--learning--but still have miles to go, so if this questions seems silly I apologize, but... where do I search for this:

$sql .= "WHERE ((isnull(approved) or approved='YES') AND category > " . FIRST_USER_CAT . ") $forbidden_with_icon GROUP BY category ";

so that I can replace it with this:

$sql .= "WHERE ((isnull(approved) or approved='YES') AND category > " . FIRST_USER_CAT . ") $forbidden_with_icon GROUP BY user_id ";

And is this what I'm supposed to be looking for?  Thanks
Jennifer
Title: Re: Folders in USER GALLERY don't appear
Post by: Nibbler on August 24, 2006, 10:05:43 pm
You need to download the file udb_base.inc.php from your gallery using your FTP client. Then modify the code as instructed and reupload the file. If it's not urgent you can wait for 1.4.9 to be released which includes the fix.
Title: Re: Folders in USER GALLERY don't appear
Post by: JenniferM23H on August 24, 2006, 10:39:19 pm
Okay.  Thank you for the help.

Jennifer