я связывалась с автром блога - Robert Gonda [robert.gonda@gmail.com]
он мне ответил вот что:
Я : I try to install your extension "rtgblog", but in FE the list mode is visible only.
Other modes (CATEGORIES, AUTHORINFO, LIST_AUTHORS and Etc. ) I do not know as to show in FE.
I try to install your extension "rtgblog", but in FE the list mode is visible only.
Other modes (CATEGORIES, AUTHORINFO, LIST_AUTHORS and Etc. ) I do not know as to show in FE.
Он : In extension file:
typo3conf/ext/rtgblog/ext_tables.php
# change row:
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY.'_pi1']='layout,select_key';
# to this:
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY.'_pi1']='layout';
This update allow change CODE field in plugin record.
Write mode name to this field (CATEGORIES, AUTHORINFO, LIST_AUTHORS and Etc. ).
|