31require
'../../main.inc.php';
42require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
43require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
44require_once DOL_DOCUMENT_ROOT.
'/core/lib/member.lib.php';
45require_once DOL_DOCUMENT_ROOT.
'/core/lib/payments.lib.php';
46require_once DOL_DOCUMENT_ROOT.
'/adherents/class/adherent_type.class.php';
49$langs->loadLangs(array(
"admin",
"members"));
51$action =
GETPOST(
'action',
'aZ09');
54$hookmanager->initHooks(array(
'newpayment'));
67if ($action ==
'setMEMBER_ENABLE_PUBLIC') {
75if ($action ==
'update') {
76 $public =
GETPOST(
'MEMBER_ENABLE_PUBLIC');
79 $minamount =
GETPOST(
'MEMBER_MIN_AMOUNT');
80 $publiccounters =
GETPOST(
'MEMBER_COUNTERS_ARE_PUBLIC');
81 $showtable =
GETPOST(
'MEMBER_SHOW_TABLE');
82 $showvoteallowed =
GETPOST(
'MEMBER_SHOW_VOTE_ALLOWED');
83 $payonline =
GETPOST(
'MEMBER_NEWFORM_PAYONLINE');
84 $forcetype =
GETPOSTINT(
'MEMBER_NEWFORM_FORCETYPE');
85 $forcemorphy =
GETPOST(
'MEMBER_NEWFORM_FORCEMORPHY',
'aZ09');
91 if (GETPOSTISSET(
'MEMBER_HIDE_VOTE_ALLOWED')) {
100 if (empty($forcemorphy) || $forcemorphy ==
'-1') {
105 if (GETPOSTISSET(
'MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE')) {
106 $res =
dolibarr_set_const(
$db,
"MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE",
GETPOST(
'MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE') ==
'yes' ? 1 : 0,
'chaine', 0,
'',
$conf->entity);
127$title = $langs->trans(
"MembersSetup");
128$help_url =
'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros|DE:Modul_Mitglieder';
130llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-member page-admin_website');
132$linkback =
'<a href="'.dolBuildUrl(DOL_URL_ROOT.
'/admin/modules.php', [
'restore_lastsearch_values' => 1]).
'">'.
img_picto($langs->trans(
"BackToModuleList"),
'back',
'class="pictofixedwidth"').
'<span class="hideonsmartphone">'.$langs->trans(
"BackToModuleList").
'</span></a>';
140print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
141print
'<input type="hidden" name="action" value="update">';
142print
'<input type="hidden" name="token" value="'.newToken().
'">';
146if (
$conf->use_javascript_ajax) {
147 print
"\n".
'<script type="text/javascript">';
148 print
'jQuery(document).ready(function () {
151 if (jQuery("#MEMBER_NEWFORM_PAYONLINE").val()==\'-1\') {
152 jQuery("#tremail").hide();
154 jQuery("#tremail").show();
157 function initfields()
159 if (jQuery("#MEMBER_ENABLE_PUBLIC").val()==\'0\') {
160 jQuery("#trforcetype, #tramount, #tredit, #trpayment, #tremail").hide();
162 if (jQuery("#MEMBER_ENABLE_PUBLIC").val()==\'1\') {
163 jQuery("#trforcetype, #tramount, #tredit, #trpayment").show();
164 if (jQuery("#MEMBER_NEWFORM_PAYONLINE").val()==\'-1\') jQuery("#tremail").hide();
165 else jQuery("#tremail").show();
169 jQuery("#MEMBER_ENABLE_PUBLIC").change(function() { initfields(); });
170 jQuery("#MEMBER_NEWFORM_PAYONLINE").change(function() { initemail(); });
172 print
'</script>'.
"\n";
176print
'<div class="info">'.$langs->trans(
"BlankSubscriptionFormDesc").
'</div><br>';
180$enabledisablehtml = $langs->trans(
"EnablePublicSubscriptionForm").
' ';
183 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setMEMBER_ENABLE_PUBLIC&token='.newToken().
'&value=1'.$param.
'">';
184 $enabledisablehtml .=
img_picto($langs->trans(
"Disabled"),
'switch_off');
185 $enabledisablehtml .=
'</a>';
188 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setMEMBER_ENABLE_PUBLIC&token='.newToken().
'&value=0'.$param.
'">';
189 $enabledisablehtml .=
img_picto($langs->trans(
"Activated"),
'switch_on');
190 $enabledisablehtml .=
'</a>';
193print
'<div class="neutral">';
194print $enabledisablehtml;
195print
'<input type="hidden" id="MEMBER_ENABLE_PUBLIC" name="MEMBER_ENABLE_PUBLIC" value="'.(!
getDolGlobalString(
'MEMBER_ENABLE_PUBLIC') ? 0 : 1).
'">';
203 print
img_picto(
'',
'globe').
' <span class="opacitymedium">'.$langs->trans(
'BlankSubscriptionForm').
'</span><br>';
205 $entity_qr =
'?entity='.((int)
$conf->entity);
212 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
215 print
'<div class="urllink">';
216 print
'<input type="text" id="publicurlmember" class="quatrevingtpercentminusx" value="'.$urlwithroot.
'/public/members/new.php'.$entity_qr.
'">';
217 print
'<a target="_blank" rel="noopener noreferrer" href="'.$urlwithroot.
'/public/members/new.php'.$entity_qr.
'">'.
img_picto(
'',
'globe',
'class="paddingleft"').
'</a>';
219 print ajax_autoselect(
'publicurlmember');
223 print
'<div class="div-table-responsive-no-min">';
224 print
'<table class="noborder centpercent">';
226 print
'<tr class="liste_titre">';
227 print
'<td>'.$langs->trans(
"Parameter").
'</td>';
233 print
'<tr class="oddeven" id="tredit"><td>';
234 print $langs->trans(
"MembersShowMembershipTypesTable");
236 print $form->selectyesno(
"MEMBER_SHOW_TABLE", (
int) !$skiptable, 1,
false, 0, 1);
237 print
"</td></tr>\n";
242 print
'<tr class="oddeven" id="tredit"><td>';
243 print $langs->trans(
"MembersShowVotesAllowed");
245 print $form->selectyesno(
"MEMBER_SHOW_VOTE_ALLOWED", (
int) !$hidevoteallowed, 1,
false, 0, 1);
246 print
"</td></tr>\n";
251 print
'<tr class="oddeven drag" id="trforcetype"><td>';
252 print $langs->trans(
"ForceMemberType");
254 $listofval = array();
255 $listofval += $adht->liste_array(1);
257 print $form->selectarray(
"MEMBER_NEWFORM_FORCETYPE", $listofval, $forcetype, $langs->trans(
"No"), 0, 0,
'', 0, 0, 0,
'',
'width200');
258 print
"</td></tr>\n";
262 "phy" => $langs->trans(
"Physical"),
263 "mor" => $langs->trans(
"Moral"),
265 print
'<tr class="oddeven drag" id="trforcenature"><td>';
266 print $langs->trans(
"ForceMemberNature");
270 print $form->selectarray(
"MEMBER_NEWFORM_FORCEMORPHY", $morphys, $forcenature, $langs->trans(
"No"), 0, 0,
'', 0, 0, 0,
'',
'width200');
271 print
"</td></tr>\n";
274 print
'<tr class="oddeven" id="tredit"><td>';
275 print $langs->trans(
"MinimumAmount");
277 print
'<input type="text" class="right width50" id="MEMBER_MIN_AMOUNT" name="MEMBER_MIN_AMOUNT" value="'.getDolGlobalString(
'MEMBER_MIN_AMOUNT').
'">';
278 print
' <span class="opacitymedium">'.$langs->getCurrencySymbol(
$mysoc->currency_code).
'</span>';
279 print
"</td></tr>\n";
282 print
'<tr class="oddeven" id="tredit"><td>';
283 print $langs->trans(
"MemberCountersArePublic");
285 print $form->selectyesno(
"MEMBER_COUNTERS_ARE_PUBLIC",
getDolGlobalInt(
'MEMBER_COUNTERS_ARE_PUBLIC'), 1,
false, 0, 1);
286 print
"</td></tr>\n";
289 print
'<tr class="oddeven" id="trpayment"><td>';
290 print $langs->trans(
"MEMBER_NEWFORM_PAYONLINE");
295 $validpaymentmethod = getValidOnlinePaymentMethods(
'', 1);
298 $listofval = array();
299 $listofval[
'-1'] = array(
'label' => $langs->trans(
'No'));
300 $listofval[
'all'] = array(
'label' => $langs->trans(
'Yes').
' ('.$langs->trans(
"VisitorCanChooseItsPaymentMode").
')',
'data-html' => $langs->trans(
'Yes').
' <span class="opacitymedium">('.$langs->trans(
"VisitorCanChooseItsPaymentMode").
')</span>');
301 foreach ($validpaymentmethod as $key => $val) {
302 if (is_array($val)) {
303 $listofval[$key] = $val;
305 $listofval[$key] = array(
'label' => $key,
'status' =>
'valid');
309 print $form->selectarray(
"MEMBER_NEWFORM_PAYONLINE", $listofval,
getDolGlobalString(
'MEMBER_NEWFORM_PAYONLINE'), 0);
310 print
"</td></tr>\n";
313 print
'<tr class="oddeven" id="trpayment"><td>';
314 print $form->textwithpicto($langs->trans(
"MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE"), $langs->trans(
"MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATEDesc"));
316 print $form->selectyesno(
"MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE",
getDolGlobalInt(
"MEMBER_SEARCH_MEMBER_PUBLIC_FORM_CREATE"));
317 print
"</td></tr>\n";
322 print
'<div class="center">';
323 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'">';
global $dolibarr_main_url_root
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).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
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 members type.
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, $allowothertags=array())
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
member_admin_prepare_head()
Return array head with list of tabs to view object information.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.