Ignore:
Timestamp:
May 23, 2010, 4:42:51 PM (14 years ago)
Author:
Eric
Message:

[Register_FluxBB]

Merge from trunk to branch 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/branches/2.2/language/en_UK/plugin.lang.php

    r5606 r6295  
    3232$lang['Confirm_true'] = ' --> Delete confirmation';
    3333$lang['Confirm_false'] = ' --> Confirmation mandatory before actions in audit';
    34 $lang['No_Reg_advise'] = '<b>About the registration of users on the forum FluxBB</b><br><br>
    35   For easiest way for your users, I advise you to change 2 things:<br>
    36   <b>* In FluxBB\'s administration panel, change "Allow new registrations" to NO (in: Options - Registration)</b><br><br>
    37   <b>* Modify the file</b> : [FluxBBRoot]/lang/English/register.php by replacing the following line :
    38   <div class="info">\'No new regs\'                             =>      \'This forum is not accepting new users.\'</div>
    39   <b>with :</b>
    40   <div class="info">\'No new regs\'                             =>      \'&lt;a href=&quot;http://[YourPiwigoRoot]/register.php&quot; &gt; Go here to register &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;\'</div>
    41   <br>
    42   Of course you should also make the same change for other languages of your FluxBB forum.<br>';
    4334
    4435$lang['save_config'] ='Settings saved';
     
    122113$lang['Mig_End'] = '<b>Migration done !</b>';
    123114$lang['Title_Tab'] = 'Register_FluxBB - Version: ';
     115
     116// --------- Starting below: New or revised $lang ---- from version 2.2.2
     117$lang['No_Reg_advise'] = '<b>About the registration of users on the forum FluxBB</b><br><br>
     118  For better integration, it is advisable to make the following 3 changes to your FluxBB forum (<b>Warning: These changes will disappear when updating the forum</b>):<br>
     119  <b>* In FluxBB\'s administration panel, change "Allow new registrations" to NO (in: Options - Registration)</b>
     120<br>
     121<br>
     122  <b>* Modify the file</b> : [FluxBBRoot]/lang/English/register.php by replacing the following line:
     123  <div class="mod">\'No new regs\'                              =>      \'This forum is not accepting new users.\'</div>
     124  <b>with :</b>
     125  <div class="info">\'No new regs\'                             =>      \'&lt;a href=&quot;http://[YourPiwigoRoot]/register.php&quot; &gt; Go here to register &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;\'</div>
     126  <br>
     127  Of course you should also make the same change for other languages of your FluxBB forum.
     128<br>
     129<br>
     130  <b>* Modify the file</b> : [FluxBBRoot]/login.php by replacing the line 69:
     131  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
     132  <b>with :</b>
     133  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[VotreRacineDePiwigo]/identification.php&quot;&gt;</div>
     134<br>
     135  and at line 216:
     136  <div class="mod">&lt;a href=&quot;login.php?action=forget&quot; tabindex=&quot;5&quot;><?php echo $lang_login[\'Forgotten pass\']</a></p></div>
     137  <b>with :</b>
     138  <div class="info">&lt;a href=&quot;../[VotreRacineDePiwigo]/identification.php&quot; tabindex=&quot;5&quot;><?php echo $lang_login[\'Forgotten pass\']</a></p></div>
     139  <br>';
     140// --------- End: New or revised $lang ---- from version 2.2.2
    124141?>
Note: See TracChangeset for help on using the changeset viewer.