Viewing 1 replies (of 1 total)
  • Thread Starter freque.unce

    (@frequeunce)

    I think the action for this patch would take place around line 63 in \code\mods\quote.php:

    public function quote_content($content) {
    return ‘<div id=”d4p-bbp-quote-‘.bbp_get_reply_id().'”>’ .$content. ‘</div>’;
    }

    $content returns both the topic text plus the revision log. I think I need a way to return just the topic text inside the div, and put the revision log outside of the div, but I’m not sure how to write it.

Viewing 1 replies (of 1 total)
  • The topic ‘Quotes – Filter Revisions’ is closed to new replies.