Is it possible to display my breadcrumbs only on pages with in the forum section? Is there some type of code I can insert that only shows it on pages with "/forum" in the URL?
I'd like to include a search form inside my flash header file. The problems is, I can't figure out how to get flash to submit the field drupal uses for search terms "edit[keys]". Is there a different non-array style term I could use like "keys" instead of "edit[keys]". Or, is there a way that I can get flash to submit "edit[keys]".
I wish to see a page that displays all the nodes of type "page" or "story" or other types i've created.
I tried /node/page and also /node/types/page but it didn't work.
I'm building a PHPTemplate theme, and I wish it to create a different page for each module that is displayed.
For example:
If i'm on the front page, I want it to display the sidebar_left, sidebar_right and region 1 from flexiblock (with no body content).
If i'm on /node/x (where x is a number), I want it to display the sidebar_left and the node module's content.
If i'm on /forum, I want it to display region 2 from flexiblock, and the forum page.
I've encountered a strange problem with the graphics from a theme not displaying in IE but displaying fine in Netscape. The URL for the graphics is www.mysite.com/themes/mytheme/graphic.gif, but should be www.mysite.com/webdev/themes/mytheme/graphic.gif. The theme has src= property for the img tag that begins with /theme, but even removing the leading slash didn't help. What could possibly cause this? And, how to fix? Thanks.