By Alberto Provenzi on Tuesday, 08 December 2015
Replies 1
Likes 0
Views 891
Votes 0
Hello to all. I have a couple of questions.
1) the texarea "es-photo-caption-field" is in three different places:
- In the pop-up photos
- in the modification of an album
- in modifying a photo
If I insert html code in the field when I edit an album, it is accepted but when I insert it in editing pictures or editing photos in the pop-up, is cleared.
Is possible to make sure that the textarea accept html code in the three situations?

2) when I edit an album photo order is: the oldest before and after the newest.
Is possible to sort photos in this way: the most recent first and the oldest after?
When a user upload some photos, if they have to modify them , certainly they want to work on those loaded recently. It would a way to improve the user experience.

It would also need to be able to sort the photos in a personalized way with drag & drop. Is it possible?

Thanks in advance for the answer.
Hey Alberto,

I am sorry for the delay of this reply,

1) the texarea "es-photo-caption-field" is in three different places:
- In the pop-up photos
- in the modification of an album
- in modifying a photo
If I insert html code in the field when I edit an album, it is accepted but when I insert it in editing pictures or editing photos in the pop-up, is cleared.
Is possible to make sure that the textarea accept html code in the three situations?

Unfortunately that was not possible at this point of time.

2) when I edit an album photo order is: the oldest before and after the newest.
Is possible to sort photos in this way: the most recent first and the oldest after?
When a user upload some photos, if they have to modify them , certainly they want to work on those loaded recently. It would a way to improve the user experience.

It would also need to be able to sort the photos in a personalized way with drag & drop. Is it possible?

Unfortunately we do not have sorting option in current system. But you can temporary hack in this file -> JoomlaFolder\administrator\components\com_easysocial\models\photos.php

// LINE 346
$query[] = "order by a.`ordering` $sort";
// Replace with
$query[] = "order by a.`ordering` asc";


So it should display the newest photo on the first in your album. Currently we do not have "drag & drop" in album add photo section yet.

But it would be best if you can submit a feature request regarding this in our voice page -> http://stackideas.com/voices/easysocial , so everyone else could vote for it, the more people request on this, and we will priority consider it.
·
Wednesday, 09 December 2015 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post