Is there a link to download all the drupal themes as a single zip file from http://themegarden.org/, as opposed to viewing individual themes in the browser. Also, if anyone knows of where I can find other drupal themes to download please send me a link. Thanks in advance.
Hey there! I'm trying to develop a custom breadcrumb for a client, and he wants a breadcrumb of the order Home -> Menu name -> Menu item (if it's not the same as page name) -> Page name
Probably a very obscure request - I'd like to be able to change the colour scheme used in Garland automatically from outside the admin interface, for example in cron.php.
First off, is this even possible? (cron.php isn't going to run as a Drupal administrator, after all.)
If so, is there some simple way of achieving it? I've spent a while probing all sorts of variables in many PHP & JS files without finding some obvious function to call. (Apologies if it's obvious, I'm quite a newbie when it comes to both PHP and JS.)
Hello
I am new in Drupal.
In the block section in the Administer menu I tried to build a flash banner for my site.
I create the block and I enabled it but I can’t see it.
[code]
[/code]
Do I have to enable some of the tags that I am using in this object?
The
This topic has been brought up before, but I though i'd bring it up again as mine is slightly different, requires editing of php (most likely), and may be of use to others after i'm done with it.
I have a menu with items such as home, about, story, articles..etc
The pages "Story" and "About" are expandable, and have child items called "Story Page 2" and "About Page 2", and thus upon proceeding to the page the menu is expanded.