• Resolved sarao

    (@saraolesen)


    Hi

    I have to use something like your program on an info screen in the entrance hall in a building. I would like to show the different company names and be able to click on the company name and find the person I need to contact. Can your plugin do that?

    I need to know if your plugin can do the following:
    – Can new members automatically be put on different lists? (for example we have a lot of companies and I would like a list for each company. Whenever a new member is added I would like the program to add them to the company list. We always fill out which company they’re from so the information is in the system). Or would I have to manually put them on different lists?

    – Can I make an overview page on my website with the different lists? And will you be able to click on a specific list and find the different members? Or would they just all be shown at once?

    – When you see the overview of the members: Will I be able to click on their phone number/contact information and send them an sms or something? Or perhaps just show their phone number so you’ll be able to contact them?

    Best regards
    Sara :)))))

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ulrich

    (@grapplerulrich)

    Hi Sara

    Currently the users can be filtered by the role (administrator, editor, or custom role). It sounds like you are adding the company name to a custom user meta. You should be able to extend the plugin to add support for that. For that you would use the wp_team_list_query_args filter.

    You can create list of users filtered by their role. For that you can either use the shortcode [wp_team_list role="author" orderby="last_name" order="desc"] or the custom block.

    You can create one overview page with all of the lists or you can make seperate pages and link them from the overview page. Searching though is not supported.

    The default template does not show the telephone number but you can copy the rplus-wp-team-list.php file in your theme folder and modify it it there. A phone number links works different on different devices. For example on a desktop there is no possibility to make calls or send sms.

    Install the plugin and play around with the settings and you will soon get a feel of the capabilities.

    Best of luck with your project!
    Ulrich

Viewing 1 replies (of 1 total)
  • The topic ‘Can your plugin do this?’ is closed to new replies.