Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:2.0:probleme_rund_um_admidio [2021/01/23 16:16] – fasse | en: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 | + | Some servers |
* Folder **adm_photos** does not have the rights 777. | * Folder **adm_photos** does not have the rights 777. | ||
* Folder **adm_photos/ | * Folder **adm_photos/ | ||
Line 56: | Line 56: | ||
Here it is quite easy if you know the console and the editor [[http:// | Here it is quite easy if you know the console and the editor [[http:// | ||
- | ===== Mass role assignment using the import ===== | + | ===== Mass assignment |
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 | + | This spreadsheet you now choose for the import with selection |
===== 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 '' | ||
+ | <!-- Add link to previous page --> | ||
+ | <a id=" | ||
+ | {/ |