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 "...
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
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-...
Posted1 day 6 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Oh thanx ! I had an "old" text format that I had disabled. I re-enabled this format in the field body with the permissions and the field comes back for editing.
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help installfor details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --autoFor more info, run:
bee help install