This is a first published [MOD] of Vano
http://www.4homepages.de/forum/index.php?topic=6759.0 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
// Languageall variables can be translations of your language /
[DE] Sprach Variablen können nach belieben angepasst werden
Other Settingsshow_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.php2. 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.4search in admin/admin_global.php if (!empty($back_url)) {
$site_sess->drop_session_var('back_url');
redirect($back_url);
exit;
}
}
replace 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.5search in admin/admin_global.php redirect("admin/index.php");
replace redirect("index.php");
search redirect("admin/" . $back_url);
replace redirect($back_url);