Thanks for the module, but I have one problem.

I installed your module on http://vladimir.skach.cz/, everything works with one exception:

Album cover image is downloaded on server ok, but in page it has doubled url like this:

Real image url is:
http://vladimir.skach.cz/sites/default/files/photos/image_1/album_prazsky_hrad_120x90.jpg

But in IMG tag in page is this url:
http://vladimir.skach.cz/sites/default/files/http://vladimir.skach.cz/sites/default/files/photos/image_1/album_prazsky_hrad_120x90.jpg

Live example:
http://vladimir.skach.cz/content/pohledy-z-prazskeho-hradu-prague-castle...

Comments

esoeso’s picture

UPDATE:

I investigated it a little and I found,

if I change in function function photos_nodeapi in photos.module

line

$info['album']['url'] = file_create_url($p['p']);

to

$info['album']['url'] = $p['p'];

then it works how suppose to for me, but I'm not sure it's right way of correction.

gumdrop’s picture

Does that fix the PicLens slide show also? Seems to be an issue at Vlad's site.

esoeso’s picture

I didn't work out PicLens yet (right now it doesn't work at all for me)

eastcn’s picture

Sorry, This is my mistakes, have been amended, please download the 1.2-rc-1.
Thanks, all.

eastcn’s picture

Please download the 1.2-rc-1.

1, you need to download and activate piclens.
2, to admin/settings/photos, opening FLASH slide show.
3, access node/x/ photos/views, you will see Slide View album! Click on it.

You can look at the video demo.

thanks.

portait’s picture

The video is not working (cram codec) on mac osx. Can someone encode the video with different codec?

eastcn’s picture

avi. Try VLC.app.
thank.

nathaniel’s picture

Status: Active » Closed (fixed)