Posts by jamesng

    Hi


    I'm using the Runway and the Perch Members App to register new members on the site and provide them access to member-only content. We'd also like to display a directory / list of registered members on the public site, however I can't seem to find any example of how to achieve this. Can the perch_content_custom tag be used to list data from an App?


    Is there another way of achieving this?


    Kind Regards
    James


    Code
    1. perch_content_custom('Members', array(
    2. 'template' => 'member_listing.html',
    3. ));

    Hi


    We're looking to use the members app on a new project - I understand that the members app provides a list of members on the admin site. Is there an option for our admin users to search for a specific member and to add notes / tags to the member records (simple CRM functionality)


    Kind Regards
    James