Changeset 1313
- Timestamp:
- 08/28/08 05:23:05 (3 months ago)
- Files:
-
- front-page-topics/trunk/front-page-topics.php (deleted)
- front-page-topics/trunk/readme.txt (modified) (1 diff)
- front-page-topics/trunk/topics-per-page.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
front-page-topics/trunk/readme.txt
r243 r1313 1 === Front Page Topics === 2 Tags: page_topics, pagination 3 Contributors: mdawaffe 4 Requires at least: 0.8 5 Stable Tag: 0.8 1 === Topics Per Page === 2 Tags: _ck_, topics, posts, custom, limit, front-page, discussions 3 Contributors: _ck_, mdawaffe 4 Requires at least: 0.9 5 Tested up to: trunk 6 Stable tag: trunk 7 Donate link: http://amazon.com/paypage/P2FBORKDEFQIVM 6 8 7 Front Page Topics allows you to change the number of topics or posts shown on 8 most of your bbPress pages. 9 Set custom topic or post count limits for nearly every kind of bbPress page while still calculating direct post links correctly. (now 1.0 compatible) 10 11 == Description == 12 13 Set custom topic or post count limits for nearly every kind of bbPress page while still calculating direct post links correctly. (now 1.0 compatible) 9 14 10 15 == Installation == 11 16 12 Add the front-page-topics.php file to bbPress' my-plugins/ directory. 17 * Edit the top of the `topics-per-page.php` file to change the number of topics or posts you want on each kind of page 13 18 14 == Configuration == 19 * Add the `topics-per-page.php` file to bbPress' `my-plugins/` directory 15 20 16 1. Log in as the key master. 17 2. In your admin panels, go to Site Management -> Front Page Topics 18 3. Enter the number of topics (or posts) you want displayed on each page. 19 If you enter a `0` for any item, the default number (as defined by 20 `$bb->page_topics` in your `config.php` file) will be used. 21 21 * Activate plugin 22 22 23 23 == Frequently Asked Questions == 24 24 25 = It says I can adjust the number of items in my feeds, but I can't. Is it lying? =25 = Where's the admin menu? = 26 26 27 A little bit, yes. You can adjust the number of topics or posts in your all of your 28 feeds except the main feed. That feed shows the 35 most recent topics from any forum 29 and cannot be customized with this plugin. 27 * Since the settings in this plugin will likely be edited only once and then left forever, an admin menu would only slow bbPress down 28 29 * mdawaffe has instructed me to completely replace front-page-topics with this plugin 30 31 == License == 32 33 * CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 34 35 == Donate == 36 37 * http://amazon.com/paypage/P2FBORKDEFQIVM 38 39 == History == 40 41 = Version 0.0.1 (2008-08-26) = 42 43 * first public release after several informal versions posted around the bbPress.org forums 44 45 == To Do == 46 47 * optionally calculate number of stickies on a page and enforce topic count limit including stickies (overriding bbPress's default behaviour)
