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:plugins:search_member [2023/02/17 17:04] nanoflowen:plugins:search_member [2023/12/28 18:58] (current) – [Download] nanoflow
Line 5: Line 5:
  
 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.txt
  • Last modified: 2023/12/28 18:58
  • by nanoflow