27include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
47 $this->family =
"interface";
49 $this->module_position =
'70';
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
52 $this->
description =
"Mailman or Spip interface for member module";
55 $this->version =
'dolibarr_deprecated';
57 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
58 $this->picto =
'technic';
61 $this->dirs = array();
64 $this->hidden =
false;
65 $this->depends = array(
'modAdherent');
66 $this->requiredby = array();
67 $this->conflictwith = array();
68 $this->phpmin = array(7, 0);
71 $this->config_page_url = array(
'mailman.php');
74 $this->
const = array();
75 $this->
const[1] = array(
"ADHERENT_MAILMAN_UNSUB_URL",
"chaine",
"http://lists.example.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&user=%EMAIL%",
"Url de désinscription aux listes mailman");
76 $this->
const[2] = array(
"ADHERENT_MAILMAN_URL",
"chaine",
"http://lists.example.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL%",
"Url pour les inscriptions mailman");
77 $this->
const[3] = array(
"ADHERENT_MAILMAN_LISTS",
"chaine",
"",
"Mailing-list to subscribe new members to");
80 $this->boxes = array();
83 $this->rights = array();
84 $this->rights_class =
'mailmanspip';
Class to describe and enable module Click to Dial.
__construct($db)
Constructor.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
$conf db name
Only used if Module[ID]Name translation string is not found.