MyBB Community Forums

Full Version: DVZ Stream - Forum HTML Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have a problem with parsing HTML language in forum names (see on the picture).
Does anyone have an idea how to fix it?

[attachment=39573]
what is your forum url, which version of MyBB you are using & which theme ?
does it also happen on MyBB's Stock theme ?
Forum url: http://androidforum.5v.pl
MyBB version: 1.8.14
Theme: Flow
And yes, it's the same on stock theme.
HTML in DVZ Stream doesn't work in forum names by default, but you can change
\htmlspecialchars_uni($data['name'])
to
$data['name']
in inc/plugins/dvz_stream/streams/threads.php and inc/plugins/dvz_stream/streams/posts.php to remove that restriction.
Now it works fine Big Grin
Thank you very much!