Use an uploaded image filename as the title of a node

I'm using Drupal 7.

I created a new content type. One of its fields is an image file. I want the filename of this image to be the title of my node, automatically. So, if the image uploaded to a node is image01.jpg, I'd like to title to be image01.

Going from one form to another

I have a module called "recruitment". It consists of 2 forms. The first one asks for a team and the second one asks all kinds of questions based upon the selected team from the first form.

My problem is: How can I make the first form load the second form from the submit() hook?

Another thing: Is it possible to only allow access to the second form when the user came from the first form? Thus disallowing anyone to go directly to the second form?

error attempting to install modules on 7.9

When I attempt to install any new module I'm getting the following errors:

Content Author question

I hope that I have this in the right place. Here is the question: I have some content (tutorials) that I want to post on my site, but the original author has passed away and I have written permission to use these on my site from his widow. Her request was that I have his name as author. I see that I can do this by adding him as a user, but that is rather insensitive and may lead to misunderstandings if someone didn't know he had passed. Is there a way to do this? Or am I restricted to just having his name in the title of the tutorial and the teaser?

Create a drupal update server ? Is it possible ?

Hello,

I'm currently working on my own version of Drupal, several changes has been done to core system and modules to addapt it to a very specific situation. My problem is that this version I am working on is about to be released and I'm very affraid of one thing, the drupal update system.

One solution to make sure no changements I have done would be erased at every update of the drupal system, would be to simply disable all kind of update system but then the whole system would quickly be archaic.

taxonomy/term/x,y returns page not found.

hi,

i am fairly new to drupal and have started using drupal 7.9 around. i know my way around many contributed modules now.

I have this issue where i have set up two mandatory taxonomy fields against a new content type of mine (Manufacturer, FirmwareVersion). I have set up a few content nodes such that all of them have the same Manufacturer term but there is a 50:50 split for FirmwareVersion.

I was experimenting with Taxonomy Filters for setting up a faceted search. The search refinement part is working fine but i am not getting results at the second level when multiple terms are appended in the form x,y

when i hit /taxonomy/term/1 - i see 10 records (Manufacturer vocab term)
when i hit /taxonomy/term/2 - i see 5 records (1st Firmware vocab term)
when i hit /taxonomy/term/3 - i see 5 records (2nd Firmware vocab term)

but /taxonomy/term/1,2 and /taxonomy/term/1,3 are both giving me a page not found error.

I initially thought that the taxonomy filters module was the culprit but then learnt that it is completely the taxonomy module's responsibility to handle this URL pattern. I completely disabled taxonomy filters to get it out of the equation...

i even ensured that the view that handles the /taxonomy/term/% url is disabled.

this is driving me crazy. looks like a mundane thing that should never fail....

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x