Field Slideshow currently generates URLs with two query string seperators (?) on Drupal 7.20 installations when slideshow uses an image style.

Wrong Path:

FILESDIR/styles/STYLENAME/public/filename.png?itok=7-20-TOKEN?slideshow=true&slideshowAuto=false&...

Correct Path:

FILESDIR/styles/STYLENAME/public/filename.png?itok=7-20-TOKEN&slideshow=true&slideshowAuto=false&...
CommentFileSizeAuthor
#1 field-slideshow-7-20-fix.patch1.4 KBznerol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Status: Active » Needs review
FileSize
1.4 KB

Patch attached

idflood’s picture

Status: Needs review » Fixed

Hi,

Thanks a lot. Committed and pushed: http://drupalcode.org/project/field_slideshow.git/commitdiff/a9465d0bbba...

There will be as soon as possible a 7.x-1.82 version with this fix : )

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.