Closed (fixed)
Project:
Dark Grail
Version:
6.x-1.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
27 Aug 2009 at 10:43 UTC
Updated:
30 Aug 2009 at 07:32 UTC
Hie,
It's still me ...
3 points :
1 : small mistake in my last file overide file : a blank before :hoover
2 : how make your theme ( = default theme) when the site is in maintenance instead the administration theme
3 : I use a favicon; with firefox, I can see it in the url but not in my personnal bar. I see Drupal one although I put mine in the darkgrail repertory.
Thank you
Comments
Comment #1
gausarts commentedHi,
Thanks for moving it yourself. I was still wondering how to move it :)
1. In your last patch, I saw you reference a background image, but I didn't see the actual image mentioned. Unless you mention it in another file, I believe that was the problem
2. If you have trouble to create a custom maintenance page, see http://drupal.org/node/195435
3. In the meantime, try putting favicon.ico in your root where drupal installed as well, in the same level with robots.txt. I'll try to see more info about it.
Hope that helps.
Comment #2
altbzh commentedHie,
Thank you :
- background : For dropdown menu, I adapts CSS from your's and Acquia that explain "background" ...
- I put favicon at this place but I think some the favicon which is used beside your url in the adress field of your browser is from your site theme but perhaps not the one which is used in your favorite or personal bar. I have not made all the tests.
- Maintenance theme : I think it's the administration one ... I go and follow your link ...
Heve a good day ...
Comment #3
altbzh commentedHie,
For maintenance page , I follows the link:
- uncomment settings file (with 'maintenance_theme' ='darkgrail)
- copy the template file from system to darkgrail theme.
Actually, I have 2 warnings and no theme .... :
* warning: array_keys() [function.array-keys]: The first argument should be an array in /homez.143/altbzh/www/drupal/includes/theme.maintenance.inc on line 217.
* warning: Invalid argument supplied for foreach() in /homez.143/altbzh/www/drupal/includes/theme.maintenance.inc on line 217.
see : http://www.alain-lambert.net
Thanks ....
Comment #4
gausarts commentedTry only to activate 3 lines for now, see:
1. $conf = array(
2. 'maintenance_theme' => 'darkgrail',
3. );//Remove the leading hash signs activate the closing
This should give you darkgrail as your maintenance theme. Use the maintenance-page.tpl that ships with darkgrail first. Later you can always change it.
Put your site offline, and see in another browser.
Comment #5
altbzh commentedHie,
Sorry, That is what I have done in the settings file but with a fault to darkgrail !!! (I have forgetten the "k" ....)
Comment #6
gausarts commentedI see, typo, then :)
Is it okay now?
Comment #7
altbzh commentedyes it is, thank you