Alphabetical Sorted Contentpart in Backoffice

Use GitHub to post feature requests for phpwcms.
Locked
kubens
Posts: 168
Joined: Sat 6. Nov 2004, 15:29
Location: Duesseldorf near Cologne ;-)

Alphabetical Sorted Contentpart in Backoffice

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
kubens
Posts: 168
Joined: Sat 6. Nov 2004, 15:29
Location: Duesseldorf near Cologne ;-)

Post 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
Locked