Changeset 1043
- Timestamp:
- 05/05/08 16:25:57 (7 months ago)
- Files:
-
- bb-reputation/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-reputation/trunk/readme.txt
r1042 r1043 1 === bb Reputation===1 === Reputation (Karma) for bbPress === 2 2 Tags: reputation, karma, points, cash, currency, bank, _ck_ 3 3 Contributors: _ck_ … … 23 23 == Frequently Asked Questions == 24 24 25 * template editing not required - if you want manual placement in posts change `$bb_reputation['automatic']` to `false`25 * template editing not required - if for some reason you want manual placement in posts change `$bb_reputation['automatic']` to `false` and put `<?php bb_reputation(); ?>` somewhere in your `post.php` template 26 26 27 27 * please note that you cannot add reputation to yourself, you'll have to test with another member … … 36 36 37 37 * admin menu 38 39 * ajax-ish behaviours 40 41 * dhtml prompts instead of javascript popups 38 42 39 43 == License ==
