Folders in USER GALLERY don't appear Folders in USER GALLERY don't appear
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Folders in USER GALLERY don't appear

Started by JenniferM23H, August 24, 2006, 07:38:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JenniferM23H

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


JenniferM23H

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

Nibbler

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.

JenniferM23H

Okay.  Thank you for the help.

Jennifer