The list of contentparts is impressive and its growing. But the list is not ordered inside the backoffice. May they will ordered alphabetical in coming releases. It is not a killer feature request, but from my point of view this would make the backoffice a little bit more userfriendly
BR
Wolfgang
Alphabetical Sorted Contentpart in Backoffice
- Oliver Georgi
- Site Admin
- Posts: 9905
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
you can set order manually or kick some not used off the list in structe level section.
At the moment I don't see any chance to solve it because somebody wants to have it sorted alphabeticly the other by "how often used" and so on...
I have tried to position the most used at top of the list.
But you can also change default order in file include/inc_lib/article.contenttype.inc.php by moving array values at your favorite position.
Oliver
At the moment I don't see any chance to solve it because somebody wants to have it sorted alphabeticly the other by "how often used" and so on...
I have tried to position the most used at top of the list.
But you can also change default order in file include/inc_lib/article.contenttype.inc.php by moving array values at your favorite position.
Oliver
Thanks for your feedback and I realy understand the problem. For my personal needs I did as you mentioned:
Br
Wolfgang
Code: Select all
asort($wcs_content_type);
Wolfgang