Здравствуйте! Хотел споросить. Я поставил на сайт плагин SOCIAL CROSSPOSTING 2.1. В настройках на сайте написано,нужно добавить id поля с которого будет постинг в настройки плагина и вот этот код дописать в файл:ZOO SETTINGS
Zoo it a pretty weird component, some actions will be required to make it work (tested on Zoo 3.0). First of all, you MUST set up Zoo text fields in plugin settings or you'll get an error.
Go to Zoo -> Your Application.
Open or create new article.
Find a field with article text and get it's ID. For this remember the name of the field (usually "Text"), open page source and search for that name. Close to the name you'll see the DIV element like this:
<div id="2e3c9e69-1f9e-4647-8d13-4e88094d2790" class="repeat-elements">
Copy the value of the ID parameter and paste it in "Zoo fields" field in plugin settings.
Repeat the above actions for all stand alone (not repeated) text fields of your article. Add their IDs, separating them by comma.
Next thing you MUST do is add a couple lines into administrator/components/com_zoo/events/item.php. Find "Trigger the onFinderAfterSave event" line in saved() function and put these lines somewhere around:
// Trigger the onContentAfterSave event.
JPluginHelper::importPlugin('content');
JDispatcher::getInstance()->trigger('onContentAfterSave', array($item->app->component->self->name.'.item', &$item, $new));
Тут све написано.
http://thekrotek.com...7#click-to-show
Так вот после сохранения он мне пишит (Ошибка кросспостинга: нулевой ID статьи. Попробуйте еще раз.)
Помогите разобраться! Плюшку задарю если поможете :-)