I have a site with multiple books and would like to change the site's icon depending on the book being viewed.
I know you can change themes using taxomony - but I don't want to add taxomony to all the books.
I'd prefer to use some php in the theme to accomplish this...
I know a little php and theming but do not know how to get drupal to return the title of the book. I can get the title of the pages but I want the icon dependent only on the book title. I looked through all the drupal book functions and could not get any to work they way I wanted.
I have a couple of path alias settings (e.g. galleries.htm) that are in my primary urls.
When a webcrawler (e.g.:67.185.215.33) is on another level:
lets say its visiting /subfolder1/index.html (this is a alias),
then it is looking for /subfolder1/galleries.htm
My watchdog gets swamped by this.
New to Drupal. Be gentle. ;-) I'd like to be able to run a custom app within Drupal. Meaning, I want to have the Drupal header displayed, the blocks and content displayed, as well as the footer. But in the display area I don't want to run a module, I want to run my own custom app which I designed to be integratable with some CMS's (as such, I am able to run it within Postnuke and within Xaraya by creating simple wrappers).
Let's say I have just installed a module, is there a way to programmically enable it (administer -> modules -> enable) as well as add it to the blocks (blocks -> enable) without going through the Drupal interface?