This forum is for assistance with theme development.

display voting widget on lists view? display vote count on contemplate nodes?

there are two things i want to do.

first is to be able to put the vote up/down widget on each entry of the lists view. i generated a custom view template using the views theming wizard, but even when i type in

print $vote_up_down_widget

or

print $node->content['vote_up_down']['#value']

(the code from content template), nothing happens. i suppose the function for that is not transposed onto views.

Blocks Not Showing

Hi All,

Moving the links from the side to the bottom of the header....

I am working on this page (www.guerillaroots.com) that you can look at to get a better idea of what i am talking about. I want to move all those links on the left side of the header to right underneath the brown part of the header where the light and dark green is. Instead of having all the links stcked on top of each other I would like them to be spaced side by side. If you know how to do this and can walk me through it I would appreciate it very much. Thanks :)

Expanding a menu when not on a child page

Is there any way to keep a menu expanded (so that all of its items are shown), even if one is viewing a page that is not a child of that menu? For example:

Menu
- Item 1 (URL 1)
- Item 2 (URL 2)

Search page (URL 3 - currently viewing)

Items 1 and 2 of Menu should be visible when viewing URL 3. Can this be solved by a custom function in template.php? I've seen that a URL can be mapped to a function without creating a visible menu item but I don't know if that can solve this problem.

Thanks for any help!

Creative Commons themes

I'm interested in porting some Wordpress themes, but they're distributed under Creative Commons licensing (i.e. derivatives, modifications okay, but attributions required). Since everything Drupal is GPL, would that prevent me from releasing them on http://drupal.org/project/themes?

Drupal 6 search box theming

Hello,

Is someone has an idea how to theme the search box on drupal 6 ?

I've take a look at the search.module ans saw this function

function theme_search_block_form($form) {
  return '<div class="container-inline">'. drupal_render($form) .'</div>';
}

so I've created this function in my template.php file but there's no change

Pages

Subscribe with RSS Subscribe to RSS - Theme development