Skip to content

Commit

Permalink
Update Readme / Comment
Browse files Browse the repository at this point in the history
Signed-off-by: effone <[email protected]>
  • Loading branch information
effone committed Jun 20, 2020
1 parent beea2e2 commit 098e675
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# Promption
Instantly update profile options as you change.

Compatibility:
--
MyBB 1.8.x
PHP 7.1+

Implemented Features:
--
Uses ajax to instantly update user options in UserCP

Planned features:
--
Nil

Installation:
--
Exactly same like any other plugins. Users need to upload the files inside `upload` folder of the package maintaining the already made structure using any FTP / WebDav and install / activate the plugin from ACP.

Settings:
--
No setting implemented. Just activate and go.

External Dependency
--
Nil

Links:
--
Github Repo link:
https://github.com/mybbgroup/promption

Group Site Link:
https://mybb.group/Thread-Promption
3 changes: 3 additions & 0 deletions upload/inc/plugins/promption.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
/**
*
* @category MyBB Plugin
* @package Promption
* @author effone <[email protected]>
*/

if (!defined('IN_MYBB')) {
Expand Down

0 comments on commit 098e675

Please sign in to comment.