[TYPO3] Nested Content Elements - help needed
Tapio Markula
tapio.markula at dnainternet.net
Wed Aug 2 11:28:11 CEST 2006
Hi
I have tried get tm_contentaccess compatible with kb_skinselect.
The problem is that both extend the same core class methods and it is
impossible to create chained XCLASSes.
I get the XCLASS changed almost compatible with kb_nescefe.
Now the *container* of the nested content elements is shown
I found these
if ($cRef =
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms']['web_layout_ttcontent_previewFuncObj'][$row['CType']])
...
$pageTitleParamForAltDoc='&recTitle='.rawurlencode(t3lib_BEfunc::getRecordTitle('pages',tx_kbnescefe_func::getRecord('pages',$id),1));
as the most remarkable changes. I found also some other.
I got them work almost together.
Names of nested columns are visible
But any new content element inside the content element container doesn't
exist. Link to create new content element exists like paste button.
see:
http://t3test.xetpoint.com/media/development/tm_contentaccess_and_kb_nescefe.png
source code
http://t3test.xetpoint.com/media/development/class.ux_tx_cms_layout.php.txt
Column names stored properly to the database, for example 'column 1'
into colPos field - I just not figure, what I have missed.
typo3 stack - server overloaded.
More information about the TYPO3-english
mailing list