4images Help / Hilfe > News & Announcements

4images 1.7.1

(1/1)

Jan:
Post re-added

Die neue Version 1.7.1 wurde soeben veröffentlicht und enthält ein paar neue Features und einige Bugfixes. Zu den neuen Features gehört unter anderem ein internes Caching System. Detaillierte Informationen dazu gibts in der Datei "docs/Cache.deutsch.txt" in der Download-Datei.
Alle Änderungen und Features sind in der Datei "docs/Changelog.txt" aufgelistet.

The new version 1.7.1 has just been released and contains a few new features and a lot of bugfixes. One of the new features is a internal caching system. Detailled informations can be found in "docs/Cache.english.txt" in the download-file.
All changes and features are listed in "docs/Changelog.txt".

http://www.4homepages.de/4images/download.php

Hinweis für Entwickler und Benutzer von Template-Packs:
Das einzige Template welches geändert wurde, ist member_uploadform.html um einen Bug zu fixen.
Template-Packs sollten aktualisiert werden indem in dieser Datei die Zeile


--- Code: ---<input type="hidden" name="cat_id" value="{cat_id}" />
--- End code ---


zu


--- Code: ---{if cat_id}<input type="hidden" name="cat_id" value="{cat_id}" />{endif cat_id}
--- End code ---


geändert wird.

---------------

Note for developers and users of templates packs:
The only changed template is member_uploadform.html to fix a bug.
You should update your template packs changing the following line in this file from


--- Code: ---<input type="hidden" name="cat_id" value="{cat_id}" />
--- End code ---


to


--- Code: ---{if cat_id}<input type="hidden" name="cat_id" value="{cat_id}" />{endif cat_id}
--- End code ---


Hinweis für Entwickler und Benutzer von "Integrationen" (phpBB, vBulletin):
In der Datei sessions.php wurden einige Änderungen vorgenommen. Um "Integrationen" mit der Version 1.7.1 kompatibel zu machen, muss aber lediglich die Zeile


--- Code: ---"user_online_list" => $user_online_list
--- End code ---


durch


--- Code: ---"user_online_list" => $user_online_list,
"lang_user_online" => str_replace('{num_total_online}', $num_total_online, $lang['user_online']),
"lang_user_online_detail" => str_replace(array('{num_registered_online}','{num_invisible_online}','{num_guests_online}'), array($num_registered_online,$num_invisible_online,$num_guests_online), $lang['user_online_detail']),
--- End code ---


ersetzt werden.

---------------

Note for developers and users of "integrations" (phpBB, vBulletin):
There are some changes in sessions.php. To make "integrations" compatible to version 1.7.1, you only have to change the line


--- Code: ---"user_online_list" => $user_online_list
--- End code ---


to


--- Code: ---"user_online_list" => $user_online_list,
"lang_user_online" => str_replace('{num_total_online}', $num_total_online, $lang['user_online']),
"lang_user_online_detail" => str_replace(array('{num_registered_online}','{num_invisible_online}','{num_guests_online}'), array($num_registered_online,$num_invisible_online,$num_guests_online), $lang['user_online_detail']),
--- End code ---

Navigation

[0] Message Index

Go to full version