Help with getting things done and fixing problems.
Topics | Comments | Posted | Last comment |
---|---|---|---|
How to reset admin password | 3 | 7 years 3 days ago | 6 years 11 months ago |
Google Fonts - Figuring out the Last Step Accepted answer | 1 | 6 years 11 months ago | 6 years 11 months ago |
Handling font-size and line-height for copy Accepted answer | 1 | 6 years 11 months ago | 6 years 11 months ago |
how to display view in node | 4 | 7 years 1 day ago | 6 years 11 months ago |
Backdrop Blocks - Style Configuration Tool - Documentation? Accepted answer | 4 | 6 years 11 months ago | 6 years 11 months ago |
How to stop loading default grid-flexbox.css Accepted answer | 3 | 7 years 3 days ago | 6 years 11 months ago |
"How to" block unwanted URLs Accepted answer | 3 | 6 years 12 months ago | 6 years 11 months ago |
Custom installation profile? | 3 | 6 years 11 months ago | 6 years 11 months ago |
Custom block templates | 4 | 7 years 1 month ago | 6 years 11 months ago |
How to output the URL of an image field in Views Accepted answer | 8 | 6 years 11 months ago | 6 years 11 months ago |
Custom page.tpl.php template based on content type or path. | 8 | 6 years 11 months ago | 6 years 11 months ago |
Where find docs for ctools? | 1 | 6 years 10 months ago | 6 years 10 months ago |
Taxonomy Title translation Accepted answer | 5 | 6 years 11 months ago | 6 years 10 months ago |
Layouts region inheritance Accepted answer | 12 | 6 years 10 months ago | 6 years 10 months ago |
Hero Image not displaying | 5 | 6 years 11 months ago | 6 years 10 months ago |
file folder from node title | 2 | 6 years 10 months ago | 6 years 10 months ago |
Updating Backdrop when CiviCRM is installed | 1 | 6 years 10 months ago | 6 years 10 months ago |
How to obtain 1.9.0 from git repository instead of 1.9.x-dev Accepted answer | 3 | 6 years 10 months ago | 6 years 9 months ago |
Too many redirects Accepted answer | 11 | 6 years 10 months ago | 6 years 9 months ago |
Professional help | 1 | 6 years 9 months ago | 6 years 9 months ago |
Rules 2.01 update error | 2 | 6 years 9 months ago | 6 years 9 months ago |
How to print a Views Block programmatically | 1 | 6 years 8 months ago | 6 years 8 months ago |
How to mane image gallery with colorbox Accepted answer | 6 | 6 years 8 months ago | 6 years 8 months ago |
Error posting to a forum | 4 | 6 years 8 months ago | 6 years 8 months ago |
xmlsitemap module | 6 | 6 years 8 months ago | 6 years 8 months ago |
Recent comments
I think this alternative works too. Instead of installing the stub modules, you may be able to just insert the relevant records in the systems table (while also ensuring entity_plus and...
Entity_plus_custom with search api
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3 https://github.com/backdrop/backdrop-issues/issues/5795 I can't be at the meeting this...
Dec 5th Weekly Dev Meeting
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
How to include other files in module?