Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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 :)
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.
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?