I need to create a checklist to associate with a content type. It needs to be a list of items with a Yes and No selector (Checkbox preferably) for each one. I tried creating a content type with the items using boolean fields and creating an entity reference to them but in Views I can only get the names of the boolean fields, I cannot get both the name and the value.
I'm fairly certain I have been able to accomplish this in the past I just cannot remember. Any guidance or links to instructions/tutorials for this would be appreciated.
Hello, I have a site running PHP 5.4 and it breaks after updating from 7.95 to 7.96.
Using Drush it says:
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /modules/system/system.module on line 4103
The site's white screen of death says:
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /includes/file.inc on line 2752
I want to display a Views output in a specific Bootstrap pill but hidden from all other pills on the page. Right now the output shows up in all pills because it's associated with the Node or Content Type. Can this be achieved?
Follwing the instructions for manual installation option-1, stuck on number 8 run update.php. We are navigating our domain/update.php the screen just goes white and nothing happens
Update.php will not run while site is on maintenance mode, any advice on how to get that update.php to run ?
I cannot get this Bootstrap Split Button to render properly. I have custom block with code that renders fine in Codepen so I assume it has something to do with the way blocks are styled in Drupal. If you know how to fix it I would appreciate the help.