Autor b-t-o
Datum 15.03.2009 17:24
Beiträge: Hallo Boby,

probiere mal folgendes in der Datei modules/edit_fckeditor/include/functions.php zu ändern.

Zeile 48 - 52 (alt):
if (strpos($short_url, '/') === false) {
$short_url = '';
} else {
$short_url = substr($short_url, strpos($short_url, '/') + 1);
}

in neu:

if (strpos($short_url, '/') === false) {
$short_url = '/';
} else {
$short_url = substr($short_url, strpos($short_url, '/'));
}



Diese Seite drucken
Diese Seite schließen

Dieser Artikel kommt von: OpenPHPNuke - das Open Source CMS

http://www.openphpnuke.info/