32require
'../main.inc.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/lib/mailmanspip.lib.php';
35require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
46$langs->loadLangs(array(
"admin",
"members",
"mailmanspip"));
54$action =
GETPOST(
'action',
'aZ09');
55$testsubscribeemail =
GETPOST(
"testsubscribeemail");
56$testunsubscribeemail =
GETPOST(
"testunsubscribeemail");
66if ($action ==
'update' || $action ==
'add') {
67 $tmparray =
GETPOST(
'constname',
'array');
68 $tmpvalue =
GETPOST(
'constvalue',
'array');
69 $tmpnote =
GETPOST(
'constnote',
'array');
70 if (is_array($tmparray)) {
71 foreach ($tmparray as $key => $val) {
72 $constname = $tmparray[$key];
73 $constvalue = $tmpvalue[$key];
74 $constnote = $tmpnote[$key];
91if ($action ==
'set') {
99if ($action ==
'unset') {
106if (($action ==
'testsubscribe' || $action ==
'testunsubscribe') &&
getDolGlobalString(
'ADHERENT_USE_MAILMAN')) {
107 $email =
GETPOST($action.
'email');
109 $langs->load(
"errors");
112 include_once DOL_DOCUMENT_ROOT.
'/mailmanspip/class/mailmanspip.class.php';
121 if ($action ==
'testsubscribe') {
122 $result = $mailmanspip->add_to_mailman(
$object);
130 if ($action ==
'testunsubscribe') {
131 $result = $mailmanspip->del_to_mailman(
$object);
149llxHeader(
'', $langs->trans(
"MailmanSpipSetup"), $help_url,
'', 0, 0,
'',
'',
'',
'mod-admin page-mailman');
152$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
153print
load_fiche_titre($langs->trans(
"MailmanSpipSetup"), $linkback,
'title_setup');
155$head = mailmanspip_admin_prepare_head();
158 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
159 print
'<input type="hidden" name="token" value="'.newToken().
'">';
160 print
'<input type="hidden" name="action" value="update">';
165 $link =
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=unset&token='.
newToken().
'&value=0&name=ADHERENT_USE_MAILMAN">';
167 $link .=
img_picto($langs->trans(
"Activated"),
'switch_on');
171 'ADHERENT_MAILMAN_ADMIN_PASSWORD',
172 'ADHERENT_MAILMAN_URL',
173 'ADHERENT_MAILMAN_UNSUB_URL',
174 'ADHERENT_MAILMAN_LISTS'
182 print
'<script type="text/javascript">
186 jQuery(document).ready(function(){
187 jQuery("#exampleclick1").click(function(event){
188 if (i1 == 0) { jQuery("#example1").show(); i1=1; }
189 else if (i1 == 1) { jQuery("#example1").hide(); i1=0; }
191 jQuery("#exampleclick2").click(function(){
192 if (i2 == 0) { jQuery("#example2").show(); i2=1; }
193 else if (i2 == 1) { jQuery("#example2").hide(); i2=0; }
195 jQuery("#exampleclick3").click(function(){
196 if (i3 == 0) { jQuery("#example3").show(); i3=1; }
197 else if (i3 == 1) { jQuery("#example3").hide(); i3=0; }
204 print
'*'.$langs->trans(
"FollowingConstantsWillBeSubstituted").
'<br>';
205 print
'%LISTE%, %MAILMAN_ADMINPW%, %EMAIL% <br>';
209 print
'<div class="center"><input type="submit" class="button" value="'.$langs->trans(
"Update").
'" name="update"></div>';
215 $link =
'<a href="'.$_SERVER[
"PHP_SELF"].
'?action=set&token='.
newToken().
'&value=1&name=ADHERENT_USE_MAILMAN">';
217 $link .=
img_picto($langs->trans(
"Disabled"),
'switch_off');
226 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'">';
227 print
'<input type="hidden" name="token" value="'.newToken().
'">';
228 print
'<input type="hidden" name="action" value="testsubscribe">';
230 print $langs->trans(
"TestSubscribe").
'<br>';
231 print $langs->trans(
"EMail").
' <input type="email" class="flat" name="testsubscribeemail" value="'.
GETPOST(
'testsubscribeemail').
'"> <input type="submit" class="button" value="'.$langs->trans(
"Test").
'"><br>';
235 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'">';
236 print
'<input type="hidden" name="token" value="'.newToken().
'">';
237 print
'<input type="hidden" name="action" value="testunsubscribe">';
239 print $langs->trans(
"TestUnSubscribe").
'<br>';
240 print $langs->trans(
"EMail").
' <input type="email" class="flat" name="testunsubscribeemail" value="'.
GETPOST(
'testunsubscribeemail').
'"> <input type="submit" class="button" value="'.$langs->trans(
"Test").
'"><br>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
form_constantes($tableau, $strictw3c=2, $helptext='', $text='Value')
Show array with constants to edit.
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class to manage mailman and spip.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
isValidEmail($address, $acceptsupervisorkey=0, $acceptuserkey=0)
Return true if email syntax is ok.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.