1. IMPORTANT : Nouvelles mesures de sécurité - 2. Règles pour obtenir de l'aide dans les forums de support - 3. Restrictions des droits pour le groupe "Support suspendu"

Il est obligatoire de respecter les Règles de MyBB.fr : Version abrégée ou Version complète pour obtenir du support sur nos forums.

Les membres ayant un site/forum contrevenant aux règles de MyBB.support seront placés dans le groupe "Support suspendu" et ne bénéficieront plus du support du staff. Nous recommandons aux autres membres d'agir de même. Il ne s'agit pas d'un bannissement, le membre retrouvera son statut "normal" dès que sa situation sera conforme aux règles.

Nouveau : un Wiki en français : plus de détails.
Avant de soumettre votre problème, consultez-le, ainsi que la FAQ, sans oublier le moteur de recherche interne.


Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
[Réglé] configurer messagerie
Mots-clés » configurer, messagerie
10-08-2014, 14:52, (Modification du message : 10-08-2014, 14:58 par sheron.)
#11
RE: configurer messagerie
pour la requete j'ai bien pmnotify sur 1
et pour le template:

voici member register:

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->registration}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/validator.js?ver=1614"></script>
</head>
<body>
{$header}
<br />
<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
{$regerrors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
</tr>
<tr>
<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
</tr>
{$passboxes}
<tr>
<td><span class="smalltext"><label for="email">{$lang->email}</label></span></td>
<td><span class="smalltext"><label for="email2">{$lang->confirm_email}</label></span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td>
<td><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>
</tr>
<tr>
<td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>
{$hiddencaptcha}
</table>
</fieldset>
{$requiredfields}
{$referrer}
{$regimage}
</td>
<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_prefs}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td>
<td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
<select name="subscriptionmethod" id="subscriptionmethod">
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
<option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
</select>
</td>
</tr>

</table>
</fieldset>
<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td><span class="smalltext">{$lang->time_offset_desc}</span></td>
</tr>
<tr>
<td>{$tzselect}</td>
</tr>
<tr>
<td><span class="smalltext">{$lang->dst_correction}</span></td>
</tr>
<tr>
<td>
<select name="dstcorrection">
<option value="2" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>
<option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
<option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
</select>
</td>
</tr>
</table>
</fieldset>
<br />
<fieldset class="trow2">
<legend><strong><label for="language">{$lang->lang_select}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext">{$lang->lang_select_desc}</span></td>
</tr>
<tr>
<td><select name="language" id="language"><option value="">{$lang->lang_select_default}</option><option value="">-----------</option>{$langoptions}</select></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="step" value="registration" />
<input type="hidden" name="action" value="do_register" />
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>
<script type="text/javascript">
<!--
regValidator = new FormValidator('registration_form');
regValidator.register('username', 'notEmpty', {failure_message:'{$lang->js_validator_no_username}'});
regValidator.register('email', 'regexp', {match_field:'email2', regexp:'^([a-zA-Z0-9_\\.\\+\\-])+\\@(([a-zA-Z0-9\\-])+\\.)+([a-zA-Z0-9]{2,4})+$', failure_message:'{$lang->js_validator_invalid_email}'});
regValidator.register('email2', 'matches', {match_field:'email', status_field:'email_status', failure_message:'{$lang->js_validator_email_match}'});
{$validator_extra}
regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last
// -->
</script>
{$footer}
</body>
</html>


bizarement j'ai un autre site (de petite annonce) liée a mon forum mybb et j'ai aussi un soucis d'envoie de mail c'est un site osclass les mails s'envoient 1h ou 2 puis plus rien.... pareille que sur mon forum mybb
Répondre


Messages dans ce sujet
configurer messagerie - sheron - 10-08-2014, 9:45
RE: configurer messagerie - Saphir - 10-08-2014, 10:51
RE: configurer messagerie - sheron - 10-08-2014, 11:29
RE: configurer messagerie - Saphir - 10-08-2014, 11:34
RE: configurer messagerie - sheron - 10-08-2014, 11:57
RE: configurer messagerie - Saphir - 10-08-2014, 12:13
RE: configurer messagerie - sheron - 10-08-2014, 12:25
RE: configurer messagerie - Saphir - 10-08-2014, 13:34
RE: configurer messagerie - sheron - 10-08-2014, 14:29
RE: configurer messagerie - Saphir - 10-08-2014, 14:45
RE: configurer messagerie - sheron - 10-08-2014, 14:52
RE: configurer messagerie - Saphir - 10-08-2014, 15:24
RE: configurer messagerie - sheron - 10-08-2014, 15:46
RE: configurer messagerie - sheron - 10-08-2014, 20:04
RE: configurer messagerie - sheron - 10-08-2014, 22:01
RE: configurer messagerie - sheron - 11-08-2014, 18:06
RE: configurer messagerie - Saphir - 11-08-2014, 19:33
RE: configurer messagerie - spyto - 11-08-2014, 19:46
RE: configurer messagerie - sheron - 11-08-2014, 20:46
RE: configurer messagerie - spyto - 11-08-2014, 21:20
RE: configurer messagerie - sheron - 11-08-2014, 21:21
RE: configurer messagerie - spyto - 11-08-2014, 21:37
RE: configurer messagerie - sheron - 11-08-2014, 21:41
RE: configurer messagerie - spyto - 11-08-2014, 21:58
RE: configurer messagerie - sheron - 11-08-2014, 22:10
RE: configurer messagerie - spyto - 11-08-2014, 22:40
RE: configurer messagerie - sheron - 12-08-2014, 7:03
RE: configurer messagerie - sheron - 12-08-2014, 12:46
RE: configurer messagerie - spyto - 12-08-2014, 13:58
RE: configurer messagerie - sheron - 12-08-2014, 14:13
RE: configurer messagerie - spyto - 12-08-2014, 16:26
RE: configurer messagerie - sheron - 12-08-2014, 20:26
RE: configurer messagerie - spyto - 12-08-2014, 21:42
RE: configurer messagerie - sheron - 12-08-2014, 21:46
RE: configurer messagerie - spyto - 12-08-2014, 22:58
RE: configurer messagerie - sheron - 13-08-2014, 19:08
RE: configurer messagerie - Saphir - 13-08-2014, 19:53
RE: configurer messagerie - sheron - 13-08-2014, 21:27
RE: configurer messagerie - sheron - 14-08-2014, 19:00
RE: configurer messagerie - Saphir - 14-08-2014, 19:02
RE: configurer messagerie - sheron - 14-08-2014, 19:27
RE: configurer messagerie - Saphir - 14-08-2014, 19:44
RE: configurer messagerie - sheron - 14-08-2014, 20:09
RE: configurer messagerie - Saphir - 14-08-2014, 20:27
RE: configurer messagerie - sheron - 14-08-2014, 20:33
RE: configurer messagerie - sheron - 15-08-2014, 12:17
RE: configurer messagerie - Saphir - 15-08-2014, 12:28
RE: configurer messagerie - sheron - 15-08-2014, 12:33
RE: configurer messagerie - Saphir - 15-08-2014, 12:41
RE: configurer messagerie - sheron - 15-08-2014, 13:21
RE: configurer messagerie - exdiogene - 15-08-2014, 13:32
RE: configurer messagerie - sheron - 15-08-2014, 13:35
RE: configurer messagerie - exdiogene - 15-08-2014, 13:53
RE: configurer messagerie - sheron - 15-08-2014, 14:52
RE: configurer messagerie - sheron - 15-08-2014, 17:07
RE: configurer messagerie - Saphir - 15-08-2014, 17:10
RE: configurer messagerie - sheron - 15-08-2014, 17:19
RE: configurer messagerie - Saphir - 15-08-2014, 17:22
RE: configurer messagerie - sheron - 15-08-2014, 17:27
RE: configurer messagerie - Saphir - 15-08-2014, 18:03
RE: configurer messagerie - sheron - 16-08-2014, 9:02
RE: configurer messagerie - Saphir - 16-08-2014, 9:07



Utilisateur(s) parcourant ce sujet : 1 visiteur(s)

Contact | MyBB.support | Retourner en haut | Retourner au contenu | Version bas-débit (Archivé) | Syndication RSS
 Utilitaire de traduction fourni par Regentronique