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 created a content type for a photo gallery that has text fields (for description, etc), an image field, a rate field and various term reference fields (geographical, elements, etc) (all term reference fields accept multiple entries per record).
Now I have almost 2000 images to feed into this content type.
Any way I can do a mass import of the images, with all the data associated with them (text fields and term references)? I have most of the data in a spreadsheet, so I could create a CSV file.
I couldn't find any module in Drupal 7 that does it. Any suggestions?
I created a new vocabulary 'Directory' witd several terms: Restaurant, Supermarket, Shopping Center, Library, etc. Then I added the new taxonomy as a category in articles.
What I do not understand is how to create a view that will select all the articles of category Restaurant. I was able to create a view that selects articles but I did not find a place to specify the category restaurant
This is my 1st time to play with any of the APIs; I'm trying to modify the forms example to create a multistep form with some dependencies.
Neither the 'required' nor the 'visible' #states are being respected; adding the echo of $deadlineReq confirms that the value of the radio select isn't being returned. As expected, since no value is returned, the required => TRUE key/value pair is also ignored.
I'm running WAMP and about to give u on Drupal - my username and password won't logout once I have to log back in again, even though I've got a copied and pasted password that worked the first time in a multi-clipboard.
'
I've reinstalled Druapl core 5 times and it's got to be a problem with something I'm doing, because how could this be happening? I've changed the password multiple times, and each time entered it in the installation process from the same multi-clipboard I use to login the next time.
In the manage display of content type. I can not reorder or drag and drop fields . this functionality is not working. its a fresh install(Drupal 7.9), and the show/ hide weight link is not showing. is there any way to fix this?