Advanced search  

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

Pages: [1]   Go Down

Author Topic: User gallery usability  (Read 4159 times)

0 Members and 1 Guest are viewing this topic.

natalina

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 96
    • Interior & Architecture
User gallery usability
« on: October 13, 2006, 10:54:01 pm »

Hi:) I suppose It will be nice if users be able to get their albums listed at users category. Now they hardly know what to do - the only text link links to profile. Sure they may click the prevew image but as I know most of them don't understand it.
« Last Edit: October 14, 2006, 05:19:59 pm by GauGau »
Logged

Nibbler

  • Guest
Re: User gallery usability
« Reply #1 on: October 13, 2006, 11:05:12 pm »

I don't understand what you are requesting, please explain in more detail.
Logged

natalina

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 96
    • Interior & Architecture
Re: User gallery usability
« Reply #2 on: October 13, 2006, 11:20:58 pm »

Sorry for my poor English(: I'll try to explain. When user goes to page called users gallery he (or she) see the list of users (text links= usernames). If the user click this  link he get the profile page. I think it will be more comfortable for users to see list of albums (text link+ prevew image) As a rule they needn't check the profiles. First they want to see images & sometime afterwards see profile... From profile page they can't see all pics & albums of user -only last uploaded. Sometimes they even can't find their only albums because of the only way to reach the list of useres album is by clicking the image below the username at category page.
« Last Edit: October 13, 2006, 11:32:42 pm by natalina »
Logged

Paver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1609
  • Paul V.
Re: User gallery usability
« Reply #3 on: October 14, 2006, 12:59:19 am »

This theme customization may do what you want. 

Edit themes/yourtheme/theme.php and add in or modify $template_user_list_info_box as shown below:
Code: [Select]
// HTML template for the USER info box in the user list view
$template_user_list_info_box = <<<EOT

        <table cellspacing="1" cellpadding="0" border="0" width="100%" class="user_thumb_infobox">
                <tr>
                        <th><script language="javascript">document.writeln('<a href="index.php?cat=' + (10000+{USER_ID}) + '">{USER_NAME}</a>')</script></th>
                </tr>
                <tr>
                        <td>{ALBUMS}</td>
                </tr>
                <tr>
                        <td>{PICTURES}</td>
                </tr>
        </table>

EOT;

I don't know if there's any reason to keep this thread on the "Features Request" board.  I agree that people may get confused about how things are linked, but it seems to me that the username should be linked to the user's profile.  Maybe there should be a different clear way to indicate the link for the user's albums, currently that's the preview image only.  If so, this feature request could stay here. 

By the way, related user-gallery theme/anycontent customizations are: User albums on the index page and Showing specific user galleries on the main page.
« Last Edit: October 14, 2006, 01:05:59 am by Paver »
Logged

natalina

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 96
    • Interior & Architecture
Re: User gallery usability
« Reply #4 on: October 14, 2006, 02:08:50 am »

Thank u so much:) I did it with your help:) I suppose it depends on the gallery - if it contains design projects (like mine) it's very important to have clear & direct way to reach users albums. Maybe in future we will be able to choose:)
« Last Edit: October 14, 2006, 02:31:03 am by natalina »
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.