XF 1.5 Show bbcode in activity feed

Gossamer

Active member
Licensed customer
I'm working on a bbcode that hides content based on the viewer's usergroup. It works great in posts. But the bbcode tags get stripped out, and the content is shown to everybody when that post appears in the activity feed.

Is there a way to stop a specific bbcode tag from being stripped out there?
 
Look into the BbCode processor actions. You want to do similar stuff as StripQuotes.
 
Back
Top Bottom