-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
46 lines (34 loc) · 1.26 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== bbPress Post First ===
Contributors: casiepa
Donate link: http://casier.eu/wp-dev/
Tags: bbpress,post first
Requires at least: 4.0
Tested up to: 4.9.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A member should first post a bbPress topic before (s)he can see the other posts in the forum
== Description ==
A member should first post a bbPress topic before (s)he can see the other posts in the forum
After activations you will find the 'Post First' option under 'Forums'
Current configuration settings:
* (De)Activate a forum for 'Post First'
* Specify the text to show to users that need to post first before seeing the topics in the forum
* Allow certain roles to always post
You like coding and want to propose something extra? Just go to GitHub!
https://github.com/ePascalC/bbp-post-first
== Installation ==
1. Unzip the contents to the "/wp-content/plugins/" directory.
1. Activate the plugin through the "Plugins" menu in WordPress.
1. Find the "Post First" option under "Forums"
== Changelog ==
= 1.0.4 =
* Fixed: only the last forum was remembered
= 1.0.3 =
* Message now also displayed when using shortcode bbp-single-forum
= 1.0.2 =
* Quick Fix
= 1.0.1 =
* All basic functions working
= 1.0.0 =
* Initial release