Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.4. Reference

plugin.tx_majordomo_pi1 properties: TS configuration.

General Settings

Property:

Data type:

Description:

Default:

pid.confirm

integer

The uid of the page with the majordomo confirm plugin

Example:

plugin.tx_majordomo_pi1.pid {
  confirm = 212

}

_CSS_DEFAULT_STYLE

text

CSS styles for the majrodomo plugin form

Majordomo settings

Settings for the majordomo mailing list

Property:

Data type:

Description:

Default:

list

string

name of the majordomo mailing list

Example:

plugin.tx_majordomo_pi1.majordomo {
  list = puppenspiel

}

address

string

mail address of the majordomo mailing list modul

Example:

plugin.tx_majordomo_pi1.majordomo {
  address = majordomo@pXXXXXXX.onlinehome- \              server.info

}

majordomo@example.com

owner

string

owner of the majordomo mailing list

Example:

plugin.tx_majordomo_pi1.majordomo {
  owner = owner-puppenspiel@pXXXXXXX.onlinehome- \            server.info

}

majordomo-owner@example.com

mail.forbidden

array

array of mail addresses, which will be canceled by majordomo

Example:

plugin.tx_majordomo_pi1.majordomo.mail.forbidden {
  1 = mein.name@meine-domain.de
  2 = newsletter@puppenspiel-portal.de
  3 = my.name@my-domain.com

}

mein.name@meine-domain.de

anderer.name@meine-domain.de

Mail settings

Settings for the mail, which will send by the majordomo plugin.

Property:

Data type:

Description:

Default:

from

string

sender of the mail, which will be send from the plugin

Example:

plugin.tx_majordomo_pi1.mail {
  form = Puppenspiel-Portal \           <newsletter@puppenspiel-portal.de>

}

My Name <my-name@example.com>

name

string

The name at the end of the mail, which will be send from the plugin

Example:

plugin.tx_majordomo_pi1.mail {
  name = Dirk Wildt

}

My Name

signature

array

array with lines for the signature at the end of the mail, which will be send from the plugin

Example:

plugin.tx_majordomo_pi1.mail.signature {
  1 = puppenspiel-portal.de
  2 = Dirk Wildt
  3 = Andreassstraße 37
  4 = 99084 Erfurt
  5 = Tel: 0341 / 6025631
  6 >

}

My Company

My Name

My Street 123

01234 My City

phone 0123 4567890

my.name@example.com

Form settings

Settings for the majordomo plugin form

Property:

Data type:

Description:

Default:

mail.default

string

the mail address, which is displayed in the form by default

Example:

plugin.tx_majordomo_pi1.form.mail {
  default = mein.name@meine-domain.de

}

mein.name@meine-domain.de

title_wrap

string

Wrap for the name of the form

Example:

plugin.tx_majordomo_pi1.form {
  title_wrap = <h4>|</h4>

}

<h4>|</h4>

class.buttons

string

CSS class for the <div>, which is the container for the buttons

Example:

plugin.tx_majordomo_pi1.form.class {
  buttons = tx-majordomo-pi1-buttons

}

tx-majordomo-pi1-buttons

class.buttons.left

string

CSS class for the <div>, which is the container for the left button

Example:

plugin.tx_majordomo_pi1.form.class.buttons {
  left = tx-majordomo-pi1-button_left

}

tx-majordomo-pi1-button_left

class.buttons.right

string

CSS class for the <div>, which is the container for the right button

Example:

plugin.tx_majordomo_pi1.form.class.buttons {
  right = tx-majordomo-pi1-button_right

}

tx-majordomo-pi1-button_right

input_size

integer

Length of the mail address input field

Example:

plugin.tx_majordomo_pi1.form {
  input_size = 32

}

32

tabindex.input

integer

tabindex of the mail address field

Example:

plugin.tx_majordomo_pi1.form.tabindex {
  input = 2

}

2

tabindex.subscribe

integer

tabindex of the subscribe button

Example:

plugin.tx_majordomo_pi1.form.tabindex {
  subscribe = 3

}

3

tabindex.unsubscribe

integer

tabindex of the unsubscribe button

Example:

plugin.tx_majordomo_pi1.form.tabindex {
  unsubscribe = 4

}

4

Confirm settings

Settings for the majordomo plugin confirmation

Property:

Data type:

Description:

Default:

title_wrap

string

Wrap for the title

Example:

plugin.tx_majordomo_pi1.confirm {
  title_wrap = <h1>|</h1>

}

<h1>|</h1>

text_wrap

string

Wrap for the text

Example:

plugin.tx_majordomo_pi1.confirm {
  text_wrap = <p>|</p>

}

<p>|</p>

wrong_mail_wrap

string

Wrap for the mail address in case the system doesn't accept it.

Example:

plugin.tx_majordomo_pi1.confirm {
  wrong_mail_wrap  = <span style="color:red; \

    font-weight:bold;>|</span>

}

<span style="color:red;font-weight:bold;>|</span>