Member Awards

#SEANZ Awards

Awards are represented by a tag on a user account. These tags must follow a specific convention - or else they will not display properly on the site!

The tag convention used should be as follows: SEANZ Awards YEAR PLACE NAME

  1. "SEANZ Awards" - this is the string that should be at the start of all awards - this is what the developers look for when looping through tags.
  2. YEAR - this is the year the award was given out. Examples: "2019", "2022", "2023"... etc.
  3. PLACE - this should be either "Winner" or "Runner Up" - if the tag you created does not have one of these two as the PLACE - an image will not render.
  4. NAME - this is the name of the award that was won. Examples: "Best Community Energy Project", "Best Environmental Impact", etc.

_NOTE: These icons are hardcoded SVGs so a developer will be needed to upload new versions and wire up each year (_z_svg_icon.html and z_profile_show.html).

Member Directory

When rendering the Member Directory - we add an award icon to the directory listing if the user has a tag that contains the string "SEANZ Awards 20". This captures any award using the tag convention above.

An example of a directory listing with the award icon visible.

Member Profile / Individual Member Listing

When rending a member profile - if a user has a proper award tag - following the convention above - they will have an Awards section added to their profile. A gold award will be rendered for a "Winner" tag, and a silver award will be rendered for a "Runner Up" award.

An example of the Awards section on a member profile.