Skip to content

Commit f34a3f5

Browse files
committed
Update README
1 parent 66e20e0 commit f34a3f5

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# q2a-latest-users
2-
Show latest registered and latest logged users
1+
# Latest users plugin to [Question2Answer](http://question2answer.org/)
2+
3+
Plugin add pages with latest registered and latest logged users with action IP.
4+
5+
## Installation
6+
7+
Clone or download this repository to *qa-plugin* directory in your Q2A.
8+
9+
## Configuration
10+
11+
Please go to admin panel and `Plugins` tab (*/admin/plugins*). Next, search *Latest users* and click *settings* link next to plugin description. At the end set number of latest registered and logged users, and click save.
12+
13+
If you want disable page, please set number to 0.
14+
15+
After you enable pages, links show in `Users` page in submenu. Addresses to this pages are:
16+
- */users/latest-registered*
17+
- */users/latest-logged*
18+
19+
---
20+
21+
**Important notice about code!**
22+
This code don't respect PHP PSR-2 standard, because Question2Answer unfortunately too don't respect this. Also, I couldn't design classes and functions in my own way, because most of them impose Question2Answer script.

0 commit comments

Comments
 (0)