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.
What is it about drupal that makes all items added automatically populate to the Navigation menu, and make users access the "advanced" menu, ah, menu in order to put content somewhere else?
I'd prefer it to a. not place things in Navigation by default and/or to show _all_ menuing options in the first-tier menu menu (sorry for the convoluted lingo).
Given that the LDAP integration module has not yet been updated for 5.x, is there any way to make drupal 5 authenticate against LDAP (specifically Active Directory)?
Can someone point me to documentation or explain how to pass on the page a user was on when they clicked the link to a webform.
I'm building a contact form to be called from any page on a large site. Since our users often assume we know what they were looking at when they click "Contact Us" it's helpful to have the server supply that URL. I tried %server[HTTP_REFERER], but that only gives the URL of the webform itself. I need to go back one page.
I'm using Drupal 5 and the Garland theme. I would like to put a menu block in the footer of my site, and have the links display in a row rather than a column. Would anyone happen to know what code I should paste into my CSS file so that all ul elements in the footer automatically display horizontally? I've been searching around the forums and looking at my CSS file but I'm pretty confused.