FAQ

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.

Answer ⇒ Not yet possible but This is something that should be done with CSS

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();

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.

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.

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.

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.

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.

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

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');

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

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.

          ==== 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”.
  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';

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.txt
  • Last modified: 2020/12/21 12:20
  • by fasse