I'm attempting my first theming with drupal. My first objective is to change the way that a node/page is displayed. I'm not sure if its considered a node or page but the article was created as a page when creating content. Anyway I am using the bluebreeze theme and wanted to get rid of the 'page title' that displays for a page. I have looked through some of the tpl.php files but can't seem to find what I am looking for. Any suggestions?
Abac 0.8 really good looking orange color scheme theme based on the PHPTemplate engine.
Released for Drupal 5.x. Uses CSS, not tables, coded with SE optimization.
Two column layout, fix width and big logo 215x165px (graphical banner).
I'm trying to define some additional regions using a template.php file and the _regions() hook. However any code in the template.php file causes drupal to return NO content (white screen of death). Even the following code: <?php causes my site to seize up. If I leave the template.php file completely blank, everything runs fine.
I've checked for extra spaces, returns etc at the end of the file, and there are none. I've also done a search on this site, but haven't found a solution. (Maybe it's there and I just didn't find it?)
My first problem was to insert a logo into the topmost header area - I found a thread which suggested I comment out the declared width in style.css as follows:
h1.site-name a img {
border: none;
float: left;
margin-top: -0.2em;
/*width: 2.34em;*/
}
This worked - I can now see the image (350x180), but it straddles the header and body areas. How do I increase the depth of the header so that the image sits 'above the line'?
I have been looking around the site and finally found a theme that I like (Warped: http://drupal.org/project/warped ). The problem is the theme is for 4.7 and not 5.0. I have looked at some things but they don't seem to help completely in what I want to do. http://drupal.org/node/64292 has helped but not as much as I hoped and is rather confusing where to put the code it states. I am not familiar with most coding but can add or figure things out if you give me links or something.
So basically the things that I need help with is:
1. I want to try and get another sidebar to the left side where it only has one of the right.
2. I need to fix the primary links but I think that is provided in the link above, but the navagational links are not set to the xhtml Mod that I downloaded that as well.
3. I have a decent image but have found that since it has an invisible back to it IE doesn't seem to like it. I could change it to add it a different way but since I have it as the logo.png it doesn't recognize it. Is there anyway to fix that easily since I have found 5.0 doesn't recognize any other logo image besides the logo.png?