ACP UX Improvements

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
A_Jelly_Doughnut
Registered User
Posts: 1780
Joined: Wed Jun 04, 2003 4:23 pm

Re: ACP UX Improvements

Post by A_Jelly_Doughnut »

Glad to see the ACP getting some discussion. I'll share a few of my thoughts, some of which echo what Elsensee has already written in the OP. I don't see anything in the OP as it is written now that I disagree with.
  1. Some of the confusion about the ACP comes from multiple ways to access the same function. For example, "Manage Forums" is under Quick Access on the General tab, which leads to the same place as the Forums tab. We can reduce clutter by eliminating this duplication.
  2. In addition to multiple pathways to reach the same page, some settings are duplicated. For instance, under Board Features, a number of the Load Settings are duplicated.
  3. Many of the items on the General tab are rarely if ever accessed, and might benefit from being buried deeper, perhaps an interstitial page with better/longer descriptions. For example: Signature settings, feed settings, and avatar settings are probably one-time settings for most admins.
  4. Many settings could be deprecated/removed altogether. Why would an admin want to prohibit users from subscribing to topics!?! Or disable dotted topics? Or database-based unread tracking? Some of these may have made sense in 2006, but they don't seem reasonable today.
  5. The forum management UI is cumbersome to me. It is one of the things I frequent as an admin, splitting up forums from time to time. And it never ceases to confuse me when I get to the end of a chain of subforums and am greeted with a neary-blank page that says: Ludwig van Beethoven [Edit | Delete | Resynchronise]. It seems like this page should say something. Maybe take me to the edit page by default. Maybe display a permissions summary for the selected forum (which is currently pretty cumbersome to get to, itself). A better way to re-arrange forums would be awesome.
  6. Some of the language strings are less than ideal. e.g. Attachment Settings->Maximum file size messaging:. Some (e.g. on the Forum management tab) are trying to explain how the phpBB3 paradigm is different than the phpBB2 one. Well, it's been 10+ years since the phpBB2 paradigm stopped mattering, and we should not assume any modern user ever used phpBB2.
  7. Board Features->"enable quick reply" option should go away. The Internet has quick reply now, turning it off is dumb. (I have the sudden feeling SHS` is going to summon BertieZilla to slap me)
CHItA wrote: Mon Oct 02, 2017 4:20 pm The ACP is not unusable because the number of settings available, but because of their organisation (or lack there of). Eg. "Board settings" and "Board preferences" are pretty *beep* names as you don't really know what you would find there.
It's both. If you want to toggle a particular feature (say the "board disabled" toggle), not only do you have to know/guess which category it is filed under, but then you have to read through a listing of 20 settings on that page. If there were only 10 settings there, it would seem easier.

And now, a couple of topics focused on ACP UI issues I participated in 5+ years ago:
https://area51.phpbb.com/phpBB/viewtopi ... 08&t=42311 (remove unnecessarily granular permissions)
https://area51.phpbb.com/phpBB/viewtopi ... 08&t=42557 (acp search)
A_Jelly_Doughnut

rubencm
Development Team
Development Team
Posts: 32
Joined: Sun Mar 12, 2017 8:30 pm
Location: h[b]ell[/b]o

Re: ACP UX Improvements

Post by rubencm »

Thank you for this.

About the default style, the option is also duplicated, you can set the style from Board Settings, and also from Customise>Style>Details.

About the default style, it doesnt change for all users, only for guests and new users, because unless override user style is selected, the system selects the current default style as selected style for the user, but when you change the default style, it doesnt change for the user. So i think that when the user has 0 as style, he should have the current default style, not set the current default style. I did something related to this... and maybe it should be closed https://github.com/phpbb/phpbb/pull/4930

User avatar
Louis7777
Registered User
Posts: 394
Joined: Fri Apr 04, 2014 12:32 am

Re: ACP UX Improvements

Post by Louis7777 »

Roles and Permissions are accessed from multiple places. They could have a simpler ajaxified UI.

(image below is from PrestaShop v1.7.*)

Image

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: ACP UX Improvements

Post by david63 »

Whatever you end up doing please bear in mind that almost any change (to either core or style) will almost certainly end up "breaking" extensions and that will be a sure fire way to upset both extension developers and board Admins who use/rely on them.
David
Remember: You only know what you know -
and you do not know what you do not know!

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: ACP UX Improvements

Post by hanakin »

@david63

i do no think anyone is saying all of this should happen at once.
Donations welcome via Paypal Image

User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 36
Joined: Mon Sep 01, 2014 10:54 pm

Re: ACP UX Improvements

Post by Kailey »

Elsensee wrote: Mon Oct 02, 2017 2:12 am
  • Board features
    • Allow subscribing to topics/forums - (I can't see a reason why you should disallow this)
    • Allow bookmarking topics - (Either remove the option, because why would you want to disable it, or remove the function. It's 2017 - modern browsers can handle this too)
    • Allow birthdays - (Remark: The option for the birthday listing at the bottom of the index should not be removed, just the option to allow/disallow users to enter their birthdays since I don't see a reason why you should want to disallow this..)
    • Display subject of last added post on forum list - (They are automatically hidden if the user has no permission to read topics)
    • Load settings - (This area should go to the page Load settings)
    • Allow styles to display custom profile fields in memberlist - (Why do style authors even have this option and does anybody ever use this?)
    • Display custom profile fields in private messages/user profiles/topic pages - (Admins can this enable/disable per field in another option)
Allow bookmarking topics - Please don't remove this feature completely. It is heavily used on my board.
Allow birthdays - Should probably be moved to an extension. I disable this on almost every install for a customer I've done (they don't want it).
All the others I'm ½ and ½ on. There's good arguments for keeping them and good arguments for removing them.
Elsensee wrote: Mon Oct 02, 2017 2:12 am
  • Load settings
    • Enable display of user online/offline information
Also turned off on new installs for most of my clients.

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

Re: ACP UX Improvements

Post by CHItA »

A_Jelly_Doughnut wrote: Tue Oct 03, 2017 4:07 am
CHItA wrote: Mon Oct 02, 2017 4:20 pm The ACP is not unusable because the number of settings available, but because of their organisation (or lack there of). Eg. "Board settings" and "Board preferences" are pretty *beep* names as you don't really know what you would find there.
It's both. If you want to toggle a particular feature (say the "board disabled" toggle), not only do you have to know/guess which category it is filed under, but then you have to read through a listing of 20 settings on that page. If there were only 10 settings there, it would seem easier.
What I meant is I see no point in removing settings. It just doesn't make sense to me. Features could be removed from core and moved to extensions (and thus getting rid of some settings). However, the problem is not the quantity of available settings, it is the organization of them. phpBB ACP has a great UX/UI if you ask the support team first how to do what you want to do.

User avatar
A_Jelly_Doughnut
Registered User
Posts: 1780
Joined: Wed Jun 04, 2003 4:23 pm

Re: ACP UX Improvements

Post by A_Jelly_Doughnut »

CHItA wrote: Tue Oct 03, 2017 4:39 pm What I meant is I see no point in removing settings. It just doesn't make sense to me. Features could be removed from core and moved to extensions (and thus getting rid of some settings). However, the problem is not the quantity of available settings, it is the organization of them.
I mostly agree with you, removing settings for the sake of removing settings isn't the goal. But removing settings which are duplicated on multiple pages is a good start.

That doesn't mean there aren't some settings that could/should go away, because they were created in a 2002-2006 world where the whole Internet was different - shared hosts were less capable, user download bandwidth was lower, no mobile web, etc.
A_Jelly_Doughnut

User avatar
david63
Registered User
Posts: 355
Joined: Mon Feb 07, 2005 7:23 am

Re: ACP UX Improvements

Post by david63 »

hanakin wrote: Tue Oct 03, 2017 2:07 pm @david63

i do no think anyone is saying all of this should happen at once.
It does not matter whether it all happens at once or happens piece meal the problems will still be there. In some respects it would probably, from an extension developers perspective, be better if it all happened at the same time as that would mean one set of changes (albeit a large set of changes) in preference to constantly changing our extensions - which, incidentally, makes more work for the Extensions Team.
David
Remember: You only know what you know -
and you do not know what you do not know!

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: ACP UX Improvements

Post by hanakin »

well also if it all happened in at once and to include a re-design as well i doubt we would want to release it under the guise of a minor release which would be from your perspective a non-issue in that case.
Donations welcome via Paypal Image

Post Reply