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.
When something is outputted to my screen, I would expect that term, tag, or text to be somewhere in the code or database. I'm having real problems finding these items though. The latest is in the Popular Content block, it says "All time:", and I would like to simply take this out, so that just the items in an unordered list are displayed. After doing several code searches through throughout the entire drupal folder, I can't find where that phrase is. Where is the bulk of the static html stored?
Ok, I am trying to setup a valid drop-down for my theme in drupal. As far as I could see this was the best *simple* valid drop-down. First let me show you that I changed the final output of the menus from this:
Not sure that this is the right forum - advise me if it isn't.
I developed our site www.hcvys.info without much prior knowledge of Druapl and finished up with a very servicable product.
I used a modifed Bluemarine theme. However I decided to change the look of the site - getting too confident I guess. Loaded Newsportal theme and made it the default. I got an error reading so deleted the theme (ftp) and now the site works with no styling.
I've created a custom content/node type using CCK (called "external link"). It basically has a URL, a picture, and a description. If you're logged in, the view works perfectly. When you're anonymous, all the descriptions show up as 'n/a' and that's it.
I'm working on integrating my website design into drupal, and things are starting to come along, but I can't get the flash header to show up. Can anyone tell me the correct way to add a flash header to my theme?