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 the filemanager/attachment modules and the i18n module installed on my drupal system. They're working fine together, apart from when I attach a file to a node, there is an error in the link that is created to the attached file. Because of the i18n module, '/en/' is inserted into the path of the file, so the path becomes incorrect.
For some reason, when you click a username to view that user's profile, there's a block of white space above their profile info. Same happens when you click an attribute to create a list of other users with that attribute. Any ideas on why this is happening?
Hy,
I am currently working on a drupal site for my students. I have created several content types with the flexinode module. Each content type has his own vocabulary. What I want now is to have an overview per content type in a hierarchical way:
the following page should be accessed by an URL like ?q=taxonomy/directory/vocabulary/1
calls to another vocabulary id should give me an overview for other vocabularies.
So this is exactly the same as I get with sitemap and site menu module, but these two modules give you just one overview, so not an overview per content type. Can someone point me out modules that have this functionality, or should I reuse the site menu module to generate an overview depending on the vocabulary I choose.
Using printer friendly in 4.6, how do I disable the printer friendly link for a single node/page? Is this done in the theme? I'm using PHP-Template. Can someone provide an example?
I trying to create a Contact form that gets emailed. I am currently using the feedback module.
I need to change it so that the email gets selected from a dropdown. IE. The user can select a department and then the email gets sent to that department.
I had a look at the drupal contact form and it has Category dropdown. If drupal.org is using the feedback module then I don't know how they are creating that dropdown. If they are using the webforms module I can see how this could be possible but I cant seem to find a way to make it send to a selected email address/department.