The Image functions in Drupal 4.7 are not very clear for the less informed.
We have the Picture upload field in the Profile input form . Yet when a picture
is uploaded it does not show in the user profile along with the rest of the fields.
Http://paratlane.net
Strangely the uploaded image appear with a name called picture-1.jpg in the allocated directory
irrespective of the picture you upload. (the path disappear from the picture upload field)
Let me start by saying that I have enjoyed Drupal immensely, and want to be able to give back to the project in some way. With that in mind, I was wondering if anyone would be interested in my next "bright" idea.
I want the ability to substitute *parts* of the url.
The drupal hook_install function does not use a return code to indicate success or failure. In both cases, the module that is being installed is activated. Shouldn't that only be done in case of a successfull install?
I want my module only to be installed and activated when certain requirements are met. How can this be done?
It's been exactly one month since we released Drupal 4.7.0, and exactly three months until the next code and feature freeze. You might think that, since Drupal 4.7.0 was only recently released, we've been enjoying cocktails and other carnal delights on exotic beaches. Quite the contrary, in fact, and so it is time to provide a quick overview of the completed developments. Read on for more information.
i'm making some modifications to the story node form based on user type and have run into an issue. for some users i don't want to have some functionality active [ ie publish, author change, etc ]. to do this i'm simply setting the '#type' to 'value'. this works great, but not with the ['options']['status']. if that input is not set in the form then the node will always reset to unpublished.
is this a bug or a desired effect? it seems like all existing values should be maintained, but maybe there is a reason for this.