[TYPO3-english] Multiple Content (jfmulticontent) in 7.6LTS?

Jigal van Hemert jigal.van.hemert at typo3.org
Tue Jan 5 12:14:31 CET 2016


Hi,

On 05/01/2016 02:34, Scotty C wrote:
> With regards to jfmulticontent specifically, I don't see any TCA/*.php files. The only thing I can find are the following:
> jfmulticontent/ext_tables.php:176
> t3lib_div::loadTCA('tt_content');

It's in ext_tables.php in the lines 98, 109, 119, 145, 156, 166.

Do the following replacements:

'script' => 'wizard_add.php',

replace with:

'module' => array(
   'name' => 'wizard_add'
),

-----------

'script' => 'wizard_list.php',

replace with:

'module' => array(
   'name' => 'wizard_list'
),


------------

'script' => 'wizard_edit.php',

replace with:

'module' => array(
   'name' => 'wizard_edit',
),


-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list