This forum is for assistance with theme development.

Goofy question

How does one disable the secondary logo in the Goofy theme. Using the configuration menu allows overriding the default logo, but not the yellow Drupal guy in the upper right.

Thanks.

Rich (rl)

News on Front Page with different style than Stories in other parts of the site

I am new to Drupal, so I'm sure it is painfully obvious how to do this.

I would like to create a section of the home page that would contain Story nodes (possibly from a specific category) on the home page with just the date, title, and teaser. However, when the user clicks read more to see the full story, I want it to be styled differently. The listings on the homepage would be in a very small font to fit into a ~190px column; whereas, the full story would use the

Drupal theming for dummies

Hi guys,

Pure CSS - No tables etc

I am really new to Drupal and I am lost as to how to really trasform the site. I want to make a page that looks like a regular html/css webpage. Right now I develop all my sites using html and css with no tables and I would like to do the same in drupal. For some reason I can't find a clear cut overview on how to really transform the way drupal works. Anyone have any suggestions or sites to look at for help?

block.tpl.php flexibility like page-mypage.tpl.php?

Theme Gods:

I am aware of all the CSS opportunities available using regions to make my blocks look different. But this doesn't help with the basic structure of a block.

Here's a challenge. I want the title of Block 1 to be at the top of the block, and I want the title of Block 2 to appear at the bottom of Block 2. Is this possible? Or I want one block to have rounded corners, and another to be squared. To do that right now I need to put CSS in the block-tpl.php (I think).

adding block regions, having problems.

I'm using 4.7 and have added some block regions for additional sidebars (goal being that I can have 2 left or right sidebars, one of which is only visible to registered users.)

I'm sure my problem is due to the fact that I know very little about working with tables. I added 2 new regions. so I now have sidebar_left, sidebar_left2, sidebar_right, and sidebar_right2.

The problem is the new sidebars are being placed side by side instead of on top of one another. so what i'm ending up with is this:

[sidebar_left][sidebar_left2][content][sidebar_right][sidebar_right2]

where I need to have this:

[sidebar_left] [content] [sidebar_right]
[sidebar_left2] [ ] [sidebar_right2]

Theme is bluemarine, here is how i'm incorrectly displaying the sidebars.


if ($sidebar_left) {

}
if ($sidebar_left2) {

}

if ($mission) {
print $mission

}

print $breadcrumb print $title
print $tabs

print $help

Pages

Subscribe with RSS Subscribe to RSS - Theme development