Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged phplist

Rss Feed Group items tagged

Luciano Ferrer

phplist forums * View topic - [fix] FCKeditor issue with absolute links - read it ! - 2 views

  •  
    Ugly, but simple... "File :lists/admin/sendemaillib.php Search for: Code: Select all # particularly Outlook seems to have trouble if it is not \r\n # reports have come that instead this creates lots of trouble # this is now done in the global sendMail function, so it is not # necessary here # if (USE_CARRIAGE_RETURNS) { # $htmlmessage = preg_replace("/\r?\n/", "\r\n", $htmlmessage); # $textmessage = preg_replace("/\r?\n/", "\r\n", $textmessage); # } But this code above. It simply find and replace to replace your local image path to absolute link : Code: Select all //convert local to remote $htmlmessage = str_replace('/lists/', 'http://www.domein.com/lists/', $htmlmessage);"
Luciano Ferrer

[how to] FCKeditor Image Upload / Browse Server 2.10.14 - 0 views

  •  
    "[how to] FCKeditor Image Upload / Browse Server 2.10.14 Hi All, As of 2.10.14 this is what I found to work in getting the image / file upload and browse server feature to behave as you would expect. As with all forums information becomes fragmented as versions change and solutions are found so as requested I've put the following together from my experiences to get things working with FCKeditor."
1 - 2 of 2
Showing 20 items per page