This forum is for assistance with theme development.

Theme blocks based on placement

Is there anyway to check the placement of a block in block.tpl.php file?

For example:

I would like blocks in the right sidebar to print like this:

<?php print $block->content; ?>

but I would like blocks in the content section of my homepage to appear like this

<div>
<h3><?php print $block->subject; ?></h3>
<?php print $block->content; ?>
</div>

So, I figure it'd be like this:

Dark theme but light background for text: suggestions? examples?

I suck at designing but I haven't found a theme that matches what's in my head and the club can't afford to pay anyone, so I'm doing my best. But I can't get past this problem:

img_assist theming and HTML

I am going absolutely insane. Maybe someone can help.

I am trying to theme how img_assist 4.7 displays the HTML in and around the images. I was told to override the function img_assist_inline(). I have tried and tried, but haven't had any luck.

There used to be an option in 4.6 to manipulate the HTML output, but it no longer exists. Thanks.

Display bio pic with stories, blog entries

I'm very new to Drupal, so if this is not the right place to ask, please redirect me to the correct area.

I'm using chameleon as the theme. I've authorized user photos. The photo displays in the "My Account" page.

I want the image on file for the user to display with all stories and blog entries. It would be even better if the image were a link to the bio for the writer.

How do I accomplish that.

Thanks for the help.

Disable list style on bluemarine

I am simply not able to disable the list style in bluemarine.

Can somebody disable the squares at the menu listening?

I have PHPtemplate bluemarine
I added to the css
#sidebar-left ul {
list-style-type: none;
}

or

ul {
list-style-type: none;
}

or

#content ul {
list-style-type: none;
}

image links

Hello,

I'm new with drupal and I want to create navigation based on images.
I want to create a template with PHPTemplate engine.

I want my navigation look like this:

Pages

Subscribe with RSS Subscribe to RSS - Theme development