DOCS

Top Members

FREE block. Displays the top three fundraisers for a campaign, ranked by amount raised, with medal icons.

Top members example

Why use this

A leaderboard encourages friendly competition among fundraisers. Showing the top three with medal icons gives recognition to top contributors and motivates others to raise more.

What it does

The block queries get_fund_action posts where _get_fund_campaign_id equals the current post’s ID, ordered by _get_fund_raised_amount descending, limited to 3. It renders medal emoji icons (gold, silver, bronze), the fundraiser’s name as a link, and optionally the raised amount. Currency is hardcoded to .

The result is always limited to 3. There is no option for more entries. This block is for single action (campaign) pages and does not support Query Loop context.

How to use it

  1. Add the Top Members block to a campaign page template.
  2. Configure the title, medal colors, and font options in the inspector.
  3. Toggle the raised amount display and arrow link on or off.

Settings and options

OptionTypeDefaultDescription
Show titlebooleantrueDisplay the block heading
Custom titlestringTop FundraisersBlock heading text
Show amountbooleantrueShow the raised amount per member
Show medal iconsbooleantrueShow gold/silver/bronze emoji
Show linkbooleantrueArrow link to fundraiser page
Font sizenumber16Name and amount font size
Font weightstring600Name and amount font weight
Gold colorstring#FFD700Gold medal icon color
Silver colorstring#C0C0C0Silver medal icon color
Bronze colorstring#CD7F32Bronze medal icon color
Title font sizenumber24Heading font size
Title font weightstring700Heading font weight
Title colorstring#1d2327Heading color
Show border bottombooleanfalseDivider line below each row
Border bottom colorstring#e0e0e0Divider color
Border bottom widthnumber1Divider thickness in pixels

What you can and cannot do

  • The list is always exactly 3 entries. You cannot show more.
  • Currency is hardcoded to .
  • This block ranks by _get_fund_raised_amount meta on actions linked by _get_fund_campaign_id.
  • For a global team leaderboard (not per-campaign), see the Top Teams block, which queries all teams globally.
  • The block does not support Query Loop context.

Troubleshooting

Block shows no entries: The campaign has fewer than one fundraiser who has joined via the campaign flow. Check that fundraisers used the wizard with this campaign pre-selected.