The Backdrop forum is a website where everyone can come and chat about Backdrop.
You have questions, we have answers! You have answers, we have questions! Don't have questions or answers? It doesn't matter, we all have ideas! Let's share them, and together we'll make the world of Backdrop a better place.
If you respond to a question, please adhere to the following guidelines regarding transparency:
- If you copy guidance from somewhere else such as an AI service, a Drupal resource or another web development resource, please state where you got it from and if applicable link to the original resource.
- If you offer a solution, please indicate whether or not you have tested it and the extent of your testing in relation to the original posters question.
Also, please see our code of conduct.
Recent comments
I don't know if anyone else might wind up here, looking for a way to specify a function in the Field UI which gets called and returns an array for the allowed values... But I made a module...
How to set allowed values in code
Hi Mike This is with the sticky header setting for the table. It looks like perhaps the script that sets the widths is not working quite right though if you set the admin/content view to...
View Title Slightly Skewed
Oh, one more thing. If your date field has a start and an end, then the token is slightly different. [node:field_1st_call_date_time:date:custom:ymd] for the start date, or [node:...
Date token display not using selected format
Awesome, thanks so much.
Date token display not using selected format
You have to use an extended selector... [node:field_1st_call_date_time:custom:ymd] Experiment the ymd format https://www.php.net/manual/en/datetime.format.php#refsect1-...
Date token display not using selected format