- Posts: 16
- Thank you received: 0
All questions about EDocman extension
eDocman sort order of documents in back component
- Bob Raikes
- Topic Author
- Offline
- New Member
-
Less
More
9 years 2 months ago #75653
by Bob Raikes
eDocman sort order of documents in back component was created by Bob Raikes
It is frustrating that eDocman does not remember the sort order of the document listing on the back end. My documents are nearly always sorted by id descending, but eDocman does not remember when I set this, so I have to set it each time.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
9 years 2 months ago #75703
by Mr. Dam
Replied by Mr. Dam on topic eDocman sort order of documents in back component
Hi Bob,
To solve the issue, pleae follow these steps:
1. Open file:
and change to:
Good luck
Dam
To solve the issue, pleae follow these steps:
1. Open file:
2. Findroot > administrator > components > com_edocman > model > documents.php
Code:
$this->state->insert('filter_category_id', 'int', $app->getUserStateFromRequest($context . 'filter_category_id', 'filter_category_id', 0, 'int'))
->insert('function', 'string', 'jSelectEdocman')
->insert('filter_published', 'string', $app->getUserStateFromRequest($context . 'filter_published', 'filter_published', '', 'string'));
and change to:
Code:
$this->state->insert('filter_category_id', 'int', $app->getUserStateFromRequest($context . 'filter_category_id', 'filter_category_id', 0, 'int'))
->insert('function', 'string', 'jSelectEdocman')
->insert('filter_published', 'string', $app->getUserStateFromRequest($context . 'filter_published', 'filter_published', '', 'string'))
->insert('filter_order_Dir', 'word', 'ASC');
Good luck
Dam
Please Log in or Create an account to join the conversation.
- Bob Raikes
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
9 years 2 months ago #75722
by Bob Raikes
Replied by Bob Raikes on topic eDocman sort order of documents in back component
Made the change, but no difference. Access group settings and state selector retained, but not sort order.

Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
9 years 2 months ago #75723
by Mr. Dam
Replied by Mr. Dam on topic eDocman sort order of documents in back component
Hi Bob,
You can submit ticket and send your site url with super admin account. I will check and solve the issue for you.
Thanks
Dam
You can submit ticket and send your site url with super admin account. I will check and solve the issue for you.
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.