diff --git a/migracion.sql b/migracion.sql new file mode 100644 index 0000000..cd519ac --- /dev/null +++ b/migracion.sql @@ -0,0 +1 @@ +UPDATE wp_posts SET guid = replace(guid, 'http://127.0.0.1:4001/wordpress','http://www.maquetaweb.ws/asong2u'); UPDATE wp_posts SET post_content = replace(post_content, 'http://127.0.0.1:4001/wordpress', 'http://www.maquetaweb.ws/asong2u'); UPDATE wp_posts SET guid = REPLACE (guid, 'http://127.0.0.1:4001/wordpress', 'http://www.maquetaweb.ws/asong2u') WHERE post_type = 'attachment'; UPDATE wp_postmeta SET meta_value = replace(meta_value, 'http://127.0.0.1:4001/wordpress', 'http://www.maquetaweb.ws/asong2u'); UPDATE wp_options SET option_value = replace(option_value, 'http://127.0.0.1:4001/wordpress', 'http://www.maquetaweb.ws/asong2u') WHERE option_name = 'home' OR option_name = 'siteurl'; /* Borrar revisiones */ DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = 'revision'; TRUNCATE `wp_bp_activity` ; TRUNCATE `wp_bp_activity_meta` ; TRUNCATE `wp_bp_friends` ; TRUNCATE `wp_bp_groups` ; TRUNCATE `wp_bp_groups_groupmeta` ; TRUNCATE `wp_bp_xprofile_data`; \ No newline at end of file diff --git a/wp-config.php.produccion b/wp-config.php.produccion new file mode 100644 index 0000000..ca75fed --- /dev/null +++ b/wp-config.php.produccion @@ -0,0 +1,102 @@ +4HFV6$74-N!x997-C&PSVFd|n~r/bmlw[g'); +define('AUTH_SALT', 'h@sB31$fnriw}GY)D~ldC/& -U7c_#E3t+I@8kd)P2G{x/S[WJs!kD?U6q0D'); +define('SECURE_AUTH_SALT', '?>|D!R!lhZ`Pee@gDo(W>z&5g|zF*MRL#5iuk5J``f8UHc+CJ|vF7C`r)W*<(=gk<~sPiD`yu*Niuser_login); + add_post_meta($post_id, 'ghostpool_destination_user_email', $friend_info->user_email); $imageurl = $videoData['thumbnail']; $imageurl = stripslashes($imageurl); diff --git a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js index a617275..b6ce049 100644 --- a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js +++ b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js @@ -78,7 +78,7 @@ function ia_on_autocomplete_select( value, data ) { // Check the right checkbox //j('#invite-anyone-member-list input#f-' + data).prop('checked',true); - j('#dedicate_to_input').addClass('loading'); + //j('#dedicate_to_input').addClass('loading'); j.post( ajaxurl, { action: 'bp_dedication_add_user_ajax_handler', @@ -93,10 +93,11 @@ function ia_on_autocomplete_select( value, data ) { friendIDs.push(data); j('#friend_ids').val(friendIDs.toString()); - j('#user-list').append(response); - j('#dedicate_to_input').removeClass('loading'); + /*j('#user-list').html(''); + j('#user-list').append(response);*/ + //j('#dedicate_to_input').removeClass('loading'); }); // Remove the value from the send-to-input box - j('#dedicate_to_input').val(''); + // j('#dedicate_to_input').val(''); } \ No newline at end of file diff --git a/wp-content/themes/score/buddypress/member-header.php b/wp-content/themes/score/buddypress/member-header.php index 9f388d0..ee5e020 100644 --- a/wp-content/themes/score/buddypress/member-header.php +++ b/wp-content/themes/score/buddypress/member-header.php @@ -24,7 +24,7 @@
- +
diff --git a/wp-content/themes/score/dedications/single/new-dedication.php b/wp-content/themes/score/dedications/single/new-dedication.php index d3ed3ee..f53ca4c 100644 --- a/wp-content/themes/score/dedications/single/new-dedication.php +++ b/wp-content/themes/score/dedications/single/new-dedication.php @@ -15,7 +15,7 @@ global $bp; This dedication is private.
  • - +
    • diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index da00aab..46df3bd 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -681,12 +681,17 @@ h3.comments { height: 150px; } +.activity-comments .avatar, .bp-wrapper #whats-new-avatar .avatar, .bp-wrapper .item-list div.activity-avatar img { width: 50px; height: 50px; } +.activity-comments .ac-reply-content { + margin-left: 85px; +} + .bp-wrapper ul.item-list .item, .bp-wrapper li .admin-links, .bp-wrapper .post-content, @@ -801,4 +806,5 @@ background: #273138; .bp-wrapper div#subnav.item-list-tabs { margin: 15px 0 10px; -} \ No newline at end of file +} +