This forum is for assistance with theme development.

JQuery

Hey all,
none of the modules that uses jquery cycle (views slideshow, views rotator, rotor,..) is working for me when i embed the block in my custom theme.

<?php
$block = module_invoke('views', 'block', 'view', 'banner-block_1');
print $block['content'];
?>

But it's working perfectly when using garland theme for example.
Any help is appreciated.
Thanks in advance

Drupal register form destination.

Hey guys, Im just trying to specify a location after a form is submitted. How can I choose where a user is directed after creating an account using the standard drupal user_register form?

theming h2 only on certain blocks

im trying to modify my theme, ive added

h2 {
background:#ECEFF5;
}

to my theme, but I want to remove this on a few of my blocks

How do I do this?

Thanks

Hiding Roles from User Sign Up form

Hi Guys,

I have a variety of roles setup on my drupal installation, admin, author, artist.

For security reasons, I would like to hide the author option from the new user sign up form.

How can I achieve this? I've googled all over but haven't found a way to do it.

Many thanks in advance.

Hixster

print theme('table',$header,$rows)

Hello,

Forgive me for asking. Please refer me to a link that has a working example on how to produce alternating colors. The links I found so far has information that is too complex for me to comprehend. A simple working sample would really help.

Taxonomy category page - how to theme so that titles are NOT truncated

Hi everyone,

When I'm logged in to my site at open(*)housestop(dot)com
(Obviously remove (*) AND (dot) to view)

... and I select a taxonomy term from the right sidebar, I am taken to a list of all nodes with that taxonomy term. Yay! The titles are NOT truncated when logged in. This is what I want.

However, view the list of nodes for each taxonomy term when logged out, and unfortunately the titles are truncated. Boo, do not want.

Pages

Subscribe with RSS Subscribe to RSS - Theme development