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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

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