For the moment my website http://www.tolkienlibrary.com/ is completely static; and i'm seeking to make it more dynamic.
I wish to be able to convert the current site towards a drupal site. Yet being able to write html, css, ... i just don't seem to be able to build a theme that works for me. First of all i'm a bit confused about the menu system. I can easely recreate the menu and submenu, and 2nd level submenus: but how do i need to link these? The 2nd level menu does not even appear at all.
This is probably very basic, and I'm new to Drupal, so I'd appreciate any help:
I am working with Bluemarine and added a new image inside a new block above the header. It looks great on the frontpage and most admin pages, but the new image disappears when using any of the modules (search, blog, etc.) The block where the image should be is still visible, but the image is gone.
Can someone point me to info on how to upgrade a 4.7 theme to 5.0? I have a custom theme originally developed for 4.7 (based on the Fundamental theme) and some 5.0 modules (htmlarea, TinyMCE, Javascript Countdown Timer) don't work. Is this a theme issue? Thanks.
I'm new to Drupal and recently started developing my own theme for Drupal 5. I'd like to change the html generated for the primary link list but so far I couldn't.
I thought by overriding theme_menu_links as http://drupal.org/node/11811#comment-28887 would do but it didn't work for me. I've even changed the original function in includes/menu.inc but the changes don't reflect in the site.
Am I trying to override the right function or missing something here?