By David Montoya on Tuesday, 02 August 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 385
Votes 0
I'm trying to figure out where this file is first called:
JOOMLA_ROOT_FOLDER/administrator/components/com_easyblog/themes/default/elements/pagination.php

It's the dropdown menu that lets backend users determine how many blog items show per page. I'm trying to figure out where it's called so I can write a custom plugin or template override to control how pagination works for the Latest view.
Hey David,

Actually this file JoomlaFolder\administrator\components\com_easyblog\themes\default\elements\pagination.php is use to override the Joomla default pagination selection for populate the setting from the backend Easyblog menu item setting.

For example this file -> JoomlaFolder\components\com_easyblog\views\latest\tmpl\default.xml

<field type="pagination" name="limit" default="-2" label="COM_EASYBLOG_ITEMS_PER_PAGE" description="COM_EASYBLOG_ITEMS_PER_PAGE_DESC" />
·
Tuesday, 02 August 2016 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post