Comment to How to create post programmaticaly
-
Hello zaytseff !
Yes, it's possible to do via the using the following command:
$a = BxDolService::call('bx_posts', 'entity_add', array($iProfileId, array('title' => 'title')));
Thanks, man.
I'll try this code and report here