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'm not sure if this is a Drupal-specific error. When I add an image to my gallery with a title including an appostrophe, then alternative text that appears on 'mouse over' contains weird characters instead of the appostrophe.
Is there anyway to correct this?
I am a new user of drupal and I just need a basic user guide to get me going, is there one available. One of the first things I want to do is put an existing power point presentation on to the site.
Can anyone point me at a simple example of a module that creates a menu inside a block? Just a heading with a couple of menu items underneath it, written in such a way that it follows the theme (I'm using phptemplate).
I've read the documentation but it won't quite gel. I tried looking at the menu.module code and got more confused than ever. A simple example I can build on would help a lot.
Hello, my site is generally working well, but I'm having a problem, around visibility of search results. I'm using the Connections theme (phptemplate). The search form does a post, the value for action is "search" and I have a URL alias configured for admin/node/search with that value.
Here is my problem: as I scan the admin logs, on a fairly regular basis, I see people searching for terms that make no sense in the context of my site, but I know (as a human reading the text) what they are searching for. I would like to have a custom result page that says something like this: "Your search returned no results but if you were looking for this type of thing, try one of these URLs", where the page would programmatically create URLs from the original search terms.