This forum is for assistance with theme development.

Themes with the profile feature?

Which Drupal 5.x Theme has the profile feature, allowing every website member to create a personal profile? Would I be able to specify the exact type of member info. requested (e.g., gender)?

CSS Problem- 100% BG Image does not go beyond scroll bar..

Hi All,

This might be an all too obvious problem, but not to me. I have done extensive research on this, peeked at code which seems to do what i'm looking for, but the problem still continues.

The problem is I have a background image which is to outline my page with shadow edges. I have that set to repeat y, minheight: 100% and height: 100%, but it only fills the screen which is the problem. When you scroll down the page (what is beyond the screen) the background image does not continue.

Theming node

Hi,

I have a CCK and node theme problem.

Now, I only use print $content; print body-content.
How can I move cck field after modules-content and above modules-content2 ?

the final result will be like that:

thanks.

Pushbutton Theme IE Problem

I am using the Pushbutton theme and have noticed a little problem. I'm wondering if anyone else has noticed this as well. When I post a story, my category terms are displayed as links, but if the links go on to second line, they are not clickable and do not work. On some stories, I also get a rather ugly line (border?) to the left of the story that hugs the text.

Theming menus

Question concerning menu theming:
1) If I create an additional menu, in addition to primary_links or secondary_links, how can I go about theming this menu?

Notes:
a. I have created a new menu called footer_links.
b. I am using phptemplate engine with garland theme
c. Footer menu items will need a "|" separting each item.

Suggestions?

Smarty theme override

Hi again,

I've started using the Webform module and I need to change the output e-mail format so I did as described in the THEMING.txt and added the following to my template.php:

[code]
function phptemplate_webform_create_mailmessage_44 ($formData, $node) {
return _smarty_callback('webform_create_mailmessage_44', array('formData' => $formData, 'node' => $node));
}
[/code]

And created a file named webform_create_mailmessage_44.tpl in my theme directory.

Pages

Subscribe with RSS Subscribe to RSS - Theme development