Page 1 of 1

Alphabetical Sorted Contentpart in Backoffice

Posted: Sun 4. Mar 2007, 14:21
by kubens
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

Posted: Tue 6. Mar 2007, 11:46
by Oliver Georgi
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

Posted: Tue 6. Mar 2007, 11:56
by kubens
Thanks for your feedback and I realy understand the problem. For my personal needs I did as you mentioned:

Code: Select all

asort($wcs_content_type);
Br
Wolfgang