By Jose Manuel on Monday, 30 October 2017
Posted in General
Replies 3
Likes 0
Views 497
Votes 0
Hi making some test on https://gtmetrix.com/, please can you tell me how to:

1. Set default image sizes for photos when they upload, now every photos get the size "large.jpg" i down know where to change that and resize all the photos to a desired size. thats will be good even when you view photo on the lighbox now is very slow: http://easysocial.stackideas.com/albums

2. Option to disable slide on over on the photo grid http://easysocial.stackideas.com/albums that feature loads a lots of photos and made that page slow, where is the option to disable that?

3. I want to know how can i display a upload form on a single page without the user module if you check http://easysocial.stackideas.com/albums/565-demo/albums/form the problem with that form is about the cover size and the form is not clear for users without experience, would be possible to add option to enable that feature via lighbox?

4. Photo Categories: As i can see there is no option to add photo or album categories, any option to have that? thats important for most of the communities our planning is to build a photo community but with that feature is impossible.
1. Set default image sizes for photos when they upload, now every photos get the size "large.jpg" i down know where to change that and resize all the photos to a desired size. thats will be good even when you view photo on the lighbox now is very slow: http://easysocial.stackideas.com/albums

Currently that was not possible to set which image type should show in this albums page, but you can modify this file ->
JoomlaFolder/components/com_easysocial/themes/wireframe/albums/items/cover.php

$album->getCover('large');
$photo->getSource('large');


Update to :

$album->getCover('thumbnail');
$photo->getSource('thumbnail');

So it will render thumbnail image on the album page.

2. Option to disable slide on over on the photo grid http://easysocial.stackideas.com/albums that feature loads a lots of photos and made that page slow, where is the option to disable that?

Unfortunately we do not have an option to disable these.

3. I want to know how can i display a upload form on a single page without the user module if you check http://easysocial.stackideas.com/albums/565-demo/albums/form the problem with that form is about the cover size and the form is not clear for users without experience, would be possible to add option to enable that feature via lighbox?

Unfortunately currently that was not possible at this point of time.

4. Photo Categories: As i can see there is no option to add photo or album categories, any option to have that? thats important for most of the communities our planning is to build a photo community but with that feature is impossible.

Yes, currently we doesn't have allow user to create their own album categories from their user profile.

By the way, thanks for your input and some suggestion, you can always submit feature request on our forum page here https://stackideas.com/forums/easysocial/feature-requests-2 we will see if there a lot of users request these as well, we will definitely consider to implement this in the future version.
·
Monday, 30 October 2017 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
So no solutions for important questions, ok, bye
·
Tuesday, 07 November 2017 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
We actually did thought about that but albums are already served as a category and to be honest, having a separate category and album would add more complications when users try to create an album as they always need to be picking a category for their albums
·
Tuesday, 07 November 2017 21:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post