Welcome, Guest. Please login or register.
March 20, 2010, 12:21:25 AM

Login with username, password and session length
Search:     Advanced search
WB 2.8.1 released!
Download and additional information are available here .
110500 Posts in 15959 Topics by 9305 Members
Latest Member: gomatox
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Massmail / Newsletter with full WYSIWYG support
Pages: 1 [2] Go Down Print
Author Topic: Massmail / Newsletter with full WYSIWYG support  (Read 3830 times)
dfhectik

Offline Offline

Posts: 29


SHAKE AND BAKE


WWW
« Reply #25 on: February 04, 2010, 05:30:51 AM »

Hey, I was wondering if its possible to style the email that is sent? Like a newsletter?

cheers
Logged
snoork

Offline Offline

Posts: 268



« Reply #26 on: February 05, 2010, 08:42:14 AM »

prefixed style for the mail:

mailtemplate:
put a table inside the textarea (somewhere in modify.php or something like that) with predefined header, colors etc
be sure to use tables and do NOT use divs for the newsletter, microsoft outlook cannot handle divs in mailtemplates

other than that you can style the mail how you like using the texteditor
Logged
Bastian

Offline Offline

Posts: 119


Traumjob > Bäcker ;-)


WWW
« Reply #27 on: February 27, 2010, 04:11:07 PM »

i have installed the massmail modul (with fck editor) on a 2.8.1 WB installation.
But i doesn't work  sad

I got an error from FireFox:
Code:
Error loading "http://127.0.0.1/PUG/modules/fckeditor/fckeditor/editor//wb_config/wb_fckstyles.xml" (HTTP Status: 404).

Do you want to see the server response dump?
and:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Objekt nicht gefunden!</title>
<link rev="made" href="mailto:admin@localhost" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Objekt nicht gefunden!</h1>
<p>Der angeforderte URL konnte auf dem Server nicht gefunden werden.

    Der Link auf der
    <a href="http://127.0.0.1/PUG/modules/fckeditor/fckeditor/editor/fckeditor.html%3fInstanceName=content&Toolbar=WBToolbar">verweisenden
    Seite</a> scheint falsch oder nicht mehr aktuell zu sein.
    Bitte informieren Sie den Autor
    <a href="http://127.0.0.1/PUG/modules/fckeditor/fckeditor/editor/fckeditor.html%3fInstanceName=content&Toolbar=WBToolbar">dieser Seite</a>
    &uuml;ber den Fehler.
</p>
<p>
Sofern Sie dies f&uuml;r eine Fehlfunktion des Servers halten,
informieren Sie bitte den
<a href="mailto:admin@localhost">Webmaster</a>
hier&uuml;ber.
</p>
<h2>Error 404</h2>
<address>
<a href="/">127.0.0.1</a><br />
  <span>02/27/10 16:10:46<br />
  Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1</span>
</address>
</body>
</html>

Does anybody know this problem?
i tried it just bevor on a 2.8 and it works fine as expectet.

Cheers Basti
« Last Edit: February 27, 2010, 04:13:34 PM by Bastian » Logged
Luisehahne
Development Team
******
Offline Offline

Posts: 2255


Do not two job at once


WWW
« Reply #28 on: February 28, 2010, 10:18:58 AM »

the path isn't correct

Code:
/modules/fckeditor/fckeditor/editor//wb_config/wb_fckstyles.xml

has to be

Code:
/modules/fckeditor/wb_config/wb_fckstyles.xml

Dietmar

Logged

Beobachte, Höre zu und lerne, 6. Lehrsatz DINOTOPIA
Chaploo
Tester Team
*****
Offline Offline

Posts: 228


WWW
« Reply #29 on: March 03, 2010, 11:54:45 AM »

the path isn't correct

Code:
/modules/fckeditor/fckeditor/editor//wb_config/wb_fckstyles.xml

has to be

Code:
/modules/fckeditor/wb_config/wb_fckstyles.xml

But where/how to fix it? As far as I can see, the code is in modify.html:
Code:
<input type="hidden" id="content" name="content" value="" style="display:none" /><input type="hidden" id="content___Config" value="CustomConfigurationsPath={WB_URL}/modules/fckeditor/wb_config/wb_fckconfig.js&amp;
EditorAreaCSS={WB_URL}/modules/fckeditor/wb_config/wb_fckeditorarea.css&amp;
StylesXmlPath={WB_URL}/modules/fckeditor/wb_config/wb_fckstyles.xml&amp;
TemplatesXmlPath={WB_URL}/modules/fckeditor/wb_config/wb_fcktemplates.xml&amp;
LinkBrowserURL={WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Connector%3D{WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&amp;
ImageBrowserURL={WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Connector%3D{WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php&amp;
FlashBrowserURL={WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html?Connector%3D{WB_URL}/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/connector.php" style="display:none" /><iframe id="content___Frame" src="{WB_URL}/modules/fckeditor/fckeditor/editor/fckeditor.html?InstanceName=content&amp;Toolbar=WBToolbar" width="100%" height="350px" frameborder="0" scrolling="no"></iframe>

And that seems to be ok.  huh
Do I have to look anywhere else?

Regards
Jochen
Logged
Luisehahne
Development Team
******
Offline Offline

Posts: 2255


Do not two job at once


WWW
« Reply #30 on: March 03, 2010, 11:59:31 AM »

http://www.websitebaker2.org/forum/index.php/topic,16184.msg114808.html#msg114808
Logged

Beobachte, Höre zu und lerne, 6. Lehrsatz DINOTOPIA
Chaploo
Tester Team
*****
Offline Offline

Posts: 228


WWW
« Reply #31 on: March 03, 2010, 12:07:02 PM »

Thanks!  grin
Logged
oeh
Documentation Team
******
Offline Offline

Posts: 130


German Pischer's, what's life without them?


« Reply #32 on: March 08, 2010, 12:17:13 AM »

Norwegian language file.
Logged

Regards
oeh ;-}>
Pages: 1 [2] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!