This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

newbie wants to understand how node.module works...

i'm trying to add a wysiwyg kind of javascript formatting buttons onto the top of textarea fields in page, story, blog and comment entry... but nary a clue do i have...

mailinglist.module (work in proces)

I studied the project.module to see how I should send mails to my mailinglist subscribers. I found the _mail hook. So on, evberything goes okay.
At the end of the project_mail there is the following line:

$trans = get_html_translation_table(HTML_ENTITIES);

Is this required to send the mails in ASC II? So when I bypass this, people 'can' recieve mails in HTML-format?

The meaning is to let users choose if they want to recieve HTML mails or in ASC II format, using radiobuttons. The HTML mail will be using the default Drupal theme as a template for the mail.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions