Показать сообщение отдельно
Старый 13.05.2010, 09:11   #5
alena
Новенький
 
Регистрация: 07.02.2010
Сообщений: 9
По умолчанию

я связывалась с автром блога - 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. ).
alena вне форума   Ответить с цитированием