Author Topic: batch import  (Read 7900 times)

0 Members and 1 Guest are viewing this topic.

Offline radman

  • Newbie
  • *
  • Posts: 31
    • View Profile
    • http://www.zoopedup.com
batch import
« on: January 04, 2003, 06:19:40 PM »
what must i put here

$data_src_path = "/path/to/images/folder";

how does this mod work do i upload the images to my server and it moves it? how are the thumnails generated...?
lata

http://www.zoopedup.com --> South Africa's biggest car modifying info site......
-----------------------------------------------------
www.aikonsolutions.com -> my portfolio!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
batch import
« Reply #1 on: January 04, 2003, 06:25:06 PM »
u need put full path to the folder u uploaded imeges in.
for ex. in windows it would looks something like this:
C:/yourimportimagesfoler
linux:
/home/blahblahblah/yourimportimagesfoler

hope that help
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline radman

  • Newbie
  • *
  • Posts: 31
    • View Profile
    • http://www.zoopedup.com
batch import
« Reply #2 on: January 04, 2003, 08:29:31 PM »
ok i think mine should be public_html/images/

but how do the thums get created? or must i upload the thums also?
lata

http://www.zoopedup.com --> South Africa's biggest car modifying info site......
-----------------------------------------------------
www.aikonsolutions.com -> my portfolio!

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
batch import
« Reply #3 on: January 04, 2003, 08:41:37 PM »
Quote from: radman
ok i think mine should be public_html/images/

it doesnt looks like FULL PATH to the folder

Quote from: radman
but how do the thums get created? or must i upload the thums also?


just create a folder, upload your pictures, set correct FULL PATH to that folder in batch import settings and now u can uset trough admin control panel. then u can use auto thumbnails feature.

if u want also import thumbnails along with pictures, then u'll need create another folder INSIDE the one with pictures, upload there thumbs and put name of the thumb folder in the script settings.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline radman

  • Newbie
  • *
  • Posts: 31
    • View Profile
    • http://www.zoopedup.com
batch import
« Reply #4 on: January 04, 2003, 08:49:12 PM »
path?

i dont understand what u mean? do u mean the images inside my 4images folder on my server?

like this   /public_html/gallery/admin/images

gallery = 4images folder?

but can i use the auto thumnailer becuz i dont have GD or imagemagik..
lata

http://www.zoopedup.com --> South Africa's biggest car modifying info site......
-----------------------------------------------------
www.aikonsolutions.com -> my portfolio!

Offline ally

  • Newbie
  • *
  • Posts: 16
    • View Profile
batch import
« Reply #5 on: May 25, 2003, 12:20:42 AM »
the one thing I don't understand is,
I upload images to /upload/ which is this path:
$data_src_path = "/path/to/images/folder";

but then how in the world does it know which category folder to put it in? i don't see how this works or how it is different from "check new images"

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
batch import
« Reply #6 on: May 25, 2003, 12:32:19 AM »
Quote from: ally
the one thing I don't understand is,
I upload images to /upload/ which is this path:
$data_src_path = "/path/to/images/folder";

but then how in the world does it know which category folder to put it in? i don't see how this works or how it is different from "check new images"

it will create new category with name of the folder (in your case new category name will be "upload")
also, each time u do import, it WILL NOT add images into already existing categories, it will create new one, so if u forget delete previously imported folders, it will import them again with the same name but different ID.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline ally

  • Newbie
  • *
  • Posts: 16
    • View Profile
batch import
« Reply #7 on: May 25, 2003, 12:33:28 AM »
so.... with Batch Upload plugin, you can never upload images into pre-existing folders?

sigh.  :(

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
batch import
« Reply #8 on: May 25, 2003, 03:56:39 AM »
no, sorry.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)