My Gallery My Gallery
 

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

My Gallery

Started by jesseedwards, August 22, 2008, 08:42:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jesseedwards

So in the gallery there is a link "My Gallery"  I've uploaded 10 pictures.  Why is there nothing in the gallery.  We want to fix this so people, when they click on  "My Gallery" all of their uploads will come up.

Help

Joachim Müller

All uploads into a user's personal gallery will show if you click on "my gallery". If you (or you users if you allow them to do so) upload into public galleries, those uploads will not show when "my gallery" is clicked. So what you're experiencing is expected behaviour. You request a different feature. To accomplish what you're up to, add a custom link to your menu that points to thumbnails.php?album=lastupby&uid=XXX, where XXX equals the user id of the current user. You can get that piece of information using the constant USER_ID