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
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
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).
@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...
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...