1. Hottinger
  2. RO CSVI
  3. Monday, 14 January 2019
  4.  Subscribe via email
Hello,
I become CSV Files and there is the path of the intro and the full.image completly in the field. Now the system set by the import the path "images/" before the path of the csv come, how can I turn this off?? I don't need any path??

Thank you

Klaus
Accepted Answer Pending Moderation
Hello Klaus,
I have found a better and simpler solution for your image path problem. In your Joomla content import template on Images tab set Location image files field to ./ and save the template. Run the import and check image path after that.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello Klaus,
Yes the images/ is the default path added to intro and the full image in Joomla content import. You have your images outside images folder? If you have your own path then what you can do is open the file plugins/csviaddon/content/com_content/mode/import/content.php and on line 515, change code

$imgPath = $this->template->get('file_location_image_files', 'images/'); 


to

$imgPath = $this->template->get('file_location_image_files');


This will remove images/ from path. Also make sure that you set this import as override file with the above change so any update to CSVI won't overwrite it.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!