Update frontpage problem Update frontpage problem
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Update frontpage problem

Started by v.karailiev, August 20, 2006, 04:37:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

v.karailiev

Hi
I noticed the number of the pictures under the album thumbnale doesn't change. I have over 50 pics in some abums, but there stays 6 pics.
After that there is an other problem. I have 4 personal galleries and when I made a new one it soesnt show in the list when i click on the personal category. The gallery is public and i can see the pictures in last uploaded section. But the thumbnail of the gallery isn't in the category.
Can someone help me?

Nibbler



v.karailiev

http://clip-bg.com/index.php?cat=10004
this gallery doesn't come in the personal category, but there is 1 album with 3 pictures

Nibbler

Edit bridge/udb_base.inc.php

find

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

change to

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

twice.

v.karailiev

Thank you!
You can mark this as solved.  :)

Nibbler

Great. This fix will be in 1.4.9.

Sami

‍I don't answer to PM with support question
Please post your issue to related board

Nemesis7485

Great stuff! it worked for me, too. Thanks a bunch.

BulletMaster

worked for me too....

thank you very much :)

blastreach

#10
NT

Nibbler

Main page says 94 files.
Go into user galleries and add up the number of files.
10+22+8+24+10+20 = 94.
Note that empty user galleries are not displayed.
Issue solved.

blastreach

Quote from: Nibbler on September 02, 2006, 03:33:23 AM
Main page says 94 files.
Go into user galleries and add up the number of files.
10+22+8+24+10+20 = 94.
Note that empty user galleries are not displayed.
Issue solved.

Nibbler,

Sorry, I was too slow, just changed my previous post.  You are correct, I had a user who created a gallery, but didn't upload images.  I did a test with Admin, and it is working.  Sorry for the inconvenience.

Sean