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.
I am using /node as my home page and it is listing the Title and excerpt for every node that has been promoted to the front page. How do I get it to display the complete node (including body). My goal is to have the home page display the last 10 nodes in their entirety, one after the other.
Same thing for image nodes. When I upload an image, and promote it to the front page, only the Title, a thumbnail, and excerpt are displayed on the home page. I would like the full image to display, not just the thumbnail.
I've been predominantly tweaking the style sheet but would love to get rid of "Contact (1) 4 hours 42 min ago" [for example] in my menu/category elements in the left block [see http://sa.tsd.net.au] . I just want it to read "Contact".
I don't know if I need to extend a different theme [I'm rolling with chameleon]. The menu looks like this:
When I started using Drupal I started with an xtemplate theme and modified. Now I find I want to over ride the function theme_form_element to get rid of the hardcoded breaks. I realize I could swith to phptemplate but that seems like a lot of work to over ride a single function. So is there an official way to over ride a theme function using xtemplate?
By the way, for now I have "cheated" by creating a simple module with the theme specific version of the function and it works.
Throughout the whole Drupal site (CVS version), there is a linebreak afer each and every form element. This is particularely annoying in the 'Events' and 'Schedule' modules, because these have form elements for day, month, year, hour and minute. Drupal adds a linebreak between each of these, including even the colon between hour and minute.
Does anyone know how to deal with this? I briefly installed Drupal 4.5.2, and didn't see the probem there. This should probably be fixed in CVS as well, as I would consider it a layout bug.