Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
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.