Hi, I've been experimenting and searching the heck out of this site trying to adjust two little things in the Zen theme, and have yet to have any real luck. There is no real documentation that I can find to outline the specific option settings.
How can adjust the huge header size? As it is by default it takes up quite a bit of the browser view. I'd like it much smaller.
Drupal works like a charm on my windows and linux boxes at home, but at the solaris webserver where it's supposed to run on, i get errors when trying to change the colors trough the color picker.
I get the following errors in the log although it says at the garland color config screen that the settings are saved succesfully:
chdir() [function.chdir]: No such file or directory (errno 2) in ./modules/color/color.module on line 289.
fopen(files/color/garland-8ef288dd/style.css) [function.fopen]: failed to open stream: No such file or directory in ./modules/color/color.module on line 338.
fwrite(): supplied argument is not a valid stream resource in ./modules/color/color.module on line 339.
fclose(): supplied argument is not a valid stream resource in ./modules/color/color.module on line 340.
Does anyone know what might cause these problems? Thanks in advance.
My serverconfig is as follows:
$php -v
PHP 5.0.4 (cli) (built: May 12 2005 12:02:20)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies
$mysql -V
mysql Ver 14.7 Distrib 4.1.11, for sun-solaris2.9 (sparc)
phpinfo()
PHP built On: SunOS nemo 5.9 Generic_117171-07 sun4u
Web Server: Apache/1.3.33 (Unix) PHP/5.0.4
I have developed a drupal project using Pushbutton theme.
Now I want to change the theme as per some other website's theme.
How can I do this?
Can anyone help me?
Thanks in advance.
I have created 2 separate menus. Using the content of the blocks that were created by drupal 5.1, I placed them in my html with this code <?php $block = module_invoke('menu', 'block', 'view', 62); print $block['content']; ?>
& <?php $block = module_invoke('menu', 'block', 'view', 2); print $block['content']; ?>