Needs review
Project:
Node Images
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 02:52 UTC
Updated:
19 Aug 2013 at 09:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
andypostPatch for module + views folder
Comment #2
andypostFinally I got this working.
Patch is the same, but views should be re-thinked,
this implementation queries node_images's data on every row so maybe for long listings it's better to join-group
Comment #3
kribby commentedPlaced views_handler_field_node_images(_lightest).inc in views/handlers, and node_images_views.inc in views/modules. Executed patch in #1. Flushed Views cache and no new arguments or fields came up. Is this no good for 6.x-2.1, or did I go wrong somewhere?
Thank you btw, pretty excited for this.
Comment #4
andypost@kribby All *.inc files should be placed in views folder as they are in .zip
Just unzip this into NI folder and patch .module
Patch simply adds a few lines at the bottom of node_images.module so only available version is 6.x-2.1
Comment #5
kribby commentedPatch in #1 w/ .incs in #2 works perfectly.
Thank you very much andypost. This was much needed!
Comment #6
TechnoBuddhist commentedWELL SWEET. MANY MANY THANKS!!
just to clarify what I did with the views.zip. I unzipped the views.zip into nodeimages folder thus creating a views subfolder. I dunno if it was necessary to clear caches but I did and it worked flawlessly.
Comment #7
subir_ghoshI did the following:
* Unzipped the zip file
* Uploaded 'views' folder into the modules/node_images folder
* Flushed views cache
* Flushed all other caches.
Still nothing appears anywhere
Comment #8
andypostTry to add relation or make a new view
Comment #9
BeaPower commentedDid everything, how are you supposed to set up node images in views?
Is it the view - Node Images for Content Types?
Comment #10
sakiland commentedIt works. Great, thanks.
Comment #11
chefarov commentedI can't display pictures from view in grid...
They appear one below the other.
I can apply any css rule to the view page except:
display:inlineDoes anyone know a workaround?
Comment #12
Countzero commentedStuff in #1 saved my ass from a painful replacement of this module on an old site. Thanks guys.
Comment #13
nimek commentedfor better Views integration see here
https://drupal.org/node/2068723