Video 6. The client dashboard

Estimated reading: 3 minutes 244 views

Advanced settings

Settings below are available in Organization Toolkit version 1.4 or later.

When you install the Organization Toolkit plugin, a new page will be created in your WordPress installation called “Client dashboard”. If you edit this page, you’ll see that the functionality for this is driven from a shortcode:

[b2b_client_dashboard]

Further customisation of the client dashboard can be achieved by passing in the following parameters:

 

same_org_only

Default: False

If set to true, makes it so that group leaders can only see users who are in the same Organization as them in the client dashboard. This is useful if you have a LearnDash group made up of users in different Organizations.

Example usage: [b2b_client_dashboard same_org_only = ‘1’]


 

course_categories

Default: Empty (all categories)

Add a comma separated list of course category ID’s to make it so that only courses within the categories listed will be shown in the client dashboard.

Example usage: [b2b_client_dashboard course_categories = ‘1,2,3’]


 

course_tags

Default: Empty (all tags)

Add a comma separated list of course tag ID’s to make it so that only courses within the tags listed will be shown in the client dashboard.

Example usage: [b2b_client_dashboard course_tags = ‘1,2,3’]


 

group_courses_only

Default: Empty (show group and individual courses)

Force the client dashboard to only show courses that have been assigned via the group, excluding any that have been given to each user individually.

Example usage [b2b_client_dashboard group_courses_only=’1′]


 

hide_times_logged_in

Default: Empty (show times logged in value)

Allows you to hide the number of times each user has logged in from the client dashboard.

Example usage [b2b_client_dashboard hide_times_logged_in=’1′]


 

course_ids

Default: Empty (show all courses)

Allows you to specify a list of course IDs to show in a the client dashboard.

Example usage [b2b_client_dashboard course_ids = ‘24202,71’]

 

show_course_ids

Default: Empty (Don’t show course ID’s next to course names)

Allows you to display the numerical course ID against courses in the client dashboard.

Example usage [b2b_client_dashboard show_course_ids = ‘1’]


 

group_by_organization

Default: Empty (Don’t show group LearnDash Groups by Organization)

Allows you to group the listed LearnDash Groups by their Organization on the client dashboard.

Example usage [b2b_client_dashboard group_by_organization = ‘1’]

Leave a Comment

Share this Doc

Video 6. The client dashboard

Or copy link

CONTENTS