-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·70 lines (51 loc) · 2.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== bbPress Threaded Replies ===
Contributors: jmdodd
Tags: bbpress, replies, threaded, nested
Requires at least: WordPress 3.4, bbPress 2.0
Tested up to: 3.4
Stable tag: 0.4.2
Add threaded (nested) reply functionality to bbPress.
== Description ==
bbPress Threaded Replies is based on comment-display functions from WordPress
and topic-display functions from bbPress. Settings can be adjusted on the bbPress
Forums options page of WordPress. bbPress running as a WordPress plugin is required.
The plugin checks first in the stylesheet and template directories before reverting
to the default plugin templates.
== Installation ==
1. Upload the directory `bbpress-threaded-replies` and its contents to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Visit the bbPress Forums panel to adjust threading settings.
== Changelog ==
= 0.4.2 =
* Change constants STYLESHEETPATH and TEMPLATEPATH to corresponding functions.
* Fix divide-by-zero in replies_per_page.
* TinyMCE DOM movement fix (props cosmic_invaders).
= 0.4.1 =
* SVN fix.
= 0.4 =
* Update for bbPress 2.1; retain backwards compat to 2.0.
* Add separate settings section on Forums options page.
* Update cache layout for complete flush on settings update.
* Remove twentyeleven theme; rename templates to avoid collisions.
* Add support for theme-compat.
* Fix behavior of thread split.
* Fix default_replies_page reversal.
= 0.3 =
* Add caching for SQL operations.
* Use Walker_Comment instead of custom Walker class.
* Refactor default callback as a function.
* Template fix: improve validation of default templates.
= 0.2 =
* Template fix: delete leading empty line.
* SQL fix: change wp_postmeta to {$wpdb->postmeta} in queries.
= 0.1 =
* Initial release.
== Upgrade Notice ==
= 0.4 =
* bbPress 2.0 and 2.1 compatible. Template files have been renamed to avoid filename collisions.
= 0.2 =
* SQL and template updates. Fixes missing pagination for blogs without default 'wp_' database prefix.
= 0.1 =
* Initial release.
== Credits ==
Development funded, in part, by Ariel Meadow Stallings and the Offbeat Empire.