Replies: 5 comments
-
I can confirm that there are no option for this menu type to have a list limit on the number of categories displayed in the list. (the options you refer to are for the content of the categories not for the list itself |
Beta Was this translation helpful? Give feedback.
-
Brian,
Yes, that's what I've determined too. Are there any plans to add pagination support to the "List All Categories" view in the near future? After doing some searching I can see people have been requesting this feature as far back as 2010.
If not, do you know of any patches, hacks or modified versions of:
/components/com_content/views/categories/tmpl/default_items.php that include pagination?
…On 3/10/2017 8:37 AM, Brian Teeman wrote:
I can confirm that there are no option for this menu type to have a
list limit on the number of categories displayed in the list. (the
options you refer to are for the content of the categories not for the
list itself
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/joomla/joomla-cms/issues/14393#issuecomment-285670556>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZBFBJmyYyEO7FzAXxcXtJkA_OU-XCxFks5rkVIagaJpZM4MUo2C>.
|
Beta Was this translation helpful? Give feedback.
-
I fixed by using some trick. Here are what I did in this file (/components/com_content/views/categories/tmpl/default_items.php) |
Beta Was this translation helpful? Give feedback.
-
@huynhkhanhduc can you make a PR (i didn't understand your Answer in other Thread)? |
Beta Was this translation helpful? Give feedback.
-
Status is set on "Needs Review". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Joomla 3.6.5 there is no category pagination in the "View All Categories" menu item type. "Pagination" is set to "Show" and "# of Articles" is set in the menu item parameters.
Article pagination works correctly, but the list of categories is not paginated.
Pagination code needs to be added to /components/com_content/views/categories/tmpl/default_items.php
Beta Was this translation helpful? Give feedback.
All reactions