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 39ef0e5..0a90e07 100644 --- a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js +++ b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js @@ -56,6 +56,10 @@ jQuery(document).ready(function(){ } }); + if (j('#video_url').val()) { + j('#video_url').trigger('change'); + } + j("#user-list li a.remove").live("click", function() { var friend_id = j(this).prop('id'); diff --git a/wp-content/themes/score/dedications/single/new-dedication.php b/wp-content/themes/score/dedications/single/new-dedication.php index 63bd28e..93408b7 100644 --- a/wp-content/themes/score/dedications/single/new-dedication.php +++ b/wp-content/themes/score/dedications/single/new-dedication.php @@ -1,19 +1,47 @@ ID, 'ghostpool_dedication_artist', true); + $song = get_post_meta($post->ID, 'ghostpool_dedication_song', true); + + break; + default : die(); + + } + ?> -