Recent content by Eternity7

  1. E

    XF 2.2 Allowing BBCode/complex text inside BBCodes made with PHP callback

    Unfortunately I don't understand the code. Ultimately, what I'm trying to go for is a BBCode of this sort: Is it possible?
  2. E

    XF 2.2 Allowing BBCode/complex text inside BBCodes made with PHP callback

    Sorry I don't know how to parse the TR and TD elements in my code to HTML first, do you mind pointing it out?
  3. E

    XF 2.2 Allowing BBCode/complex text inside BBCodes made with PHP callback

    You're a godsend, it worked. Although when I tried it with a custom table and it did not, {$res} is throw above of the actual template. <?php namespace custom_addons; class table2 { public static function table2($tagChildren, $tagOption, $tag, array $options...
  4. E

    XF 2.2 Allowing BBCode/complex text inside BBCodes made with PHP callback

    I have the following PHP that works as intended with one line text but BBCodes and newlines inside it is parsed as HTML. <?php namespace custom_addons; class box { public static function box($tagChildren, $tagOption, $tag, array $options, \XF\BbCode\Renderer\AbstractRenderer...
Top Bottom