Changeset 159719
- Timestamp:
- 10/01/2009 04:32:20 PM (17 years ago)
- Location:
- bppicture-album
- Files:
-
- 21 added
- 5 edited
-
tags/0.001 (added)
-
tags/0.001/album (added)
-
tags/0.001/album/pictures.php (added)
-
tags/0.001/album/post-form.php (added)
-
tags/0.001/album/post-list.php (added)
-
tags/0.001/album/single.php (added)
-
tags/0.001/bp-album (added)
-
tags/0.001/bp-album.php (added)
-
tags/0.001/bp-album/bp-album-admin.php (added)
-
tags/0.001/bp-album/bp-album-classes.php (added)
-
tags/0.001/bp-album/bp-album-cssjs.php (added)
-
tags/0.001/bp-album/bp-album-notifications.php (added)
-
tags/0.001/bp-album/bp-album-templatetags.php (added)
-
tags/0.001/bp-album/css (added)
-
tags/0.001/bp-album/css/album.css (added)
-
tags/0.001/bp-album/images (added)
-
tags/0.001/bp-album/images/album-wire.png (added)
-
tags/0.001/bp-album/images/album.png (added)
-
tags/0.001/bp-album/js (added)
-
tags/0.001/bp-album/js/general.js (added)
-
tags/0.001/readme.txt (added)
-
trunk/album/post-form.php (modified) (1 diff)
-
trunk/album/post-list.php (modified) (1 diff)
-
trunk/bp-album.php (modified) (2 diffs)
-
trunk/bp-album/bp-album-cssjs.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bppicture-album/trunk/album/post-form.php
r121388 r159719 1 1 <div id="wire-post-new"> 2 2 <form action="<?php bp_picture_wire_get_action() ?>" id="wire-post-new-form" method="post"> 3 <div id="wire-post-new-metadata"> 3 <div id="wire-post-new-avatar"> 4 5 <?php do_action( 'bp_before_wire_post_avatar' ) ?> 6 4 7 <?php bp_wire_poster_avatar() ?> 8 9 <?php do_action( 'bp_before_wire_post_avatar' ) ?> 10 11 </div> 12 13 <div id="wire-post-new-metadata"> 14 5 15 <?php printf ( __( 'On %1$s %2$s said:', "buddypress" ), bp_wire_poster_date( null, false ), bp_wire_poster_name( false ) ) ?> 6 16 </div> -
bppicture-album/trunk/album/post-list.php
r121388 r159719 1 <div class="info-group ">1 <div class="info-group bp-widget"> 2 2 <h4><?php bp_wire_title() ?></h4> 3 3 -
bppicture-album/trunk/bp-album.php
r121388 r159719 13 13 14 14 define ( 'BP_ALBUM_IS_INSTALLED', 1 ); 15 define ( 'BP_ALBUM_VERSION', '0. 001' );15 define ( 'BP_ALBUM_VERSION', '0.1' ); 16 16 define ( 'BP_ALBUM_DB_VERSION', '0.001' ); 17 17 … … 98 98 99 99 $bp->album->slug = BP_ALBUM_SLUG; 100 $bp->version_numbers->album = BP_ALBUM_VERSION; 100 101 /* Register this in the active components array */ 102 $bp->active_components[$bp->album->slug] = $bp->album->slug; 103 104 $bp->version_numbers->album = BP_ALBUM_VERSION; 101 105 } 102 106 add_action( 'plugins_loaded', 'bp_album_setup_globals', 5 ); -
bppicture-album/trunk/bp-album/bp-album-cssjs.php
r121388 r159719 16 16 17 17 if ( $bp->current_component == $bp->album->slug ) 18 wp_enqueue_script( 'bp-album-js', WP_PLUGIN_URL . ' /bp-album/js/general.js' );18 wp_enqueue_script( 'bp-album-js', WP_PLUGIN_URL . 'bppicture-album/bp-album/js/general.js' ); 19 19 } 20 20 add_action( 'template_redirect', 'bp_album_add_js', 1 ); … … 28 28 function bp_album_add_structure_css() { 29 29 /* Enqueue the structure CSS file to give basic positional formatting for your component reglardless of the theme. */ 30 wp_enqueue_style( 'bp-album-structure', WP_PLUGIN_URL . '/bp-album/css/album.css' ); 30 wp_enqueue_style( 'bp-album-structure', WP_PLUGIN_URL . 'bppicture-album/bp-album/css/album.css' ); 31 wp_print_styles(); 31 32 } 32 33 add_action( 'bp_styles', 'bp_album_add_structure_css' ); -
bppicture-album/trunk/readme.txt
r129101 r159719 4 4 Tags: picture album, buddypress 5 5 Requires at least: BuddyPress 1.0 6 Tested up to: BuddyPress 1.0 7 Stable tag: 0. 0016 Compatible up to: BuddyPress 1.1 / WordPress MU 2.8.4a 7 Stable tag: 0.1 8 8 9 9 10 10 By bpPicture Album you can upload pictures to your BuddyPress Profile 11 12 = For BuddyPress 1.1 = 13 14 You have to the "album" directory out of /bppicture-album/ and place it into /bp-sn-parent/. 11 15 12 16 == Description == … … 16 20 == Installation == 17 21 18 bpPicture Album requires BuddyPress 1.0 22 bpPicture Album requires BuddyPress 1.0, 19 23 20 24 = Plugin: = … … 25 29 = Theme: = 26 30 27 Move the "/wp-content/plugins/bp-album/album/" directory to "/wp-content/bp-themes/bpmember/" 31 Keep /bp-album/ within the bppicture-album directory. What you need to relocate is the album directory. 28 32 29 "album" directory should be at the same level as "/wp-content/bpmember/groups" and "/wp-content/bpmember/profile" etc... 33 So, you move the "album" directory out of /bppicture-album/ and place it into /wp-contents/bp-themes/bpmember/. 34 35 "album" directory should be at the same level as "/wp-content/bp-themes/bpmember/groups" and "/wp-content/bp-themes/bpmember/profile" etc... 30 36 31 37 == Frequently Asked Questions == … … 33 39 = Will this work on standard WordPress? = 34 40 35 No, this will only work only on BuddyPress 1.0 41 No, this will only work only on BuddyPress 1.0 and Above 36 42 37 43 = Where can I get support? or report a bug? =
Note: See TracChangeset
for help on using the changeset viewer.