Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:2.0:probleme_rund_um_admidio [2021/01/23 16:16] fasseen:2.0:probleme_rund_um_admidio [2024/11/29 17:23] (current) – [Mass assignment of roles using the import] greno
Line 5: Line 5:
  
 This information includes (Examples): This information includes (Examples):
-  * PHP version (v7.4.5)+  * PHP version (v8.2.5)
   * Database type + version (MySQL v10.1.2)   * Database type + version (MySQL v10.1.2)
-  * Admidio version (v4.0.1)+  * Admidio version (v4.2.12)
   * Used Plugins + versions (statistics v3.1.2, written communication)   * Used Plugins + versions (statistics v3.1.2, written communication)
   * Own adjustments were made (different design, own code changes)   * Own adjustments were made (different design, own code changes)
Line 33: Line 33:
  
 ===== Problems in Photo Upload ===== ===== Problems in Photo Upload =====
-Some servers you are having problems with the Photo Upload. This can have various reasons, which are listed here again:+Some servers have problems uploading photos. This can have various causes, which are listed here: 
   * Folder **adm_photos** does not have the rights 777.   * Folder **adm_photos** does not have the rights 777.
   * Folder **adm_photos/upload** does not have the rights 777.   * Folder **adm_photos/upload** does not have the rights 777.
Line 56: Line 56:
 Here it is quite easy if you know the console and the editor [[http://www.vim.org|Vim]] . Open the file with Vim and enter '': set nobomb ''. Now save the file, and everything will be fine. Here it is quite easy if you know the console and the editor [[http://www.vim.org|Vim]] . Open the file with Vim and enter '': set nobomb ''. Now save the file, and everything will be fine.
  
-===== Mass role assignment using the import =====+===== Mass assignment of roles using the import =====
 If you want to quickly assign multiple users in a specific role, so you can make this even with the import function. For this purpose, you create an Excel list with first name and surname of the person that should get assigned to the role. If necessary, you can export a list from a different role and do your adjustments there. If you want to quickly assign multiple users in a specific role, so you can make this even with the import function. For this purpose, you create an Excel list with first name and surname of the person that should get assigned to the role. If necessary, you can export a list from a different role and do your adjustments there.
  
-This spreadsheet you now choose for the import with selection  **Existing users** type **complete**. In the next step you assign the mandatories, then the users are imported and the role assignment are created. Due to users were already added and also no changes in field contents are made so far, the role assignments are created quickly and easily.+This spreadsheet you now choose for the import with selection  **Existing contacts** type **Complement**. In the next step you assign the mandatories, then the users are imported and the role assignment are created. Due to users were already added and also no changes in field contents are made so far, the role assignments are created quickly and easily.
  
 ===== Move Admidio folder ===== ===== Move Admidio folder =====
Line 70: Line 70:
  
 Now Admidio is running in the new folder. Now Admidio is running in the new folder.
 +
 +===== Insert back link into theme =====
 +From time to time it is useful to have a link that takes you back to the previous page. If you need this link, you can place it anywhere in the template file. Open the file ''adm_themes/simple/templates/index.tpl'' and insert the following code snippet at the desired place:<code smarty>{if $hasPreviousUrl}
 +    <!-- Add link to previous page -->
 +    <a id="admidio-back-link" class="" href="{$urlAdmidio}/adm_program/system/back.php"><i class="fas fa-arrow-circle-left fa-fw"></i> {$l10n->get('SYS_BACK')}</a>
 +{/if}</code>In this case, only the link will be displayed if there is also a meaningful URL from a previous page. You can further adjust the visual design via CSS or change the HTML in the code snippet accordingly.
  • en/2.0/probleme_rund_um_admidio.1611414989.txt.gz
  • Last modified: 2021/01/23 16:16
  • by fasse