Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Feedback & Suggestions / Re: The download link is not working
« Last post by Sunny C. on July 18, 2024, 08:19:51 AM »
Download wieder fehlerhaft!


2
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by php8 on July 13, 2024, 04:58:47 PM »
Hello Przemek,

are you fit enough in php to customize it for yourself?

The following solutions come to mind:

a) downgrade the affected php files to those of version 1.8 (although I wouldn't recommend this approach, it would be the quickest way for you to restore functionality)

b) Adjust the filter order and create an individual filter. The following approach comes to mind (untested):

1. replace the html line breaks with another format of your choice (example: <br /> with #br#)
2. remove all remaining html tags (strip_tags or any other solution)
3. process the remaining output from 4images' own filter
4. replace #br# with <br /> again before the output

This way you keep the line breaks while preserving the previous filter mechanisms.
3
Tutorials / Re: [TUT] Zusätzliches Image Feld anlegen / Additional Image Field
« Last post by Jan-Lukas on July 12, 2024, 09:53:37 PM »
Grüße,
Die normalen Felder ist ja eigentlich kein Problem, aber ich möchte ein zweites Bild hochladen, und es in der detail.html mit {images2} auslesen lassen.
So das 2 verschiedene Bilder auf der Detail Seite angezeigt werden.
Kein zweites Thump

$additional_image_fields['image_media_file2'] = array($lang['image_media_file2'], "file", 1); ist eingetragen
Datenbank feld image_media_file2 wurde angelegt.

in der member_uploadform.html habe ich die Tabelle um ein Feld erweitert

<b>Upload:</b><br />
           <input type="file" name="media_file2" class="input" /><br />
           <b>URL:</b><br />
           <input type="text" name="remote_media_file"  size="30" value="{remote_media_file}" class="input" /><br />
           <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_media_types}</span><br>

Es wird aber nichts in der Datenbank hochgeladen.

Kann da wer helfen ?



4
Leider klappt der Mod ab PHP 8 nicht mehr, wenn ich auf 7.4 umstelle, ist noch alles OK
Hier wird mal ein Fachmann(frau) gesucht, der sich die admin/image.php mal ansieht.

@ Andi (Rembrand) wenn du heimlich mitliest, DU FEHLST UNS
5
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Przemek on July 06, 2024, 03:05:41 PM »
Even the new lines in category description are translated to
"<br>" which appears on the screen! WTF? I understand, you're changed script for the XSS issues reason, but it brokes a simply descriptions in categrory description!
Please fix it!
6
Mods & Plugins (Releases & Support) / Re: [MOD] Kategorie Text kürzen
« Last post by Jan-Lukas on July 05, 2024, 11:48:06 PM »
Klappt auch in der 1.9 mit PHP 8.3
7
klappt mit PHP 8.3
8
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« Last post by Jan-Lukas on July 03, 2024, 09:34:58 PM »
Unter PHP8 gibt keine Ausgabe
im Admin funktioniert die Ausgabe perfekt
würde mich über ein update freuen, oder hat das jemand unter PHP 8 laufen ?
9
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« Last post by Jan-Lukas on July 03, 2024, 08:58:30 PM »
Unter PHP8 wird beim Aufruf der contact.php nur eine weiße Seite ausgegeben
Fehler Log wird keiner erzeugt

https://www.4homepages.de/forum/index.php?topic=8987.225
10
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Sunny C. on June 30, 2024, 08:33:59 AM »
Danke für das Feedback, wir prüfen das.

Das habt ihr bis heute nicht... Ich denke so wird das auch mit Github nichts werden. Wie man sehen konnte gab es doch den ein oder anderen User der an der Software Interesse hat. Ich habe ein komplett modernes Design Frontend/Backend erstellt gehabt; war und bin aber auch nicht mehr bereit dies zur Verfügung zu stellen.
Pages: [1] 2 3 4 5 ... 10