I had to do setting in * /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/upload/php and * /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/browser/default/connectors/php
for the vars
* $Config['UserFilesPath?'] - absolute webpath (or original relative webpath) * $Config['UserFilesAbsolutePath?'] - absolute, local path at the webserver (or original empty)
I had to do setting in * /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/upload/php and * /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/browser/default/connectors/php
for the vars
* $Config['UserFilesPath?'] - absolute webpath (or original relative webpath) * $Config['UserFilesAbsolutePath?'] - absolute, local path at the webserver (or original empty)
Re: PHPLIST-Combi-Issue with images pathes
Re: PHPLIST-Combi-Issue with images pathes
viewtopic.php?f=6&t=6492
Re: PHPLIST-Combi-Issue with images pathes
i solved this issue myself.
I had to do setting in
* /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/upload/php
and
* /hosting/32264/phplist-2.10.4/html/lists/admin/FCKeditor/editor/filemanager/browser/default/connectors/php
for the vars
* $Config['UserFilesPath?'] - absolute webpath (or original relative webpath)
* $Config['UserFilesAbsolutePath?'] - absolute, local path at the webserver (or original empty)
Maybe it's useful for anyone else.
Dokument bearbeiten | Bearbeitungshistorie des Dokuments anzeigen | Dokument zuletzt geändert: Donnerstag, 2007/08/16 11:43:58
Re: PHPLIST-Combi-Issue with images pathes
<?php //The variable that contains your FCK editor output $HTML = str_replace("/RelativePathToImage/", "http://www.YourSite.com/RelativePathToImage/", $HTML); echo $HTML; ?>