Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DigitalPygmalion/badge-factor
Badge Factor is a "glue" plugin which brings together functionalities of BadgeOS, Gravity Forms and Advanced Custom Fields in a coherent, autonomous digital badge issuing and backpacking solution.
https://github.com/DigitalPygmalion/badge-factor
Last synced: about 1 month ago
JSON representation
Badge Factor is a "glue" plugin which brings together functionalities of BadgeOS, Gravity Forms and Advanced Custom Fields in a coherent, autonomous digital badge issuing and backpacking solution.
- Host: GitHub
- URL: https://github.com/DigitalPygmalion/badge-factor
- Owner: DigitalPygmalion
- License: mit
- Created: 2017-02-27T19:21:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T12:10:55.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:10:48.835Z (4 months ago)
- Language: PHP
- Homepage: http://www.badgefactor.com
- Size: 127 KB
- Stars: 11
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- montreal - BadgeFactor - Badge Factor is a "glue" plugin which brings together functionalities of BadgeOS, Gravity Forms and Advanced Custom Fields in a coherent, autonomous digital badge issuing and backpacking solution. [Website](http://digitalpygmalion.com/). (Projects)
README
# Badge Factor
## What is Badge-Factor?
Badge Factor is a "glue" plugin which brings together many different plugins in order to deliver a comprehensive open badge solution.
## Installation and requirements
You can clone the the project from this repository and copy it into the plugins folder of your wordpress project.
To use this plugin you will need some additional plugin that are essentiel to the use of badgefactor.Here is the list of plugins needed and the links to their repository or project page:
- BadgeOS : [badgeos][1]
- Buddypress : [buddypress][2]
- GravityForms : [gravityforms][3]
- Advanced custom fields : [ACF][4]## Structure
Badgefactor
|-languages ( Only french translations for the moment)
|-templates
|-archive-organisation.php
|-single-organistation.php
|-widgets
|-badgefactor.php (main file)
|-composer.json
|-LICENCE
|-ReadMe.md
|-settings-page.tpl.php## Functionnality
The main functions of the plugin are located in the main file of the plugin.
On activation, an object of the class BadgeFactor is saved in a global variable in order to be accessible form any file in your website.$GLOBALS['badgefactor'] = new BadgeFactor();
[1]: https://github.com/opencredit/badgeos
[2]: https://github.com/buddypress/BuddyPress
[3]: http://www.gravityforms.com/
[4]: https://www.advancedcustomfields.com/