Description of the need
In https://github.com/backdrop/backdrop-issues/issues/5791 we are looking into providing a list of enabled modules. This however was in response to a perceived need for site information for debugging.
As in Q: "My site is producing fatal errors" A: "What modules you have installed?"
But I find that frequently other questions accompany, like "What Backdrop/PHP/MySQL version, which theme are you using, is Javascript aggregated, etc etc"
Noting that the Status Report page provides a lot of that info already, but is not printable, and may be too much info in some situations
Proposed solution
A link/button on the status Report page to print a report. I propose a radio with two options: "full", and "Basic" (or maybe "Safe"). When you click the button you get the Status report info in printable format, with added stuff like enabled/disabled modules, themes, layout, etc etc. "Full" prints everything on the Status Report page, "Basic/Safe" would be default, and print only stuff that shouldn't put your site at risk if you post it in the Forums.
An example of a similar effort for WP is this plugin: https://wordpress.org/plugins/website-information-report/
Alternatives that have been considered
A View of enabled modules alone is being considered for core in https://github.com/backdrop/backdrop-issues/issues/5791
Recent comments
Thank you for your answer. What I want to do is display usernames or user images in a menu, similar to many community websites. The basic menu that Backdrop currently provides is a "...
How can I display the username or user profile picture in the menu?
Just go to the menu where you want to add your link. Add your link and in the path search for "user". It's done. No need to use a token. Or perhaps this ? menu_attributes
How can I display the username or user profile picture in the menu?
Please can you provide more information about the use case for this and also a screenshot or mockup of what you are trying to achieve. There is a request here (https://github.com/backdrop-...
How can I display the username or user profile picture in the menu?