By Matt on Wednesday, 24 February 2016
Posted in General
Replies 5
Likes 0
Views 415
Votes 0
I would like the default order for All Album view to be set to "Popular".

Is there a way to do this?

Many Thanks.
Hi Matt,

I am sorry but currently there is no setting for this. You will need to customize your EasySocial. To do this, open the file 'JOOMLA/components/com_easysocial/views/albums/view.html.php' and look for below code at line 170:


$sorting = $this->input->get('sort', 'created');


and replace the 'created' to 'popular'. e.g.


$sorting = $this->input->get('sort', 'popular');


Hope this help and have a nice day!
Sam
·
Thursday, 25 February 2016 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Excellent, many thanks for the help!
·
Thursday, 25 February 2016 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Matt,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 25 February 2016 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
jasni jasman wrote:
As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.


I thought I did?
·
Thursday, 25 February 2016 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Matt,

Yes you did. Sorry about that.
·
Thursday, 25 February 2016 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post