Paging: How to turn off. How to set number of items

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
I like to sett the page length (number of items shown) for several pages.
Allso I like to disable the paging for the administrative "Show all settings" page, to be able to scroll quickly to the right setting.
Any ideas?
13 anni tempo fa
The number of items per category and per manufacturer are defined in each category/manufacturer.

To disable paging in the admin area you need to change the code... don't know if this is wise since I think it will increase page loading time.

If you want to try... search Administration/Modules/Settings.ascx and change AllowPaging="true" to false and that should do the trick.
13 anni tempo fa
Thank you! That answered my question.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.