Topics related to use of images on Drupal sites.

learn more… | top users | synonyms (1)

0
votes
2answers
24 views

Dynamically size images for mobile first design (omega theme)

I've built my first site using an omega subtheme and I'm really liking it. The mobile first design dynamically changes the width of the page to follow the width of the browser. With my column ...
0
votes
1answer
13 views

Views Slideshow Images Not Appearing

I am using the Views Slideshow Module along with 'Views Slideshow: Cycle' and am not able to get the images I set up to appear. I am able to get the titles to appear and even transition correctly. ...
0
votes
1answer
32 views

How should I include an image field from a taxonomy term in a node view?

I'm creating a site with just one content type sorted in three categories and posted by three different organizations (no matter in which of the categories). The front page has to be three columns ...
0
votes
1answer
23 views

How to upload multiple images to Ubercart product pages via FTP?

I have a few thousand products that I plan to upload to a D7/Ubercart website and each one will have two or three images associated with it. Is there a way I can just dump all of those images onto the ...
0
votes
0answers
36 views

Drupal 7.22 upgraded - Upload Images give 403 Access Denied Error

I just updated my site from 7.10 to 7.22 and now I am getting a Access Denied error on images that i'm uploading. My files folder is already 777 and everything else in there. Anyone know how to ...
0
votes
1answer
17 views

Adding JQuery effet in a view

I would like to add a jquery effet to a view of images (a simple content with image field). The effect that I would like to add can be seen here: the code -> ...
3
votes
2answers
46 views

Prevent the loss of EXIF using imageCache does not work

I want to limit image dimensions on upload, but obviously the exif information gets lost then. I am using the imagecache actions module resp. the imagecache autorotate, which actually works fine when ...
0
votes
1answer
27 views

How to override/enhance file_save_upload() function of file.inc?

For a specific requirement, wherein whenever an image is uploaded to a particular field of a node, a watermark should be added to it, I made changes in file_save_upload() function of file.inc if ...
-1
votes
0answers
20 views

The best way to add large numbers of images

I am using drupal 7. What is the best way to add large numbers of images, so that they can be used in the search? As in, so that the images are displayed in the search results. I was thinking of ...
1
vote
0answers
16 views

Image site search - how to?

I am using drupal 7 and would like an images search/tab on my site. I am thinking of adding an alt field for each image which will then be searchable. I would like the image search results to be ...
0
votes
1answer
41 views

adding rel attribute to image link in a node

I have a few images in a node that can be opened in a fancybox lightbox. I would like to link those images together to create a gallery. To do so I need to add a rel attribute to my image link. How ...
0
votes
0answers
13 views

How to pass variables to template file from ctools plugin the right way

I have a ctools content type plugin and I am doing a lookup for some nodes which I then want to pass to my template file. I can do this fine, but I want to know the correct way to do it. Should the ...
0
votes
0answers
15 views

Image attribute function on all image styles

I have a function in template.php: function mytheme_preprocess_image(&$variables) { if ($variables['style_name'] == 'gallery') { $variables['attributes']['class'][] = 'lazy'; ...
1
vote
0answers
18 views

Can't change image attribute src

I want use Lazy Load jQuery Plugin. So, I must change image src to data-original path. <img class="field-slideshow-image field-slideshow-image-1 image-style-slides" typeof="foaf:Image" ...
0
votes
2answers
18 views

Referring to an image file uploaded as `Image` type field without /sites/

I am using a content type with Image type fields to hold images uploaded to a web site. I want to display these images both on distinct pages (easy) and inline on other pages (almost even easier). ...
0
votes
1answer
26 views

access field data in template.php and create variable for header image in page.tpl.php

I am trying to allow the user to set a custom image to display in the header on node pages that have a header_image field and to display a default header image on all other pages (including system and ...
-2
votes
0answers
24 views

Image tagging like in facebook [closed]

I want to create a social networking site where each user must have his own gallery. The pictures of this galleries must have tagging option like facebook. I have used image marker field,image ...
3
votes
2answers
41 views

How is the file data in the database table file_usage created and managed?

I am deleting orphaned image files in Drupal 7, but I have to first cross reference them to other tables that might be using the images. Given that I don't upload any images via the IMCE editor ...
0
votes
0answers
41 views

Images not appearing properly when migrated from web server to local

I copied all the files from my web-server to my local-host. Then i imported the databases as well. All functionality on the site works perfectly, but most of the images are breaking. I tried opening ...
0
votes
0answers
21 views

Dragger replaced with weight field

i have a image gallery in my website created from nodes, so 1 node is equal to 1 album, each node has all images uploaded .. it seemed to work fine, until - somehow the dragger have been replaced with ...
0
votes
2answers
21 views

give node author ability to position the image when uploading content

I have a field of type image "COVER IMAGE" in my blog entry content type. The users should have the power to place it wherever they like...top, down,right or left, if not more and re size it. right ...
2
votes
2answers
71 views

Automatically rotate image on upload

I did a Drupal site with a field gallery using nodes as albums containing multiple images.. i am using MultiUpload module to upload whole folders at one time instead of 1 image at the time like the ...
0
votes
1answer
20 views

Image-link to content works only on preview

I have a view showing content of a specific content type. In the view, I show 2 links, linking back to the specific content. The first one is an image field and the second is the title field. Both ...
0
votes
0answers
29 views

Import external image URL to image field using Feeds SQL

Using Drupal 7.22, Feeds 7.x-2.0-alpha8 and Feeds SQL 7.x-1.0+1-dev: I am using Feeds SQL to import users from an external mySQL database. I want to import the (external) URL of images of users into ...
-1
votes
0answers
74 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
2answers
49 views

custom header image

The design for my site includes a large image slider on the homepage and a static image of equal dimensions and position on the inside pages. To accomplish this I created a custom content type for ...
1
vote
1answer
38 views

How to print a CCK image field alt text in a node template?

I'm trying to add the alt text from a cck image field in a Drupal 7 node template. Getting the image style url is done, but I can't figure out how to just get the alt text. This is what I have ...
0
votes
1answer
16 views

How to display an Image based on content author role in view?

I want to display an image in a view based on the role of the author of the content. Lets say role "premium user". If the content author is not having the role just display an image placeholder ? What ...
1
vote
1answer
24 views

Open A image When the site loads [closed]

How to open a image when the site loads like in this site. Can this be done wtih lightbox or colorbox
2
votes
1answer
33 views

How do I crop only height?

I want to crop an image that is anchored at the center, but only crop the height. How can this be done in Drupal 7? EDIT: The process needs to be automated. Basically I desire the functionality of ...
0
votes
0answers
21 views

CDN module enabling “Far Future expiration” breaks whole site theme drupal 7

CDN module Version: 7.x-2.6 component -- Origin Pull mode — Far Future expiration I am using CDN module on drupal 7.22. We are using custom theme where adaptive theme is as base theme for all ...
0
votes
1answer
18 views

Custom feed tamper plugin to convert an image GUID into a URI

I have a feed importer for image files, which stores a column in my source csv as the GUID of the final files in Drupal. I also have another importer for, say, articles. In the articles csv, there is ...
0
votes
3answers
109 views

image slider for drupal

I'm making my first drupal website and I want to have a image slider on the homepage. I would like there to be a page in the backend where the end-user can upload and choose which images are in the ...
1
vote
0answers
12 views

Integrate Drupal with Extensis Portfolio?

Our organization uses Drupal (6 and 7) for our websites, but Portfolio Server for our DAM and photo collections. It would be wonderful if there were a way to import images directly from Portfolio into ...
1
vote
0answers
27 views

Solution to broken MEDIA 1.X module Image embed + CKEditor. the final submit button doesn't work

Latest stable Drupal 7, Media 1.x, and CKEditor module (with latest CKeditor library). When you go to upload an image, and embed it inside of the body area, the final submit after you've uploaded ...
0
votes
0answers
29 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
11 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 ...
0
votes
0answers
62 views

How to get Colorbox Trigger working with 1 Image and a Placeholder Image?

I created a content type called "News" with a Image Field for Multiple Images. I uploaded a placeholder image for the case that no image is added. When a create a view with the a colorbox trigger the ...
0
votes
0answers
22 views

How to batch upload images and generate multiple impage-contents

I am planning my new website with Drupal 7. The site will have two core features: blog and photos. Blog is no problem and for photos I know how to implement most of my requirements. Except one ;-) I ...
1
vote
1answer
33 views

Drupal 7 -Resize image from URL

At present I am working on a demo site. I am pulling in sample images from from lorempixel for place holders. That is working great. In my content type I have an image field and it includes the url to ...
0
votes
0answers
18 views

How to give content authors the ability to select image style when uploading an image?

This question has been asked elsewhere but not answered sufficiently: I want to enable content authors to: select the image style (thumbnail, medium, large, ...) during content creation change ...
1
vote
1answer
35 views

resizing the dimensions of the an image field

I need to re-size all the thumbnails of my article images to fit the dimensions of the redesign. Is there a easy way to do this?
0
votes
0answers
17 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 ...
0
votes
1answer
29 views

Users can choose image style on content type?

I want to display image style list in particular content type. Users can choose their image style from the list provided. Is it possible to achieve this?
0
votes
1answer
28 views

What are the reasons for images going missing without changes made?

I have a client who is complaining that images which were there are no longer there. I wasn't sure what to think about it, so I asked him to add them again and let me know if it happens again, ...
0
votes
1answer
38 views

Images not displaying after transfer to temporary site ~username

I had my site running on my local machine w/ DAMP. I transferred (FTP) to hostgator shared server under my temporary site url http:// Address/~username. Running drupal 6.28. My images that are ...
0
votes
1answer
43 views

Converting Image Map to Drupal Content

We have an old site that was are migrating to drupal. On the old site we have an image map: http://www.seguridadidl.org.pe/districts.html Wondering if there is a more dynamic way of adding an image ...
0
votes
0answers
42 views

Image styles not generated on IIS and Drupal 7

I'm forced to build a site on IIS-based hosting. I have a problem with different image styles (thumbnails etc.) not being generated when uploading an image using image field on a node. The original ...
1
vote
1answer
40 views

How do I limit the number of images displayed in a teaser?

I have a site with an image field that allows for unlimited images. I want the first image in the field to be shown in the teaser (for both listing and views). Is there a configuration option that ...
0
votes
0answers
29 views

How to set Content-Lenght http header for images?

How to set the Content-Lenght header or any other header for images? I need it to set a rule in the varnish to not cache images larger than 500kb.

1 2 3 4 5 12