Im using Highslide with Views and CCK.

1. If I choose "file path" in the "Full size formatter (path): *" option, the urls for my thumbnail links show up like this (notice the "%252F" in the path:

http://site.com/files/imagecache/%252Fimage.jpg

This is causing big problems with with site, I need to figure out a way to remove the unnecessary %252F.

2. I have my Highslide Graphics DIR set correctly (/sites/all/modules/highslide/highslide/graphics/) yet I still see db errors similar to this: not found: http://site.com/users/highslide/graphics/zoomout.cur

There seems to be some relative paths in the code or something that takes your current url and appends it with the highslide/graphics/ directory.

Comments

q0rban’s picture

Hi, thanks for the bug reports! For the first one you are selecting filepath, not an imagecache formatter? If you switch to a file path of an imagecache setting, does that fix the problem? What happens if you select url instead of path?

The second one sounds like a bug in the CSS. There is probably some left over CSS from Highslide's default CSS that needs to get removed. I'll look into this, but it may already be fixed in HEAD.

Thanks!

q0rban’s picture

Priority: Critical » Normal

Also, do you mind separating out bug reports into separate issues in the future? Thanks!

RikiB’s picture

Thanks for the fast response! Sorry for posting 2 bugs in 1 report, I will make sure not to do that again.

I tried your advice on 1 and this is what I discovered. If I choose an imagecache preset the path is 100% correct. However if I choose URL by itself there are 2 slashes, like this:

http://site.com/files/imagecache//image.jpg

So for now it seems if I make a imagecache preset that keeps the original size and so on, it will work perfectly.

As for 2 I will test the dev release on my test site and let you know if its fixed.

q0rban’s picture

Yes, now that you mention it, I'm not sure I ever tested it without imagecache. Will look into this more, thanks!

RikiB’s picture

Priority: Normal » Major

I just wanted to bump this because I keep seeing the warnings in the db log everyday. Highslide seems to take the users current path and search for highslide elements from there (relative pathing).

So for instance I see hundreds of these errors: page not found (relative path)/highslide/graphics/zoomout.cur.

My setting for the graphics directory is: /sites/all/modules/highslide/highslide/graphics/ (which exists and should be correct)

Any ideas?

q0rban’s picture

Version: 6.x-1.2 » 6.x-1.x-dev

Hmm, I just downloaded 6.x-1.x-dev, and I am not seeing any errors in the log that match what you are describing. What browser are you viewing the site in?