Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Index: bp-activity-subscription-functions.php
  2. ===================================================================
  3. --- bp-activity-subscription-functions.php
  4. +++ bp-activity-subscription-functions.php
  5. @@ -1047,7 +1047,7 @@
  6. (<a class="group-subscription-options-link" id="gsublink-<?php echo $group->id; ?>" href="javascript:void(0);" title="<?php _e('Change your email subscription options for this group','bp-ass');?>"><?php echo $link_text; ?></a>)
  7. <span class="ajax-loader" id="gsubajaxload-<?php echo $group->id; ?>"></span>
  8. </div>
  9. - <div class="generic-button group-subscription-options" id="gsubopt-<?php echo $group->id; ?>">
  10. + <div class="generic-button group-subscription-options" id="gsubopt-<?php echo $group->id; ?>" style="display:none;">
  11. <a class="group-sub" id="no-<?php echo $group->id; ?>"><?php _e('No Email', 'bp-ass') ?></a> <?php _e('I will read this group on the web', 'bp-ass') ?><br>
  12. <a class="group-sub" id="sum-<?php echo $group->id; ?>"><?php _e('Weekly Summary', 'bp-ass') ?></a> <?php _e('Get a summary of topics each', 'bp-ass') ?> <?php echo ass_weekly_digest_week(); ?><br>
  13. <a class="group-sub" id="dig-<?php echo $group->id; ?>"><?php _e('Daily Digest', 'bp-ass') ?></a> <?php _e('Get the day\'s activity bundled into one email', 'bp-ass') ?><br>
  14. Index: bp-activity-subscription-js.js
  15. ===================================================================
  16. --- bp-activity-subscription-js.js
  17. +++ bp-activity-subscription-js.js
  18. @@ -86,8 +86,6 @@
  19. // j( '.ass-settings-advanced' ).slideToggle('fast');
  20. //});
  21.  
  22. - j('.group-subscription-options').hide();
  23. -
  24. // Toggle welcome email fields on group email options page
  25. j( document ).on("change", '#ass-welcome-email-enabled', function() {
  26. if ( j(this).prop('checked') ) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement