Improved Image Field Module
See preview attached, the FUTURE ajaxy image field module that we should create.
Functionality :
- Ajax upload, like the upload module, no need to reload the page
- possibility to choose a FEATURED image, to select which image should be displayed when in a teaser.
-
like image field, possibility to change alt text and title.
add a CAPTION FIELD ??
-
possibility to re-arrange the order of the images by clicking on the UP and DOWN arrows.
Maybe even better with a DRAG AND DROP interface to re-arrange the order of the image !
New view type: Image Gallery
You might be interested to know about a new view type that's now included in the image module: an image gallery view for image nodes.
This is in the latest 5.x-2.x-dev release of image. Existing galleries and blocks are reimplemented as views.
Read moreImage API?
I just had a brainstorm this week for writing an Image API module, and see that dopry beat me to the punch :) Does anyone know about the future plans for this? Specifically, I was thinking about writing a form element for images, similar to how imagefield handles forms, because I've had to replicate that for a couple of instances, and think it would be better as an API, rather than duplicating code.
Thanks,
Aaron Winborn
Advomatic
Adding or theming argument defaults
Is there a way to add a new type of default view for an argument, beyond the built-in 'Return Page Not Found', 'Display All Values', etc?
Or failing that, can it be drastically themed to return something different, from the definition of a new argument type in a module?
I'm trying to replicate the galleries made by image_gallery.module as a view, and I need to show a list of top-level galleries for the URL with no arguments.
Read moreZoomify
This is to announce the release of Zoomify module (http://drupal.org/project/zoomify), a module that integrates the Zoomify Flash component for viewing large images (http://www.zoomify.com/) inside Drupal. Your feedback is appreciated.
Read moreSlideShowPro Integration module out now
SlideShowPro is a nifty customizable Flash slideshow. There is a Drupal integration now: http://drupal.org/project/slideshowpro. Check out the screencast:
Read moreGiant Scale Image Viewer
This is to announce the release of a new image-related module called "gsiv" (http://drupal.org/project/gsiv/). This module wraps the functionality offered by the GSIV JavaScript component (http://www.mojavelinux.com/projects/gsiv/) for Drupal consumption. The component lets you pan and zoom with large images. It is still very raw, but it should work. Your feedback is highly appreciated.
Read moreViews of Users and Images
I am building a site where I have custom user profiles built using nodeprofile, usernode, nodefamily, et al. I am using Image Attach for the user images.
So, here's the problem: I want to create a view of nodes along with the attached image for the node author.
I can create a view that consists of the Node: Author and Image Attach: Display Image. I can create the view of nodes. What I can't do is get them to play nicely together. It seemed to me that Views Fusion would work for fusing these two views together, but I get errors:
Read moreThe problem of image file and image by link
hello,
This summer, I'm working with a development team on a Website built with Drupal. My project is about the integration of Web Service such as Amazon, Yahoo...
The Website mainly aims at allowing users to create rich comments on books, musics, movies...
Our forms are built with CCK. At first, we have used the Image field Module. This module allows users to upload image from their computers. With that, we can display on every comment, a picture, and this picture is also being used in views and gallery.
per user paths
Hi all,
i'm going to implement a public site that will offer to the user that register a personal gallery. I use the image module but i find that i can't get a personal image folder on the server (all the files are stored in the folder you choose in filesystem settings). I have to modify the image module? other way to get personal upload folders?
I have already created a function to get the per user upload folder in image_import.module with the following code, but i think pheraps there would be a better way to go...
function _get_image_import_path() {
global $user;






