Hello I have scanned through at least 10 links on here in my attempt to set up a custom maintenance page. All attempts thus far have failed. I'm using D7 with Open Framwork (from Stanford). I have changed the $conf in setting PHP, I have copied maintenance-page.tpl.php to my theme and still no go after disabling/re-enabling maintenance mode.
Any help would be greatly appreciated!
p.s. Thank you in advance!
Hi, so I am very new to Drupal, actually been working with it for about a month and have limited access to its codes, since I am an intern.
I have this huge edit/node form which contains several displays that are not displayed on the same page for users.
For example I have relations, travel information, representations etc and they all have their own pages but when editing they all appear in the same edit/node form.
Since I did not write the code for said displays nor did I write the code for edit/node form i now really need help.
I'm using the bitnami Drupal 7 distro up on AWS. I created a subtheme following the instructions on the module page.
However, when I tell Drupal to rebuild the theme registry on every request, it's still caching my sub-theme's css. I'm using the method of subthemeing that uses the CDN hosted copy of bootstrap. The only way I can get my CSS to reload is to clear the cache.
Is there something I can do during development to force the css to rebuild or not cache? This is driving me nuts, every time I make a single change I have to clear the cache.