Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • weappu Friend
    #1037243

    Hi…
    The PlugIn works really, really good, thank you for that!
    One Question… Is it possible to Download the Images in diffrent Folders?
    At the Moment all Images are downloaded to /images/jasocial_feed/ and so the are mixed from Facebook, Instagram eg.

    Is there an Option (Or an little Codehack 🙂 ) that the Images are Load to a Folder with diffrent Names like:
    /images/jasocial_feed/facebook/
    /images/jasocial_feed/instagram/

    Thanks for any Solution Tip…

    Luna Garden Moderator
    #1037959

    Hi,

    I have passed your request to the developer. He’ll try to help you and answer you later.

    Mo0nlight Moderator
    #1038918

    Hi.

    Open the file : /plugins/system/jasocial_feed/jasocial_feed.php

    Look for:

    $folder = JPATH_ROOT.'/images/jasocial_feed/';

    Change to:

    $folder = JPATH_ROOT.'/images/jasocial_feed/'.$src.'/';

    Look for:

    $url = 'images/jasocial_feed/'.$filename;

    Change to :

    $url = 'images/jasocial_feed/'.$src.'/'.$filename;

    Look for line 1779

    $images = $this->saveImage($url, 'twitter', $caption, $alt);

    Change to:

    $images = $this->saveImage($url, 'facebook', $caption, $alt);
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 3 voices, and was last updated by  Mo0nlight 6 years, 10 months ago.

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