By User on Wednesday, 10 February 2021
Posted in General Issues
Replies 7
Likes 0
Views 531
Votes 0
Hello. How can I allow regular registered user to set photo as featured (favorite) in album?

At the moment user can't see star icon and can't make photo bigger.

Thanks.
Hey there,

The feature button will only be shown for the photo uploader and site admin.

Also, can you explain more in details on what do you mean "can't make photo bigger"?
·
Thursday, 11 February 2021 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. Make photo bigger = feature photo and display bigger thumb.

Is it possible to customize some file to allow this feature for all registered users?

Thanks.
·
Thursday, 11 February 2021 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Hi. Make photo bigger = feature photo and display bigger thumb.


There is no setting for it but you can add the following custom CSS and see how it goes:


body #es .es-album-item .es-photo-item.layout-item.featured {
width: 80% !important;
}


Do take note that you need to clear all of your caches before you see the changes.

Is it possible to customize some file to allow this feature for all registered users?


If you really want to customize it, you will need to customize the core files.
·
Thursday, 11 February 2021 14:35
·
0 Likes
·
0 Votes
·
0 Comments
·
The feature button will only be shown for the photo uploader and site admin.
Hi. I tested it and can see that registered user (the photo uploader) can't feature photo.
He just can't see this "star icon". Something not OK on my site
·
Monday, 15 February 2021 04:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I just tested on your site with a test account and it is working fine for me here as shown in the video. https://take.ms/AxmjT

Am I missing anything?
·
Monday, 15 February 2021 14:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. Seems problem appear in this case:
1) user1 created group
2) registered user2 created album in this group and upload photos
Result: user2 can't feature his photo (in his album) in user2's group.

Thanks.
·
Monday, 15 February 2021 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Oh I see.

I am able to replicate it now.

I will log this into our issue tracker.
·
Tuesday, 16 February 2021 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post