News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

URL auden Dateiinformationen entfernen

Started by Daniel S., January 27, 2010, 07:01:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daniel S.

Hallo, ich habe eine Frage. Und zwar, wie entferne ich die Url aus den Dateiinformationen?

Mit freundlichen Grüssen



Αndré

Öffne displayimage.php und entferne
$info[$lang_picinfo['URL']] = '<a href="' . $CONFIG["ecards_more_pic_target"] . (substr($CONFIG["ecards_more_pic_target"], -1) == '/' ? '' : '/') .basename($_SERVER['PHP_SELF']) . "?pos=-$CURRENT_PIC_DATA[pid]" . '" >' . $CONFIG["ecards_more_pic_target"] . (substr($CONFIG["ecards_more_pic_target"], -1) == '/' ? '' : '/') . basename($_SERVER['PHP_SELF']) . "?pos=-$CURRENT_PIC_DATA[pid]" . '</a>';

Daniel S.

Danke für die Hilfe.. hat super geklappt.. :)

Joachim Müller

Noch besser (weil kein Hacken des Core-Code notwendig, das bei jedem Update erneut angewendet werden muss) ist die Verwendung des Plugins "Filter & Sort File Information Fields on Image Display Page"

Αndré

Dieses Plugin war mir bisher nicht bekannt :)