Hi,
i've a problem with image-pathes; how can i achive FCKeditor inserting whole, absolute pathes with domain-part in image-tags???
When sending images per mail-content in phplist, the mail client can't get the images, because there's no complete url.
The problem occures already when adding a image (or it's path) from the resource-browser to the window image properties.
There's already the full path missing.
Any suggestion which configuration i missed to get full pathes???
Thanks a lot!
Sam
PS: According german PHPLIST-Forum-entry is at: http://forums.phplist.com/viewtopic.php?t=11261
Sat, 08/11/2007 - 02:24
#1
Re: PHPLIST-Combi-Issue with images pathes
Hi!
In the meanwhile i found out the setting
FCKConfig.BaseHref
in File fckconfig.js
when i put there eg "http://www.this-is-the-domain.de/"
it doesn't work.
Just the same as without making this setting.
Any hint for it?
Thanks!
Sam
Re: PHPLIST-Combi-Issue with images pathes
Hi,
it seems it's very related with issue 6522 of the forum:
viewtopic.php?f=6&t=6492
As long as it seems that it's really the same issue, i would switch to the topic mentioned above.
Thanks, Sam
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
I never managed to get this approach to work. I needed to use absolute URLs as I wanted to send out a monthly news letter and obviously all images etc needed to be absolute. The way worked around it was as follows using simple php string replace on the variable that was holding my html info from FCKEditor
This works a treat. Before putting the output into my database I use the str_replace so that all my paths are absolute, Bingo!
Sorry about not have the full solution but this work around does the trick!