Popular Articles
Video Tutorials
Watch Our YouTube Playlist Below You can select and navigate to individual videos from the top right icon. If you would prefer to watch this on YouTube, click here .
Create a Single Course
OVERVIEW Users with the "Site Admin" or "Course Creator" roles can create new courses and define course settings. CREATE A COURSE Step 1: Click on "Create course" in your left navigation menu. Alternatively, you click on "Site admin", followed by ...
Site Logs
OVERVIEW Site logs are site wide activity reports that can display all activities, site news and site errors at all site levels. Site logs can be filtered and exported by users with the "Site admin" role. ACCESSING AND VIEWING SITE LOGS Step ...
SQL Query Basics
Below is an example of a very basic SQL query: SELECT u.id AS 'id', u.username AS 'username', u.firstname AS 'first name', u.lastname AS 'last name', u.email AS 'email' FROM prefix_user AS u WHERE u.id > 2 The SELECT statement is used to select ...
Getting Started with Custom CSS
Pluto LMS offers a custom CSS editor which enables you the ability to add your own CSS code to customize your LMS theme. STEP 1: NAVIGATE TO THE EDITOR Step 1.1: Click on "Site admin" > "Site branding" > "Primary (Site Theme)": Step 1.2: Click on ...