PDA

View Full Version : Custom bbCode parsing


ckgb
01-05-2014, 01:03 AM
Custom bbCode I added is not being parsed in the activity stream. What can I do to get it parsed?

Thank you

kh99
01-05-2014, 10:54 AM
I think all bbcode is stripped from what you see on the activity stream page. This is just my guess, but I believe it's because the preview text is cut off at a certain number of characters, so it's made "plain text" (not html) to avoid issues that would arise from cutting off html in the middle (like cutting it off in the middle of a tag, or having unclosed tags). So I think the answer to your question is that you'd have to change the code that creates the preview text.

ckgb
01-06-2014, 08:43 AM
Thank you very much kh99.