This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a50eca
commit 7389a9b
Showing
1 changed file
with
12 additions
and
3 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,13 +1,22 @@ | ||
# Datitisev's New Admin Look | ||
# Datitisev's Admin Dashboard Extension | ||
|
||
This is a Flarum extension | ||
This extension redesigns the admin dashboard | ||
|
||
--- | ||
|
||
### Links | ||
|
||
Packagist: https://packagist.org/packages/datitisev/flarum-ext-dashboard | ||
Github: https://github.com/datitisev/flarum-ext-admindashboard | ||
|
||
This completly changes the admin interface, into one single page (not as of right now) | ||
### Information | ||
|
||
This extension adds a PHP version to the dashboard, as well as a user, discussion, and post count (it uses last id, not entirely accurate; post count not working at the moment, flarum/core's fault). | ||
Example: | ||
|
||
![Screenshot 5/19/2016](https://i.imgsafe.org/62dd0bf.gif) | ||
|
||
### Extending | ||
|
||
The dashboard is extendable! Just follow the wiki page [How To Add Your Own Widget](https://github.com/datitisev/flarum-ext-admindashboard/wiki/How-To-Add-Your-Own-Widget), which teaches you how to create an extension from scratch just to extend the dashboard. | ||
If you already have an extension made, scroll to [How To Add Your Own Widget: Creating The Widget Component](https://github.com/datitisev/flarum-ext-admindashboard/wiki/How-To-Add-Your-Own-Widget#creating-the-widget-component). |