User Tools

Site Tools


en:plugins_orig:search_member

Search Member

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.

If your organisation has members across multiple cities, you can include the city in the search.

Download

The plugin is available at https://github.com/nanoflow/search_member or here:

<WRAP download 60%> search_member-1-0-3.zip - (Admidio 4.x)
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

<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_orig/search_member.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki