Instructions for use

From Redazione
Jump to navigation Jump to search
Line 7: Line 7:
 
     }} and so on, '''please import on another test wiki database on the same server''', with the same LocalSettings.php, because the import might fail (for instance importing Module:TNT from wikipedia instead than from mediawiki) due to Lua script parsing.
 
     }} and so on, '''please import on another test wiki database on the same server''', with the same LocalSettings.php, because the import might fail (for instance importing Module:TNT from wikipedia instead than from mediawiki) due to Lua script parsing.
 
    
 
    
 +
}}
 +
* added parser functions: #userAffiliatedTo and #userRealName, the first returns the organization to which the logged in user is affiliated and the second the user real name.
 +
 +
{{unordered list
 +
  | As soon as an organization is added, it has to be created an entry in LocalSettins.php  {{unordered list
 +
      | $wgGroupPermissions['memberof_{organization name}']['edit'] = false;
 +
    }} where {organization name} should be replaced with the organization name with spaces replaced by underscores
 
}}
 
}}

Revision as of 20:15, 16 February 2020

  • added parser functions: #userAffiliatedTo and #userRealName, the first returns the organization to which the logged in user is affiliated and the second the user real name.
  • As soon as an organization is added, it has to be created an entry in LocalSettins.php where {organization name} should be replaced with the organization name with spaces replaced by underscores