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
the page you're refering to doesn't appear to be coppermine-based
*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
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. :)
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
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.
thanks a lot gaugau
it works great :)
best wishes
chrigi