The ImageField module provides an image upload field for CCK.

learn more… | top users | synonyms

0
votes
1answer
26 views

is it possible to have upload and browse as a single button

is it possible to have upload and browse as a single button, for instance an image field in custom content type, there I am getting browse as a button and upload as a button, what if I need it as a ...
-1
votes
0answers
59 views

Animated GIF thumbnail

I'm using Drupal 7 version, and I created a field (field_image) in my content type. Its image format and all the options are OK, but when I add an animated GIF and save, it doesn't work. How can I ...
0
votes
0answers
18 views

Uploading images in forum not possible

I want to allow forum users to easily upload an image and insert it into the forum topic body, I've add an image field to the cck forum. Each time I click on upload I have this error pointing to the ...
0
votes
1answer
13 views

How to make uploaded file permanent to node without node submit

My module automatically save new empty node when user create new node and redirect to edit this node. Now, is it possible to make uploaded file on _node_edit form without submitting form? edit: When ...
0
votes
0answers
7 views

Wrong results in map when use image field in OpenLayers Data Overlay

For some reason when I use field type image in OpenLayers Data Overlay the results are not well. For example, the view have to show me 10 results in the map, but when I add an image field the results ...
0
votes
0answers
18 views

How to show textbox on image click

I am loading multiple images using theme() function inside hook_theme. When user clicks an image I want to display a TextBox beneath the image.The Textbox will display the dimension of clicked image ...
0
votes
0answers
10 views

Unable to upload any images

We're using an old-ish version of Drupal, 6.22, we have just moved from one installation on our server, to a new one. We had to reset it to default due to issues with MySQL, so we got a fresh install ...
1
vote
1answer
42 views

Creating programatically a node that has a programtically created image field that should stay empty

I'm dealing building several modules that should cope with automatic creation of content synchronized with external sources. The whole process is automatized, e.g. everything had been created ...
0
votes
0answers
33 views

passing to gallery images from teaser image with views

i have two image field, teaser image and album images. when i upload album images then i select teaser image between album images. but i don't know how to use two image field with views. i see lots ...
0
votes
0answers
14 views

image.field.inc bug: Undefined index

I installed Formatter Field plugin for that problem: Users can choose image style on content type? Add field type in my content type Formatter for Image -> Image Image style -> None (original) Link ...
1
vote
2answers
22 views

How to set the sizes for image thumbnails

When I am editing "Image" content type there is an option: Where can I changes sizes of these previews? And regenerate the corresponding pictures?
0
votes
0answers
30 views

How could I add multiple photos

I installed multiupload_filefield_widget and multiupload_imagefield_widget file. What is the code for multiple image upload on form? $form['PROPERTY_Form']['featuredImage']= array( '#title' ...
0
votes
0answers
13 views

How to make Search nodes with images in faceted search block (bolean: with images, all)

I tried to use Add related Fields on Facet Search API fields tab but I still can't make it. It shows names, files, ids in search block but no bolean variant: nodes with images, and all. May someone ...
0
votes
0answers
19 views

How to edit image field in form?

I have created custom form in contexual link content. I have created schema named '"block_contents" and when user click on this link, it will edit the form if data exists in database or it will insert ...
0
votes
1answer
35 views

User page tab with node edit, file upload image widget not working

On every user profile page i have a tab My company its a node edit form of content type Company. Here the code: /** * Implementation of hook_menu(). */ function feature_directory_section_menu(){ ...
0
votes
1answer
25 views

Limit number of upload in Imagefield depending on a specific field

On my website, members can pay for 3 different offers (Gold, Silver, Bronze). I would like to limit the number of pictures a member can upload, depending on the offer he picked. I'm using Drupal's ...
0
votes
1answer
76 views

Add additional CSS class for particullar field in a node

I'm trying to add additional CSS class to a field after the field is added. But not for all fields of that particullar content type, but only for those, that editor would like to. Like a module ...
0
votes
1answer
22 views

Ho to add mixed multiple fields in a node

I'm searching for a way to add unlimited amount of multiple mixed fields in a node. In few words there is such a situation: let's say, I have a content type with fields "picture" and "text", and for ...
0
votes
2answers
60 views

What are the list of Drupal 7 image cropping modules out there? [closed]

Currently I use EPSA crop for cropping images as it uses the same image field without making a new one. What are the list of image cropping modules out there that provide a similar functionality? Epsa ...
0
votes
1answer
63 views

after migrating to D7 all images are missing

After migrating to D 7.20 all my images are gone, actually they exist on the server but are not being displayed at all. I have a multi-site installation and I've successfully migrated all the content ...
0
votes
1answer
45 views

Uploading via default image on Articles not working

I am trying to upload images on the default Article node type on D7. The upload works and the image is confirmed via Linux on the file system. However, the icon of the uploaded image is a broken ...
0
votes
1answer
63 views

Select an image from a list to an image field

I'd like to achieve the following: When the user creates new content, instead of uploading an image to an image field every time, I would like to make an opportunity for the user to select from 8 ...
0
votes
0answers
59 views

image style depend on taxonomy term drupal 7

i have a view to display all users in site i want to change the user picture display style depending on the users's category(which is a taxonomy term) i have tried to add CSS class to the picture with ...
1
vote
1answer
49 views

Image styles based on node type

Let's say i have two node types: Article - with 300x300 photo News - with 100x100 photo For now, i can define those two sizes in Image Styles menu and they'll be both created for both content ...
0
votes
1answer
103 views

Remove the resizing of images that are bigger then the max resolution. (reject instead)

I'm using a very specific theme on the site where an image need to be exactly 1110x540. I've set up the min and max resolutions and everything works perfectly, except when I upload an image that's ...
0
votes
1answer
53 views

Undefined Index when adding a new field to any Content Type or Taxonomy

Every time I add a new field to a taxonomy or any Content type, I get this error message on the edit screen. Notice: Undefined index: default_image in image_field_update_field() (line 439 of ...
0
votes
1answer
70 views

Image slider in content type based on selected images from another node (same content type)

As a novice in Drupal php & hooks, I have a question about content type. It is all about Drupal 7 with all up-to-date modules installed. I have a content type for hotels (about 400 hotels). This ...
0
votes
2answers
30 views

Show 4 input file fields on my node add image page

I have a content type with an image field; the user can insert a maximum of 4 images. I need both the node add and edit form to show 4 input file elements, not only 1.
1
vote
1answer
51 views

set maximum length to image title

I'm trying to figure out how I can limit the maximum length of an image title to 40. I have enabled title from the image field in my content and it works fine except that it seems to take unlimited ...
0
votes
1answer
54 views

Comments for each image in a gallery

I'm trying to setup a gallery where users can comment under each image. What is the best way to do this? Thank you.
0
votes
1answer
51 views

In Drupal 7, What is a good approach to copy the image from one imagefield to another imagefield?

I'd like to allow the user to upload an image once, and have it apply to 3 other image fields on the same page without requiring the user to submit the form. Afterwards I intend to apply different ...
3
votes
0answers
67 views

Image upload broken when editing content

Sorry if I'm using incorrect terms here. What's going on is, when I edit any content, as the the types of content under 'Content Management > Content Type', there's the Image: field, which I think is ...
2
votes
0answers
39 views

Sync Alt and Title values from CCK imagefields with media module file fields

I have a situation where I really need to access the alt and title values of an image on a node. I can retrieve these values in a node View, but in a file View these values are not accessible as they ...
1
vote
1answer
57 views

Search node by Image Field and return image as result rather than the node

I want to be able to search for a an item in a multiple value field of a node and return the data of that specific value as the result. I have a content type called 'Gallery'. 'Gallery' contains an ...
2
votes
1answer
38 views

Images within content of page but not separate fields

I would like to create a basic page within Drupal 7 that would consist of some images mixed with HTML. I would use CSS to position the images within the HTML content, sort of like a magazine or ...
0
votes
1answer
48 views

Use Pathauto with Image Name

With Drupal 7 I'm trying to use Pathauto to create aliases for images that we upload. The images are renamed with File Field Paths. An example of what I'm trying to do What I'm trying to do Image ...
1
vote
1answer
104 views

How to render random image on every refresh page

I have got a content type and an image field. How can I render the field with a random image at every page refresh.
1
vote
1answer
69 views

problem with image width in views/ block

I have a problem to set image dimension on various position. I want a 300x100px in top, 100x75px for thumbnail, and other dimension on other place. In wordpress I can just add "width" atribut to set ...
0
votes
0answers
196 views

Drupal 7: Link Image Field Module

I would like to link 2 images to their own external url using link image field. I've tried adding the following codes under "rewrite results" but it doesn't work. <a ...
3
votes
1answer
47 views

Advice for reference the same image for several nodes?

I need to show the same image for a several nodes. I have uploaded the image to the server. But, I am not sure how to accomplish or reference this using the image field. Do you have any experience ...
0
votes
0answers
158 views

Image uploading widgets: Plup + EPSA Crop module?

When changing the Image field's widget to "Plupload", provided by Plup module, the "manage image crops" link, provided by EPSA Crop in Image fields doesn't appear anymore (it does when using Media ...
0
votes
1answer
81 views

How to display image height and width in pixels?

As in question I have image size, but I can't find any field for image height and with in Views.
2
votes
0answers
61 views

Drupal 7 Field API min_resolution setting not applied

In my MODULENAME.install file I create some custom content types. I add some fields to these content types with the Field API. The fields are added correctly and I can use the content types as I ...
0
votes
0answers
45 views

separate imagefield linking to 'external' lightbox not

in a content type, I have Field A where 1 image can be uploaded. Field B is where multiple images are allowed. For Field B, I set the image style to thumbnails so I can link them to a lightbox with ...
0
votes
1answer
29 views

Why is the problem with thumbnails here?

After I created a new content type (for working with views), I decided to post something to see how it works. A it turns out, it doesn't show any thumbnail of the picture I uploaded with it. The post ...
1
vote
1answer
53 views

Hide Alt and Title for image field

How to hide Alt and Title fields for anonymus users when they upload images? I use tokens for these field that's why I need to hide them.
2
votes
1answer
390 views

How do you add a custom field to a menu link in Drupal 7?

I am currently using the menu module (Drupal 7 Core) to manage my menus. A menu link consists on only a title and a description. I would like to add an image field as well as another text field. I ...
2
votes
2answers
109 views

how to create image upload of difference dimensions

I am creating a custom gallery. I require images that are the thumb nail and the big image size. I have custom content type. When i add the image field it allows me to enter the dimensions size. Is ...
1
vote
1answer
219 views

How to setup a csv-file to import image-paths into an image-field via Feeds-module?

I import a csv-file via Feeds-module and got stuck with the images for a node. All the other fields are importet as wanted, except the path for the image-field. The images are already uploaded to the ...
4
votes
1answer
191 views

How do I restrict uploaded images to a specific aspect ratio?

What I would like to do is, using the Image field in core, to restrict uploaded images not just on resolution, but also on aspect ratio. In other words, the image must be 2:3 width to height, and at ...

1 2 3 4