UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Html tags problem in Stream

Izabela Krzyzanowska · ·
11:01 PM Thursday, 14 April 2016
Normal
Hello

I'm Developer from DJ-Extensions.com team and I have little problem with adding html to stream in integration EasySocial with Dj-Classifieds..
I'm adding stream in this way

$stream = Foundry::stream();
$template = $stream->getTemplate();
$actor = Foundry::user( $row->user_id );

$template->setActor( $actor->id , 'user' );
$template->setTitle( $item_title );
$template->setType( 'full' );
$template->setContent( $item_content );
$template->setContext( $row->id , 'djclassifieds' );
$template->setVerb( 'create' );

$stream->add( $template );

Html in messages is ignored and elements changed to entities http://screencast.com/t/iqJ9Bnmaq .
What I'm doing wrong? What should I change?

Best Regards,
Lukasz Ciastek
The replies under this section are restricted to logged in users or users with an active subscription with us