Recent content by Condado Braveheart

  1. Condado Braveheart

    XF 2.2 Render anonymous template

    I'm back to say that the question was solved. I just made the @digitalpoint 's solution and now it works. Thank you again! So, moderators, you guys can lock this thread. :D
  2. Condado Braveheart

    XF 2.2 Render anonymous template

    Excellent solution! I didn't thought that way. It could be so much better than try to render a code during the controller action. Thanks for clarifying this context! :D
  3. Condado Braveheart

    XF 2.2 Spacing between usernames in the online members block

    Go to the Languages section. Check whether the comma separator has a trailing space after the comma. My XenForo is in Brazilian Portuguese, but you can see on the Separador de vírgula field (Comma Separator in portuguese).
  4. Condado Braveheart

    XF 2.2 Render anonymous template

    @AndyB Thanks for replying! This thread is about BBCodes. In this case, we're talking about, literally, templates syntax. BBCodes are used only for posts. We need to find a method that makes the same but with template syntax. Despite that, I have tried to use the render() method but it didn't...
  5. Condado Braveheart

    XF 2.2 Render anonymous template

    Hi, there! We're developing a portal to our forum. In this system, admins can create dynamically theirs columns using the XF template syntax or an existing template. Here's a simple example: Note: The Código field is saved to the database as a varchar. When the system calls the columns to...
Back
Top Bottom