Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:plugins:search_member [2023/02/17 17:12] nanoflowen:plugins:search_member [2025/11/23 12:11] (aktuell) – [Installation] nanoflow
Zeile 5: Zeile 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 ==== ==== Download ====
-The plugin is available at [[https://github.com/nanoflow/admidio-search_member]]+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=7ae2e1da-afe5-45c1-bfc6-f43c54b8b520|search_member-1-0-3.zip]] - **(Admidio 4.x)**\\  
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=1925641d-f0cf-4bcf-800f-1986648bc351|search_member-2-0-0.zip]] - **(Admidio 5.x)**\\ 
 +</WRAP> 
 +==== Installation ==== 
 +copy the plugin to your adm_plugins folder 
 +add the following codeblock to /themes/simple/templates/system/overview.tpl 
 + 
 +<code> 
 +<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> 
 +</code> 
  
 ==== Contribution ==== ==== Contribution ====
 Contributions and feature requests are welcome Contributions and feature requests are welcome
  • en/plugins/search_member.1676650357.txt.gz
  • Zuletzt geändert: 2023/02/17 17:12
  • von nanoflow