Documentation: Badges

Instructions on using the Badges feature inside CourseCure

Badges – Setup Overview

This article includes examples of the following settings for Badges within CourseCure. The table of contents on the right can be used to jump to any section. Setup Library Mass Add/Remove Logs Settings — Badges Setup Badges can be created in the Setup > Badge Rules section. — Each Rule will add/remove the set Badge

Read More »

Badges – How Do I Create a Badge?

CourseCure includes a library of Badges that can be used. But, it is very likely you will want to create your own Badges at some point. You have the ability to create Badges using the images of your choice. This allows you to customize the Badges to your site. We are going to address the

Read More »

Points and Badges – Integrations

CourseCure includes integrations with a number of popular WordPress plugins. This allows for even more opportunities for User engagement and interaction. Points and Badges can be issued to Users based on set Triggers and Actions. Additional Triggers will be available for Points and Badges if any of the plugins listed below are installed and activated

Read More »

Badges – How Do I Setup a Badge Rule?

Badge Rules are an effective method to help with user engagement. Earning badges for different actions is an enticing reason to return to a site. Maybe you’d like to issue a specific badge when a User posts their 100th comment. Or perhaps you want to remove a badge if a user takes a quiz. These

Read More »

CourseCure Shortcode Inserter

CourseCure includes a number of useful Shortcodes that can be used to display various pieces of information to Users on the site. These Shortcodes cover a variety of topics like Quiz Results, Point Totals, Course Details, Badge List and much more. — The CourseCure Shortcode Inserter can be accessed using either of the following Gutenberg

Read More »

Summary of CourseCure Shortcodes

Each Add-on within CourseCure has it’s own set of Shortcodes. More details on how to insert a Shortcode using the CourseCure Shortcode Inserter can be found in the Shortcode Inserter article. CourseCure Shortcodes: CoursesQuizzesBadgesPoints — Courses Course Archive Shortcode: Displays the selected Courses on the site. There is a variety of additional settings that can

Read More »

Hooks – Badges

Below are the available Hooks within Badges. These can be used to customize the functionality for Badges. ========== /*** Fires after a badge has been successfully added to a user** @param integer $user_id – User Id* @param integer $badge_id – ID of the badge added.*/do_action( ‘wishlistbadge_add_user_badge’, $user_id, $badge_id ); /*** Fires after a badge has

Read More »