By Mist on Friday, 25 July 2014
Posted in General Issues
Replies 3
Likes 0
Views 541
Votes 0
Hi guys,
From where is the ajax "load more" stream button and animation generated in ES template files ?

I am trying to locate it but with no luck. I want to customize it .

The generated html looks like this

<li data-context="all" data-nextlimit="25" data-stream-pagination="" class="pagination">
<a href="javascript:void(0);" class="btn btn-es-primary btn-stream-updates">
<i class="ies-refresh"></i> Show me more </a>
</li>
These are located in the js file and you can't actually customize this now. I will get this moved into a proper template file in the next release.
·
Saturday, 26 July 2014 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
I noticed the "loadbutton.ejs" file in the latest release under the "stream" folder . Is this file implemented and working ?
I tried to override it at /html/com_easysocial/stream/loadbutton.ejs .... but it's not working.

It seems that you guys did not move the load more button to the template file yet or i am missing something here.

Thanks !
·
Wednesday, 29 October 2014 06:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mist,

It seems that you guys did not move the load more button to the template file yet or i am missing something here.


We already moved the load more button into template file. You can find the html code for the load more button at JOOMLA/components/com_easysocial/themes/wireframe/stream/default.php and JOOMLA/components/com_easysocial/themes/wireframe/stream/loadbutton.ejs

Anyway, currently template overriding do not work with ejs file. You will need edit the one inside EasySocial.

Hope this help and have a nice day.
Sam
·
Wednesday, 29 October 2014 15:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post