Changeset 20822


Ignore:
Timestamp:
Feb 18, 2013, 9:44:23 PM (11 years ago)
Author:
Eric
Message:

New version 2.4.4 :
Bug fixed - Allow to display NBM Subscriber field in profile page even if "Allow user customization" is not set in Piwigo's options
Add tr_TR, thanks to : LazBoy
Update pl_PL, thanks to : K.S.

Location:
extensions/NBM_Subscriber
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBM_Subscriber/changelog.txt.php

    r18488 r20822  
    52522012-10-05:
    5353-- 2.4.3 : Add da_DK, thanks to : Kaare
     54
     552013-02-18:
     56-- 2.4.4 : Bug fixed - Allow to display NBM Subscriber field in profile page even if "Allow user customization" is not set in Piwigo's options
     57           Add tr_TR, thanks to : LazBoy
     58           Update pl_PL, thanks to : K.S.
     59           
    5460*/
    5561?>
  • extensions/NBM_Subscriber/main.inc.php

    r18488 r20822  
    131131  $search = '<p class="bottomButtons">';
    132132     
    133   $addon = '{if $ALLOW_USER_CUSTOMIZATION}
     133  $addon = '
    134134  <fieldset>
    135135    <legend>{\'NBMS_Section\'|@translate}</legend>
     
    141141      </ul>
    142142  </fieldset>
    143 {/if}';
     143';
    144144 
    145145  $replacement = $addon.$search;
Note: See TracChangeset for help on using the changeset viewer.