This forum is for assistance with theme development.

PHPTemplate Theming - Simple Question

In my PHPTemplate theme I have added all the relevant stuff and it is working fine at the moment.

However I want to display a message when the breadcrumb isn't being displayed, is there a way i can set this up?

When I say isn't being displayed I mean sometimes the breadcrumb won't be showing but if you dig into the content it shows up, when it isn't being shown I want it to show this message.

Proposal: documenting Drupal's ID's and classes

This is a proposal which picks up on Chromatic's suggestion in in a comment on the misc/drupal.css thread that there should be a documentation site for Drupal's class and ID output, ala' http://drupaldocs.org

PHPTemplate or other?

I am new to developing themes for drupal and jumped at PHPTemplate as I am familiar with php, however I was wondering what everyone elses experiences were with PHPTemplate or any other engines?

I ask as I don't want to focus on PHPTemplate if support will not be continued in the future.

In a theme, what variable is the taxonomy term "id"?

Hi! I want to refer to a taxonomy term's id number in a bit of PHP theme code. How do I access the variable? Is it $taxonomy->term[0], but I am not sure!

Thanks!

Which variable passes the the category path?

I understand that $terms gives me the title of the category including the link, but which variable gives me just the path, without the link. I want to attach it to an icon in my theme. Thanks!

Load different stylesheets based on user's browser Possible?

I have noticed that certain fonts render differently in IE compared to Firefox. I would like to modify the definition
of one core element of my stylesheet (the "body" definition "font:..." line) depending on whether the user is using IE or any other browser. I consider this an attempt to work around an IE specific bug.

Can it be done? If so, how ?

Mike

PS: Installed drupal a week ago, and I *love* it. Using it for one workk related site at the moment, and if this is a success, I'll re-do three other sites to use it.

Pages

Subscribe with RSS Subscribe to RSS - Theme development