Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpmct/thewire-richcontent

Adds support for rich content for elgg's "The Wire" plugin. Just a framework.
https://github.com/bpmct/thewire-richcontent

Last synced: 9 days ago
JSON representation

Adds support for rich content for elgg's "The Wire" plugin. Just a framework.

Awesome Lists containing this project

README

        

# thewire-richcontent
Adds support for rich content for elgg's "The Wire" plugin. Just a framework.

## Installing
- Download ZIP
- Upload to `/mod` folder of elgg installation
- Install from "Plugins" section on Admin panel

## Using this framework
Once installed, you can create additional plugins to extend the functionality of this framework. To see an example of what this plugin can do, go to the plugin settings and enable "Demo mode."

You can view the demo code in `start.php` labeled as `//Demo Functions.` There you can see examples of
- Custom Fields
- Custom CSS
- Custom Card (Shows below a wire post)
- Custom Hook (Runs after new post is made to extend values in the wire post)