Changeset 1313

Show
Ignore:
Timestamp:
08/28/08 05:23:05 (3 months ago)
Author:
_ck_
Message:

0.0.1 replacing front-page-topics with topics-per-page, features proper calculations on direct post links

Files:

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  === 
     2Tags: _ck_, topics, posts, custom, limit, front-page, discussions 
     3Contributors: _ck_, mdawaffe 
     4Requires at least: 0.9 
     5Tested up to: trunk 
     6Stable tag: trunk 
     7Donate link: http://amazon.com/paypage/P2FBORKDEFQIVM 
    68 
    7 Front Page Topics allows you to change the number of topics or posts shown on  
    8 most of your bbPress pages. 
     9Set 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 
     13Set custom topic or post count limits for nearly every kind of bbPress page while still calculating direct post links correctly. (now 1.0 compatible) 
    914 
    1015== Installation == 
    1116 
    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 
    1318 
    14 == Configuration == 
     19* Add the `topics-per-page.php` file to bbPress' `my-plugins/` directory 
    1520 
    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 
    2222 
    2323== Frequently Asked Questions == 
    2424 
    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? = 
    2626 
    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)