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 have a custom_menu that I've been able to edit down enough to clear out the extra id's and classes within the <div>, <ul> and <li>'s. What I'm trying to do now is two things.
First, I'd like to clear out all the extra classes and id's from the <a> tag. I think this is pretty simple, but I can't find where in the function I can do that.
I am working on a travel website, and I made taxonomy with depth continent/country/city. I also have taxonomy locations restaurants, museums, nightlife... I have content types destinations and locations. I made a view from location content (all restaurants)
I would like to have locations filtered from destination taxonomy term in URL (e.g. destination/europe/france/paris to sort only restaurants from Paris, but destination/europe/france to list all restaurants from France).
I have problem with css on a new theme im creating, ive done the theme basics and set it as default theme, so far so good. Then i started to add some css to the site and its showing nothing of the css. When i load the css file on Firefox web developing tools its working as intented but when i save the file and reopen the site normally it doesnt show any of the css ive done.
I now have my website public, but I'm still working on it.
So what I want to create, is a login screen where you only see a message from myself saying the website is in progress and a login screen which only I can use.
Does anyone know how to create such a login screen?
Is there a way to export content only from Drupal, bascally my current installation is a mess and I wanted to export the theme and content into a new install - I've done the theme (apart from a few images) but whats the easiest way to copy the content accross?
I've spent quite a bit of time troubleshooting this, I hope someone can help and that it's something obvious! Also, I apologize if this question fits more into the "Views" module issues page.
I'm using Drupal Commons (Drupal 6.x). At the upper-right corner there is a "welcome back, [name]" area that contains a user picture. This is all contained in a view called "user_meta" (/admin/build/views/edit/user_meta).