Recent content by ccb

  1. ccb

    Fixed Suggestion for reply-email text handling

    OK, this will come out better. Great code deserves great formatting. [PHP]// The following block reimplements XenForo's $stripQuote behavior. The original did // an ungreedy regex on spans of tags when quotes were nested. Here we attempt to deal // hierarchically with nested quotes and...
  2. ccb

    How to override a XenForo core class in a compiled template

    Related to this thread about email parsing, I attempted to override XenForo_Helper_String::bbCodeStrip() and/or XenForo_Template_Helper_Core::helperSnippet() with an extension class, in order update the text handling in bbCodeStrip(). The helper code in the template {xen:helper snippet...
  3. ccb

    Fixed Suggestion for reply-email text handling

    ...and of course I had literal bbcode "quote" tags in my commented PHP. You get the idea.
  4. ccb

    Fixed Suggestion for reply-email text handling

    I have been working with the watched_thread_reply_messagetext email template for ign.com/boards. We are running the snippet helper to shorten and clean the text sent out in email as follows: {xen:helper snippet, $reply.message, 30, {xen:array 'fromStart=1', 'stripQuote=1'}} After compilation...
Top Bottom