Author Topic: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6  (Read 57869 times)

0 Members and 1 Guest are viewing this topic.

bildergallery

  • Guest
[MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« on: February 12, 2008, 08:30:40 PM »
:flag-en:  This is a first published [MOD] of Vano
http://www.4homepages.de/forum/index.php?topic=6759.0

:flag-de:  Mit diesem Tool kann man ganz einfach einzelne oder mehrere Bilder oder Files Verschieben, Löschen, Editieren oder das Mitglied wechseln.
Das ganze ist über Sprach-/Einstellungs Variablen je nach Wunsch anpassbar. Basiert auf dem [MOD] von Vano.


-------- [ Version history ] --------
4.0 German Release for 4images 1.7.4 - 1.7.6 (12.02.2008)

4.x German / English Release for 4images 1.7.4 - 1.7.6 (14.09.2008)
http://www.4homepages.de/forum/index.php?topic=6759.0


-------- [ Features ] --------
  • thumbnails in image list
  • batch copy images to specifyed category
  • batch move images to specifyed category
  • batch edit images description, keywords, date, active and allow comments settings
  • quick edit images name, description, keywords and date
  • displays category ID of the images
  • support for [Mod] Show original image in new window by clicking on image
  • configurable open in a new window individual image edit/delete links
  • adjustible thumbnails size in image list
  • support for [MOD] Category Image
  • change owner of the selected images
  • support for backup images
  • search not activated images


NEW in Version 4.0 :!:
  • bugfix change owner / [DE] mitglied wechseln
  • bugfix image(s) deleted when press button "no" (required upgrade) / [DE] bild(er) wird trotz "nein" button gelöscht (Upgrade erforderlich)
  • bugfix more lang variables / [DE] neue sprach variablen
  • bugfix message big folder / [DE] message big folder wird nun angezeigt
  • bugfix special characters and links / [DE] spezial zeichen '' "" und links werden nun ohne backslash \ zeichen angezeigt
  • bugfix search http://www.4homepages.de/forum/index.php?topic=17813.msg94905#msg94905
  • search to file name in media, thumb folder / [DE] suche nach datei namen in media und thumb folder
  • complet german translation / [DE] komplett in deutsch übersetzt


-------- [ Addons ] --------
Select images from lightbox (by e-trader_2002)


-------- [ Functions ] --------
// Settings
$target = false; // all links edit/removes open single image in a new window? (true or false) / [DE] Öffnet alle Links in einem neuen fenster
$cols = 30;  // textarea width / [DE] Textarea Zeichbreite
$rows = 4;  // textarea height / [DE] Textarea Anzahl Zeilen

// Language
all variables can be translations of your language / [DE] Sprach Variablen können nach belieben angepasst werden

Other Settings
show_input_row($lang['results_per_page'], "limitnumber", 25); // 25 images pro page / [DE] Anzeige von 25 Bilder pro Seite


-------- [ Installation ] --------
1. Backup admin/images.php file / [DE] Backup Datei admin/images.php
2. Download zip file below on my first post / [DE] Download Zip Datei am Ende dieses Eintrages
3. Unpack it and upload into admin/ dir (replace the old one) / [DE] Datei entzippen und ins admin/ Verzeichnis kopieren (alte Datei überschreiben).


Important upgrade only for 1.7.4 / [DE] Upgrade nur bei 1.7.4
search in admin/admin_global.php
Code: [Select]
if (!empty($back_url)) {
  $site_sess->drop_session_var('back_url');
redirect($back_url);
exit;
}
}

replace
Code: [Select]
  if (empty($back_url)) {
    $back_url = "home.php";
  }

  $site_sess->drop_session_var('back_url');
  redirect($back_url);
  exit;
}


Important upgrade only for 1.7.5 / [DE] Upgrade nur bei 1.7.5
search in admin/admin_global.php
Code: [Select]
redirect("admin/index.php");
replace
Code: [Select]
redirect("index.php");
search
Code: [Select]
  redirect("admin/" . $back_url);
replace
Code: [Select]
  redirect($back_url);
« Last Edit: September 14, 2008, 10:59:08 PM by ivan »

Offline musicsurfer

  • Full Member
  • ***
  • Posts: 184
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #1 on: February 12, 2008, 09:14:59 PM »
Danke für die deutsche Übersetzung des MODS

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #2 on: February 12, 2008, 10:38:14 PM »
Vielen herzlichen Dank für die Änderungen an diesem MOD!
Funktioniert wie immer einfach perfekt!
Liebe Grüsse Jones

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #3 on: February 14, 2008, 10:52:53 PM »
... es sollte heißen ...
... statt "search in admin/global" richtig "search in admin/admin_global.php" ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline CCVBE

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #4 on: February 15, 2008, 07:25:59 AM »
batch copy images to specifyed category
batch move images to specifyed category

doesn't work with new code: no button to be seen for that at the end of the file list ;-(

Look at attechment, this part is missing...?

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #5 on: February 15, 2008, 09:25:45 AM »
ivan,

respect!
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline CCVBE

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #6 on: February 15, 2008, 09:26:29 AM »
oh yes, I have to change checkboxes in options to "No" to see it ;-)

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #7 on: February 15, 2008, 09:34:02 AM »
@ivan
... es wird noch dringend ein Tutorial ... zum Einbau / Auslesen / Speichern zusätzlicher DB-Bild-Felder gesucht ...
... z.B. für Jans Feld "Photographer" ...
... möglich ... ?
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline black1cat

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #8 on: March 01, 2008, 04:14:30 PM »
Genau soetwas habe ich gesucht.

VIELEN, VIELEN DANK FÜR DIESEN TOLLEN MOD  :D

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #9 on: March 14, 2008, 11:13:01 AM »
hi,

HIIILLLLFEEEE  :mrgreen:

ich glaube ich bin ein bisschen verwirrt..

wie ging das nochmals das ich für mehrere(z.b. 15) bilder NUR EIN feld (z.b. keywords) für den update habe (statt 15 felder für jedes bild)?
ich bilde mir ein das gings.... nur ich weiss nicht mehr wieeeeeeeeeeee... HIIILLLFFFEEEEE

vielen danke!

ah... ja...

Code: [Select]
  show_radio_row("Bild Name", "editname", 1);
  show_radio_row("Beschreibung", "editdescription", 1);
  show_radio_row("Schlüsselwörter", "editkeywords", 1);
  show_radio_row("Datum", "editdate", 1);

wäre cool, wenn es standard 0 wäre.

cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #10 on: March 14, 2008, 11:25:27 AM »
ahhhhhhhh...

bin ein koffer... gefunden....
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline ipicture

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • Ipicture - Die Welt im Bild
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #11 on: March 14, 2008, 12:00:05 PM »
@ivan
... es wird noch dringend ein Tutorial ... zum Einbau / Auslesen / Speichern zusätzlicher DB-Bild-Felder gesucht ...
... z.B. für Jans Feld "Photographer" ...
... möglich ... ?

Ich habe es gestern Nacht geschafft (ohne PHP-Kenntniss :-) ) die images.php und die checkimages.php so umzubauen, dass die IPTC-Felder "city" und "credit_byline_title" per checkimages in die Datenbank übernommen und in der detail.html anzeigt werden. Es ist auch der Import weiterer IPTC-Daten in die DB möglich! Man kann die neuen Felder auch per Quick Edit bearbeiten.

Einzig der Punkt "Save original date" http://www.4homepages.de/forum/index.php?topic=18627.0 auch bei Description und Keywords ist noch zu klären. Wenn Interesse an dem veränderten MOD besteht, veröffentliche ich ihn hier...
Gruß
Klaus

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #12 on: March 14, 2008, 12:16:40 PM »
interesse besteht immer... :)

poste die änderungen zur dem original vom ivan..
thx
nicky
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.288
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #13 on: March 19, 2008, 09:53:45 PM »
@ivan
... es wird noch dringend ein Tutorial ... zum Einbau / Auslesen / Speichern zusätzlicher DB-Bild-Felder gesucht ...
... z.B. für Jans Feld "Photographer" ...
... möglich ... ?

Wird immer noch dringend gebraucht  :cry:

Harald
Danke Harald




Offline ipicture

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • Ipicture - Die Welt im Bild
Re: [MOD] Batch Copy/Move/Edit Images 4.0 for 1.7.4 - 1.7.6
« Reply #14 on: March 19, 2008, 11:11:04 PM »
Ich habe da noch einen Fehler in meinem IPTC-Mod entdeckt, den ich noch korrigieren muss. Dann veröffentliche ich die neuen Seiten...

Gruß
Klaus