Differences

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

Link to this comparison view

Next revision
Previous revision
en:plugins:search_member [2023/02/17 17:04] – created nanoflowen:plugins:search_member [2023/12/28 18:58] (current) – [Download] nanoflow
Line 1: Line 1:
 +====== Search Member ======
 +
 ==== Description ==== ==== Description ====
 This plugin can be used in the overview page. It provides a search field to search for members of the organisation. It is available to all logged in users. Roles that should included in the search can be specified in the config, otherwise it searches all members in the database. The search results are shown as links to the user profile. You can specify if you want to show first and/or last name or the login name. This plugin can be used in the overview page. It provides a search field to search for members of the organisation. It is available to all logged in users. Roles that should included in the search can be specified in the config, otherwise it searches all members in the database. The search results are shown as links to the user profile. You can specify if you want to show first and/or last name or the login name.
  
 If your organisation has members across multiple cities, you can include the city in the search. If your organisation has members across multiple cities, you can include the city in the search.
 +
 +{{:en:plugins:search_member_screenshot.png?400|}}
 +
 +==== Download ====
 +The plugin is available at [[https://github.com/nanoflow/search_member]] or here:
 +
 +
 +<WRAP download 60%>
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=d21f07e7-9545-4d04-a38c-4a4ea4418a37|search_member-1.0.2.zip]] - **(Admidio 4.x)**\\ 
 +</WRAP>
 +==== Installation ====
 +copy the plugin to your adm_plugins folder
 +add the following codeblock to /adm_themes/simple/templates/overview.tpl
 +''<div class="admidio-overview-plugin col-sm-6 col-lg-4 col-xl-3" id="admidio-plugin-search-member">
 +    <div class="card admidio-card">
 +        <div class="card-body">
 +            {load_admidio_plugin plugin="search_member" file="search_member.php"}
 +        </div>
 +    </div>
 +</div>''
 +
 +==== Contribution ====
 +Contributions and feature requests are welcome
  • en/plugins/search_member.1676649862.txt.gz
  • Last modified: 2023/02/17 17:04
  • by nanoflow