For the Biblio module, there are several pages/posts/issues describing how to attach files to items when working with Drupal 6 (i.e., use the Upload module). There is no upload module in Drupal 7 - how does one attach a file to a Biblio module item under Drupal 7? In particular, the Biblio module version I'm using is 7.x-1.0-beta2, the non-Fields version.
On our church website, I have a content type Sermon with a term reference field Series, obviously linked to a taxonomy vocabulary Series. Each term in this vocabulary has an image attached as a taxonomy field, called Logo. I would like each Sermon node page to show the logo of its particular Series, but without having to upload the same image each time. Is it possible to use the taxonomy term that is already reference in the Series field to somehow automatically display the logo linked to that term in the Sermon nodes?
I have followed the D7 custom module creation tutorial. But I need some more information with reference codes.
I need to build up a admin controlled custom module with some text boxes, checkboxes / radiobuttons, along with image upload feature. I need to add,edit, delete those values from admin & the added values will show in the front end. Can anyone please help me with some reference codes of any type of custom module for above mentioned type.
I have a Drupal 7 install with a content type that can have up to six images attached and want to use Display Suite to configure the teaser to render with only one thumbnail. I have configured a block view and added it as a field for Display Suite which is all good. But I just can't seem to configure the view to pull only images that are attached to the node. Any direction would be much appreciated.
Can someone give me an example for loading content with ajax? I found some pages for Drupal 6. Even if it is usable for Drupal 7, I don't know where to put that code in.
It would be great, if you could help me with that.