Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Thanks for your kind words about the Snippet Library. We provide that exactly for uses like what you are inquiring about. But they are not meant to be basically just copy and pasted in as-is but examples of what you could do for your own purposes when properly customized.

    Regarding displaying donors, I’d recommend instead that you customize this shortcode which is designed to display donors:

    https://github.com/WordImpress/Give-Snippet-Library/blob/master/useful-queries/recent-donors-shortcode.php

    You can target that by donation form, and then change the output to be whatever you like.

    If you customize it, and have it mostly working but need help getting it over the finish line, feel free to post it as a GIST here and I can provide some feedback.

    Thanks!

    Thread Starter majecdad

    (@majecdad)

    Hi Matt,

    Thank you for your timely reply. I had also seen that ‘recent-donors’ code, it looks great, and I planned on testing it as well.

    What I was referencing above was not so much a *list* of donors, but simply the *number* of donations for a specific form.

    There’s likely something simple I am missing, but just some way that we could simply display the total number of people who had participated in that specific campaign.

    In that [ givetotal ] is it possible to add a shortcode_atts in the array that looks for *number* of donations in the specified form? Something like ‘give_count_total_donors’ or ‘give_count_donations’ or ‘completed_donations’ and have it output that number by that specified form?

    I pulled those from researching in user-functions.php so I’m not really sure if any would work. Candidly, for me, I’m swimming in the deep end here ?? but at least I’m trying to work through this best I can.

    Thanks.

    i am also very interested to know a solution to this as well, Admin should see all donors in a group under a single campaign section, this will also be the best section to manage donors and seeing the status of a fundraising campaign in admin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Number of donors via [ givetotal ]’ is closed to new replies.