Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:2.0:faq [2020/12/21 12:20] fasseen:2.0:faq [2024/04/20 07:35] (current) – removed fasse
Line 1: Line 1:
-====== FAQ ====== 
  
- 
- 
-==== Question -1 How to Import users with CSV? ==== 
-**Answer** by fredsfollies » 1. Jun 2017, 23:32 - click “user management → Additional Functions → import users” you will be asked to set the fields you wish to import and once you do that, the import happens very quickly. 
- 
-==== Question -2 How to Modifying title text? ==== 
- 
-**Answer** by XimeX » 29. Oct 2017  
-**Post Link** - [[https://www.admidio.org/forum/viewtopic.php?f=20&t=7646]] 
- 
-**This text is in the translation files:** [[https://github.com/Admidio/admidio/blob/v3.2/adm_program/languages/en.xml#L1231]] 
- 
-==== Question -3 Showing of header and menu in links ==== 
- 
-**Answer** ⇒ Not yet possible but This is something that should be done with CSS 
- 
-==== Question -4 Formfiller problem in adding in module? ==== 
- 
-**Answer** **Post link** - [https://www.admidio.org/forum/viewtopic.php?f=20&t=7094] 
- 
-$pluginMenu = new Menu('plugins', 'Plugins'); include(SERVER_PATH.'/adm_plugins/formfiller/formfiller.php'); echo $pluginMenu→show(); 
- 
-==== Question -5 Front page displays badly after enabling Formfiller plugin? ==== 
- 
-**Answer-** by fasse » 19. Apr 2018, 03:54 
- 
-You should include the plugin with the menu. Just add there a new link to /adm_plugins/formfiller/formfiller.php You must not add it to the sidebar. Unfortunally there is a bug in formfiller, when doing this. But the author will release a new version soon. 
- 
-==== Question -6 Install plugin membership fee? ==== 
- 
-**Answer** - [https://www.admidio.org/forum/viewtopic.php?t=6937] 
- 
-==== Question -7 The Configuration file config.php? ==== 
- 
-**Answer** ⇒ **Post link** -  
-[[https://www.admidio.org/dokuwiki/doku.php?id=en:2.0:konfigurationsdatei_config.php]] 
-==== Question -8 how to change menu names? ==== 
- 
-I want to edit the name of the “announcements” and also change the description of them (the text appearing below the module name at adm_program/index.php ). 
- 
-**Answer**-by weissst » 14. Oct 2016, 22:45 
- 
-**Post link** - [https://www.admidio.org/forum/viewtopic.php?f=20&t=7225] 
- 
-what you are searching for is the translation file: adm_program/languages/en.xml 
- 
-there you can change the naming and the description that is displayed. on every Update this will be lost. 
- 
-==== Question -9 member directory open on Web ==== 
- 
-**Answer- Post link** - [https://www.admidio.org/forum/viewtopic.php?f=20&t=7078] 
- 
-I have no complete solution for your problem, but a first idea you can find in the plugin that you can find: http://uberg.at/Admidio/admidio_listmembers.zip 
- 
-in the index.php file you need to set the group ID of the group you want to see when you open the index file in the browser. maybe this can be a first step for you to get all the functions you need. 
- 
-==== Question -10 How to setup password for new user? ==== 
- 
-I log on as administrator and registered a new user. I don't setup email delivery on my server. I tried to edit the new users profile and change password, but it seems like password change for other users is not allowed even for administrator role. 
- 
-**Answer**- The only option is to send an email to the user with the new password. Or the user must register himself. 
- 
-==== Question -11 Is the Awards plugin available in English? ==== 
- 
-**Answer** -  
-**Post link** - [https://www.admidio.org/forum/viewtopic.php?t=6644] 
- 
-**Look at the current git version:**[[https://github.com/sistlind/awards]] 
-=== NOTE-AWARD PLUGIN-ADMIDIO-3.3.1 === 
-There is a new award plugin version at [[https://github.com/sistlind/awards/releases]] 
-Admidio wiki - [https://www.admidio.org/dokuwiki/doku.php?id=de:plugins:awards] 
- 
-**Below is the procedure to setup award plugin in admidio-3.3.1:-** 
-## Award plugin install from v3.3.1 
-  * **1.**Unzip in plugin folder adm_plugins/awards 
-  * **2.**Once the link adm_plugins/awards/awards_install.php call 
-  * **3.**Configure the menu, add the following links in the menu: 
-  * Show Honors -> /adm_plugins/awards/awards_show.php 
-  * Assign Honors -> /adm_plugins/awards/awards_change.php 
-  * Edit honor categories -> /adm_program/modules/categories/categories.php?type=AWA 
-  * **4.**In order to display the honors on the profile pages, the line of code must be: 
-  * "include_once (ADMIDIO_PATH. FOLDER_PLUGINS. '/awards/awards_profile_addin.php');" 
-  * At the end of the file /adm_program/modules/profile/profile.php in front $ page-> show (); be inserted. 
- 
-==== Question -12 Own logo ==== 
- 
-**Answer**- by XimeX » 24 Sep 2015, 16:27 Post link - https://www.admidio.org/forum/viewtopic.php?f=4&t=6567 
- 
-change the following in admidio.css: line 85 Code: Select all 
- 
-#admidio-logo { top: -10px; position: relative; visibility: inherit; margin-bottom: -130px; width: 200px; } 
- 
-Line 105 Code: Select all 
- 
-#admidio-logo { top: -10px; margin-bottom: -130px; width: 300px; } 
- 
-and deletes the “width: … px;” Out 
- 
-==== Question -13 How to remove admidio from heading (Admidio overview)? ==== 
- 
-**Answer** - by XimeX » 18. Apr 2018, 22:18 Post link - [[https://www.admidio.org/forum/viewtopic.php?f=20&t=7848]] 
- 
-Go to ⇒ https://github.com/Admidio/admidio/blob … ex.php#L21 Change to $headline = $gL10n→get('SYS_OVERVIEW'); 
- 
-==== Question -14 how can i add links as similar to registration? ==== 
- 
-**Answer** - by XimeX » 18. Apr 2018, 22:18 Post link - [[https://www.admidio.org/forum/viewtopic.php?f=20&t=7848]] 
- 
-below line in "else section" of __/adm_program/index.php__ to get the link.  
- 
-   $mainMenu->addItem( 
-            '', 'https://www.myhomepage.com/','Home Page','home.png' 
- ); 
- 
-Go to ⇒ https://github.com/Admidio/admidio/blob … hp#L32-L61 
- 
-The first section is for the links that are shown if you are logged in. the other section for logged out 
- 
-==== Question - 15 Membership fee menu is missing? ==== 
- 
-**Error message: There are no contribution roles available! - Define first contribution roles in accordance with the documentation. 
-** 
-**Answer - Post Link** - https://www.admidio.org/forum/viewtopic.php?f=10&t=6920&p=23563&hilit=contribution+roles#p23563 
- 
-Go into role administration & define a contribution ( contribution ) & a contribution period ( contribution period) for any role. This should make the menu structure visible again. 
- 
-==== Question - 16 Attachments/documents with in user profile? ==== 
-            ==== How to provide folder access to member only? ==== 
- 
-Answer - By Schwartz & Hanabi 
-Post Link - https://www.admidio.org/forum/viewtopic.php?f=20&t=7868 
- 
-  * 1 - Create a separate folders in the download area for each member(Example - FolderA).  
-  * 2 - Copy the link to this folder (Note the folder ID)into the field "website" or you can create another field "Member Document Drive" 
-  * 3 - Now you can go from the member to the members documents. 
-  * 4 - As user can belong to more roles. Create a role (i.e- RoleDocUserA,RoleDocUserB and so on)for each user and assign this newly created role to the user. 
-  * 5 - Now each user will have two roles assigned.only one role (RoleDocUserA) will be allowed to access the "userA's folder "FolderA". 
- 
-==== Question - 17 My admidio member website doesn't works after transition to HTTPS? ==== 
-    Scenario - In case your admidio site home page goes bad when you use https 
- 
-**Answer -** By Ximex 
- 
-**Post Link -** [[https://www.admidio.org/forum/viewtopic.php?f=20&t=7882&p=28051]] 
- 
-Look for the file **adm_my_files/config.php** and **change from $g_root_path = 'http://myadmidio.com'; to $g_root_path = 'https://myadmidio.com';** 
- 
-==== Question - 18 How to undo Weblink (Multiple organization visibilty)? ==== 
-**Answer -** By Fasse 
-**Post Link -** [[https://www.admidio.org/forum/viewtopic.php?f=20&t=7908]] 
- 
-==== Question - 19 Customize admidio Email Template   ==== 
-**Answer -** by henner  
-**Post Link -** [[https://www.admidio.org/forum/viewtopic.php?f=3&t=7935]]  
-Adjusting or rename the mail_template.  
- 
-''Look for directory: admidio/adm_my_files/mail_templates. there is a file "template.html". If you adapt this file to your needs, the emails will be really nice. And if you simply rename the file, eg in "template_1.html" e-mails look like before.''  
  • en/2.0/faq.1608549636.txt.gz
  • Last modified: 2020/12/21 12:20
  • by fasse