XF 1.5 Custom BB Code in Thread Titles

ryanpe

New member
I found an existing thread with something similar and managed to follow the solution there: https://xenforo.com/community/threads/allow-bb-code-formatting-in-thread-titles.116234/#post-1067714

However, this only allows for the default BB codes to be used:
Code:
[B], [I], [U], [S], [SUP], and [SUB]

I'd like to use a custom BB code that I have created and use it in my thread titles and also make it show up in the 'Latest post:' sections on the forum category page and within the category forum cards. Anyone know how I could go about doing this?
 
I found an existing thread with something similar and managed to follow the solution there: https://xenforo.com/community/threads/allow-bb-code-formatting-in-thread-titles.116234/#post-1067714

However, this only allows for the default BB codes to be used:
Code:
[B], [I], [U], [S], [SUP], and [SUB]

I'd like to use a custom BB code that I have created and use it in my thread titles and also make it show up in the 'Latest post:' sections on the forum category page and within the category forum cards. Anyone know how I could go about doing this?
check the file library/Sedo/MiniBb/Template/Helper/Base.php at line 20
i think you can add your custom bbcodes in there
 
Top Bottom