Sort Pics by an user / Show all Pics of an user Sort Pics by an user / Show all Pics of an user
 

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

Sort Pics by an user / Show all Pics of an user

Started by Chrigi, May 01, 2005, 11:04:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chrigi

Hello together

i've searched but i had nothing found yet, and this is why i'm asking:
i'm a member of the fc (www.fotocommunity.de) and i would to make a similiar thing for my friends.
and now, i've installed the gallery now, everythings works fine, but i'm missing ONE function:
Where can I sort the pics by user? I would like to see all pics from an user by mouseclick. is this possible?

greets
Chrigi

Sorry for the bad english, it isn't really my language ;) but i hope you understand me

Joachim Müller

the page you're refering to doesn't appear to be coppermine-based

Chrigi

*g*
sure, i only mentioned it, that you understand what i mean with "sort pics by an user".
my coppermine URL is "http://www.snaplife.ch/fotogalerie"

greetings
chrigi

Tranz

#3
You go into the user profile and click on the thumbnail. It points to all of the user's files.

Like this: http://snaplife.ch/fotogalerie/thumbnails.php?album=lastupby&uid=2

Nice photos, btw. :)

Chrigi

hey thank you, its fast here and it works :)

the reason didn't see it, was the bad description of the two thumbnails (last uploadpic and last comment).
where I can make a desription above the two thumbnails, in which file I've to change something?

thank you for the answers
greetz
chrigi

Joachim Müller

edit profile.php, find                $lastcom = '<td width="50%" valign="top" align="center">'
                            . '<a href="thumbnails.php?album=lastcomby&uid=' . $uid . '">'
                            . '<span class="thumb_title">' . $lang_register_php['last_comments'] . ' ' . $user_data['user_name'] . '<br /></span>'
                            . $lastcom
                            . '</a><br />';
and                $user_thumb = '<td width="50%" valign="top" align="center">'
                            . '<a href="thumbnails.php?album=lastupby&uid=' . $uid . '">'
                            . $user_thumb
                            . '</a></td>';
and add text as you want.

Chrigi

thanks a lot gaugau

it works great :)

best wishes
chrigi