This forum is for assistance with theme development.

how to make block titles be links to same url as "more" link

My head is spinning from trying to understand the hours of handbook pages and forum topics I've read. I'm wondering if anyone can point me in the right direction here. This is what I'm trying to do: change the titles of blocks (I'm using the dashboard to print taxonomyblock module blocks) to be urls that point to the same link that is generated by the "more" link (which I want to delete).

Here's the code for the more link I found in the taxonomy_block.module:

How to center the body?

How can I center the all body in chameleon theme? I don´t want text align center.I want that the all body goes to the center. thanks.

upgrade to Dreamweaver 8 and Drupal

I just downloaded a demo of Dreamweaver 8 and tried to open one of my Drupal site's pages to customize CSS, like I usually did with the former version. Suddenly I get weird error messages that the path to CSS is incorrect and images don't show up either. With the former version I could just save as.. from my browser, open it in Dreamweaver and start working. What did they change now? Anybody else experienced the same when upgrading to version 8? What should I do?

Display of Specific Taxonomy Terms in a Theme

Hi,

i don't want to display all taxonomy terms in a theme. $terms displays all terms. how i can only display terms of one specific vocabluary.currently $terms displays terms of different vocabularies.

did anybody have a link or know how i can do this?

-Jens

How to theme "add forum topic" page

Can someone help me in theming page where user adds new forum topic. Which template file is used to render this page?

Thank you.

using graphics in event.theme

i am trying to modify the look of the Calendar. instead of the little double-arrows indicating prev/next month, i want to substitute gif's.

here's the original code with the little arrows

function theme_event_nav_prev($url) {
  return '<span class="prev">'. l('¬´', $url) .'</span>';
}

and here's what i've tried to do, using function drupal_get_path

Pages

Subscribe with RSS Subscribe to RSS - Theme development