Moreover how 'preload_likes' ($preload = elgg_extract('preload_likes', $vars);) is set in the DataService.
This is an optional parameter that you can use for caching.
Here're similar cases.
Thanks.
Where can I see the details of the service (It's just a service that counts the number of annotations on create, annotation and delete, annotation events.)
You've already asked about this.
I think Jerome and I have made it clear to you that this won't work.
If you've a project on Elgg that you want to transfer, use this tutorial.
If you've something else, you need to use Elgg API.
For the latter case, you'll need some custom plugin or a one-time script.
It indeed seems to come from "Site settings - 'Default number of items per page'."
For a quick fix, I changed it to 100, as I don't have that many pages in any of the sections yet (e.g. blog, pages, events). But it's not the best solution.
I'm not sure now if this is working as intended or not. If it's a bug, how/where would I report it?
how/where would I report it?
https://github.com/Elgg/Elgg/issues
You can temporarily fix this adding 'limit' => false to "PagesNav.php"
'batch' => true, 'limit' => false, 'sort_by' => [ 'property_type' => 'metadata', 'property' => 'title', 'direction' => 'ASC', ],
'views' => [
'default' => [
'assets/' => elgg_get_data_path() . 'assets/',
],
],
/mod/my_plugin/views/default/assets/topbar_logo.png
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.