-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: effone <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')) { | ||
|