Postponed
Project:
SlideshowPro Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2009 at 12:24 UTC
Updated:
3 Dec 2009 at 23:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
kylebrowning commentedCan you export your view for me so I can take a look at your settings?
Heres what I have, note the Image being passed is a Imagefield, but Im choosing Path To file, not an ImageCache setting.
http://skitch.com/kylebrowning/njcg7/edit-view-slieshow-login-as-sspdemo...
and the export
Comment #2
liam mcdermott commentedI attached the view to the first post, it's in the text file (didn't want to clutter up the issue with lots of code ;-) ). However, my test view uses user pictures, which is not a good example. In fact it sucks, since it's not possible to get the file names of profile pictures.
Your example view works fine (thanks). It seems the problem is caused by using something other than Node as the base table.
I've checked, Views is outputting the list of file names and paths SSP needs, so it is possible to make this work, we just need to remove the assumption that the base table is Node.
What I'm doing is quite a complicated view, using the Order Products base table from Ubercart Views 3.x-dev. I'll attach the view, but duplicating this development environment would be a pain in the arse for you.
Comment #3
kylebrowning commentedThanks Lian, I will do some work to check if it is a user or regular node. Ill let you know when I have it working. Probably sometime tomorrow afternoon.
Comment #4
kylebrowning commentedI really would need to get a development environment setup to work with this, is there anyway you can get me access?
If so, Id be happy to write a rule for utilizing uid's over nid's and Just set a bit check in the configuration options.
Comment #5
liam mcdermott commentedUnfortunately it's on a client's server, and they have private transaction details on there, so I can't give you access. :(
That would only solve the problem with the first view I posted. :)
In the second one, it uses the Ubercart Order Products table as the base table, although the images are from the Node table.
Sorry, I probably shouldn't have posted that first example, it has just confused everything.
Comment #6
kylebrowning commentedI have plans to write in hook support for ssp_views and give a list of where the image information should come form, I just have to architect it correctly so it fits almost all needs.
This wont be for awhile though as it will take some time.
Im sorry.
Feel free in the meantime to override theme_ssp_views_images
If you want, dump the full view to me and i can write a up quick override to support it in your case.