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 flexined setup for homes. If one searches for a 3 bedroom home, the return is only 3 bedroom homes, when actually I'd like the search to return homes with at least 3 bedrooms.
Does anyone know if any of the spellchecking modules are actively being worked on for compatability for 4.7? I know none of them work right now...
I ask because I'm currently being faced with the decision as to whether I should "downgrade" to 4.6 over the fact that there is currently no spellchecking module for 4.7....
And I obviously don't want to "downgrade" if at all possible due to the fact that it's an extremely tedious process....
I am looking to remove a parent term from my taxonomy list, in order to simplify the way my site categorizes content. I don't want to delete the children, rather I want them to become root terms, unless they already have another parent. Any ideas? I think the default behavior is that Drupal deletes the child terms to avoid orphans. In this case, I want to avoid that. Thanks for any suggestions.
I have an image.module problem. Here is the basic info
Drupal 4.7 (official not RC)
PHP 5
image handling set to ImageMagick Toolkit.
image.imagemagick.inc in the includes folder
image.inc also in the inclides folder
Problem:
When I go to post an image I only get the full size pic. When I preview I get the errors:
Unable to create thumbnail image
Unable to create preview image
This is my first post here and I'm not sure if there's a 'suggestions for future Drupal versions' forum (I didn't spot one) but I just wanted to make a quick comment.
What would be nice and would make website styling a little easier would be to ensure that titles (menu options, modules etc) be formatted as titlecase by default - i.e. 'My Account' rather than 'my account'.
The decison on whether text should appear as upper or lower case should be left up to the theme (seperating design from content) and can be controlled via CSS.