Viewing 1 replies (of 1 total)
  • Thread Starter oivind

    (@oivind)

    For my purpose a small change was sufficient
    in gd-bbpress-tools.js:

    init: function() {
            jQuery(document).on("click", ".d4p-bbt-quote-link", function(e){
                e.preventDefault();
                if (jQuery("#bbp_reply_content").length > 0) {
                    var id = jQuery(this).attr("href").substr(1);
                    var quote_id = '#d4p-bbp-quote-' + id;
                    jQuery(quote_id).find('.d4p-bbt-quote-block').remove();
                    var qout = gdbbPressTools.get_selection();
Viewing 1 replies (of 1 total)
  • The topic ‘Is this the expected outcome of making a quotation?’ is closed to new replies.