Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • grahamgraham Friend
    #183101

    My site is http://www.oceandiscover.com, and is using a pinterest theme from Apptha.

    I installed the JA Amazon S3 plugin, successfully uploaded all images to Amazon S3, and updated the S3 file list.

    There seems to be a partial link update as many, but not all, of the thumbnails have the correct url, for example:

    http://oceandiscover.s3.amazonaws.com/images/socialpinboard/pin_medium/212.jpg?javer=1212141236

    However, the corresponding large images do not have the correct url structure, for example:

    http://www.oceandiscover.com/images/socialpinboard/pin_original/212.jpg.

    Thanks,
    Graham

    grahamgraham Friend
    #476210

    My site is http://www.oceandiscover.com, and is using a pinterest theme from Apptha.

    I installed the JA Amazon S3 plugin, successfully uploaded all images to Amazon S3, and updated the S3 file list.

    There seems to be a partial link update as many, but not all, of the thumbnails have the correct url, for example:

    http://oceandiscover.s3.amazonaws.co…ver=1212141236

    However, the corresponding large images do not have the correct url structure, for example:

    http://www.oceandiscover.com/images/…iginal/212.jpg.

    Thanks,
    Graham

    MoonSailor Friend
    #476232

    Hi grahamgraham,

    <blockquote>
    There seems to be a partial link update as many, but not all, of the thumbnails have the correct url, for example:

    http://oceandiscover.s3.amazonaws.co…ver=1212141236

    However, the corresponding large images do not have the correct url structure, for example:

    http://www.oceandiscover.com/images/…iginal/212.jpg.
    </blockquote>

    It’s not correct url. Url params “javer” – is added by the plugin “JA Amazon S3”.

    grahamgraham Friend
    #476310

    But the issue is that not all images are pointing to amazon s3.

    MoonSailor Friend
    #476364

    Hi grahamgraham,

    If you want remove it, please open file : “plugins/system/plg_jaamazons3/plg_jaamazons3.php” find code in line 420
    [PHP]
    $suffix = ((strpos($item, ‘?’) === false) ? ‘?’ : ‘&’) . ‘javer=’.date(‘ymdhi’);
    [/PHP]
    change to
    [PHP]
    $suffix =”;
    [/PHP]

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  MoonSailor 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum