| [20:45:13] | <egratta[m]> | mstenta: Would you mind walking me through your development process a little bit? Do you use any dev tools that support a debugger? Do you commit changes made in profiles directly, or move them first, and commit to where? |
| [20:45:14] | <egratta[m]> | I was trying to figure out why the title is not rendered on the default view of the dashboard when you navigate to /farm, but *is* shown when you navigate to farm/dashboard. Just a little experiment to understand all the moving pieces... but there are also some mismatched h2/h3 start and end tags in farm_dashboard.module that I can commit a fix to as a test run. |
| [07:49:14] | <mstenta[m]> | egratta: Sure! Happy to share any info I can to get you going |
| [07:50:40] | <mstenta[m]> | Good catch on the mismatched H2/H3 tags in farm_dashboard.module - please feel free to create a commit+pull request! I think they should be H2s for consistency. |
| [07:51:19] | <mstenta[m]> | Re: hiding the page title on the homepage - that is just done via CSS in the theme: https://github.com/farmOS/farmOS/blob/7.x-1.x/themes/farm_theme/css/styl... |
| [07:52:18] | <mstenta[m]> | You're right that /farm/dashboard doesn't do that... I didn't notice that, so perhaps we can add an additional CSS rule. It happens because /farm is considered the "front page" and so it gets the "front" class. But /farm/dashboard is not (it is considered a "default menu tab" in Drupal) |
| [07:52:52] | <mstenta[m]> | (The reason I decided to hide the homepage title was to tighten up the dashboard - a title just takes up space and doesn't provide any additional usefulness, IMO) |
| [10:57:09] | <munjoma[m]> | > Yes - You can download the Bootstrap files into sites/all/libraries/bootstrap |
| [10:57:10] | <munjoma[m]> | thanks, that worked |
| [11:46:36] | <mstenta[m]> | munjoma: great! |