Changeset 401623
- Timestamp:
- 06/27/2011 09:30:54 AM (15 years ago)
- Location:
- bp-group-dice/trunk
- Files:
-
- 5 added
- 3 edited
-
history.txt (modified) (1 diff)
-
loader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
theme (added)
-
theme/groups (added)
-
theme/groups/single (added)
-
theme/groups/single/forum (added)
-
theme/groups/single/forum/topic.php (added)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-dice/trunk/history.txt
r396893 r401623 1 Version 1.1 ( June 27th 2011 ) 2 -------------------------------------------------------------- 3 4 - Included theme files I forgot to add to initial release. 5 1 6 Version 1.0 ( June 14th 2011 ) 2 7 -------------------------------------------------------------- -
bp-group-dice/trunk/loader.php
r396893 r401623 4 4 Plugin URI: http://namoo.co.uk 5 5 Description: Dice rolling in forums for RP/etc groups 6 Version: 1. 07 Revision Date: June 14, 20116 Version: 1.1 7 Revision Date: June 27, 2011 8 8 Requires at least: WordPress 3.1.0, BuddyPress 1.2.8 9 Tested up to: WordPress 3.1. 0 /BuddyPress 1.2.89 Tested up to: WordPress 3.1.3, BuddyPress 1.2.8 10 10 License: AGPL 11 11 Author: David Cartwright 12 12 Author URI: http://linktart.co.uk 13 Site Wide Only: true13 Network: true 14 14 */ 15 15 -
bp-group-dice/trunk/readme.txt
r396892 r401623 3 3 Tags: buddypress, ajax, chat, groups 4 4 Requires at least: WordPress 3.1.0, BuddyPress 1.2.8 5 Tested up to: WordPress 3.1. 0 /BuddyPress 1.2.86 Stable tag: 1. 05 Tested up to: WordPress 3.1.3, BuddyPress 1.2.8 6 Stable tag: 1.1 7 7 8 8 BuddyPress Group Dice. … … 12 12 Dice rolling in forums for RP/etc groups. 13 13 14 15 14 == Installation == 16 15 17 Download and upload the plugin to your plugins folder. Activate. 16 * Download and upload the plugin to your plugins folder. Activate. 17 * Copy topic.php to your theme folder. Path should be: active theme directory/groups/single/forum/topic.php 18 18 19 If you are using a custom theme you can instead insert: 20 `<?php do_action( 'bp_dice_group_forum_post_content' ); ?>` 21 immediately after: 22 `<?php bp_the_topic_post_content() ?>` 23 in your active theme directory/groups/single/forum/topic.php file. 24 19 25 == Notes == 20 26
Note: See TracChangeset
for help on using the changeset viewer.