By Espen on Wednesday, 27 June 2018
Posted in General
Replies 1
Likes 0
Views 761
Votes 0
The maximum list limit if you are using the magazin layout is 9. Is it possible to manually override this value to 12 or larger?
Hi there,

Currently, in order for you to achieve this, you need to do some modifications on this .../components/com_easyblog/views/magazine/tmpl/default.xml files. You can change codes below accordingly.

[gist type="php"]
<field name="listLimit" type="list" default="" label="COM_EASYBLOG_MAGAZINE_LIST_LIMIT" description="COM_EASYBLOG_MAGAZINE_LIST_LIMIT_DESC" >
<option value="1">1</option>
<option value="3">3</option>
<option value="6">6</option>
<option value="15">15</option>
</field>
[/gist]

You need to full backup on this files as this files will be overridden on your next update/upgrade. Upload them once you have done any update/upgrade on your site.

Please give it a try and see how it goes.
·
Wednesday, 27 June 2018 15:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post