Descripción
Create a digital video based classroom in WordPress. This plugin gives you the ability to publish classes. It’s flexible enough to combine with other well known WordPress plugins to enhance the functionality.
Want to sell your courses? Sell access to them with WooCommerce. Includes support for subscriptions.
Organize your classes into Course groups? Try these helpers:
– WP Term Images
– WP Term Order
3rd Party Services
You have the option to use Wistia as a video provider. In order to do this, we need to communicate with their servers.
Usage
Most of the time, you’ll want to sell private access to your classes. This can be accomplished by installing WooCommerce. Then simply create a product and specify the classes or courses to which purchasing the product should grant access.
If a user is not logged in or doesn’t have access to your class or course, you can specify what page they should be redirected to.
Shortcodes
- [course_list]
- [courses]
- [student_profile]
- [complete_class]
- [course_progress]
- [classroom_login]
Customization
This plugin was made to be particularly customizable and not too opinionated. To customize the classroom design, copy the templates/single.php
to your theme’s directory in classroom/single.php
. From there, you can customize the output.
Instalación
- Upload the
classroom
folder to the/wp-content/plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Classroom” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
2.2.6
- Added ability to define redirects on course level.
2.1.6
- Updated CMB2
2.1.4
- Added Teachers to Courses
2.0.4
- Fixed bug with purchase handler not adding access.
2.0.1
- Fixed PHP version compatibility
2.0.0
- We moved to our own access restriction system. Previously, we recommended users to use Groups plugin. This is no longer needed.
- Removed Wistia integration
- Added redirect settings
- Replaced Groups plugin dependency
1.1
- Fixed rewrite rules not flushing on activation.
- Removes required plugins.
1.0
- Start of a simple plugin.