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.
How difficult would it be to write a Drupal module from a Wordpress plugin? The plugin checks to see if the first line of your post is an url to an image. If it is, the image is fetched using curl, resized using ImageMagick, and the url is replaced with an image tag. There aren't any Drupal modules available that do something similar (from what I've seen).
I'm trying to create a branch for the 6.x version of a module I'm updating to 6. I'd like to know how to do that from the Eclipse IDE. There is a "Branch" option in "Team", but that only seems to tag, if I look at the cvs output (and automatically adds the module name to the tag, making the Pre-tag check fail). Any ideas?
For example, when we add to a content type a custom select-list-field "Gender" which consists of two values to choose from: "Male" and "Female". How can we make these two values translatable when entering the translation page of any node created based on that content type?