[TYPO3-dev] Some help developing tm_contentaccess

Tapio Markula tapio.markula at xetpoint.fi
Fri Jun 20 13:50:05 CEST 2008


Tapio Markula wrote:
 > Hi
 >
 > I would like to get a little bit help with developing tm_contentaccess
 > working with Typo3 4.2.x.
 >
 > 
$TYPO3_CONF_VARS['BE']['XCLASS']['ext/cms/layout/class.tx_cms_layout.php']= 
t3lib_extMgm::extPath($_EXTKEY) . 'class.ux_tx_cms_layout.php';
 >
 > Doesn't fully work as expected. Contextual menus don't work. They 
open once into wrong position.
 >
 > I tested with and without XCLASS for db_layout.php - no change. So 
the problem must relate somewhat for XCLASS for class.tx_cms_layout.php.
 >
 > Worked ok in 4.1.x and I didn't find remarkable chanages in 
class.tx_cms_layout.php between 4.1.5 and 4.2.1.
 >
 > So I can't understand why contentextual menus don't work by now in 
default Web > Page module.

found reason the problem - drag'n drop uses older version of prototype - 
the version is from Maximo's plugin and apparently new contextual menus 
uses also prototype but newer version - so some JS conflict. Disabling 
drag'ndrop contextual menus worked ok.

After disabling older version of proptype, when used Typo3 4.2.x, I got 
the problem solved. Drag'ndrop worked also with the newer version 
prototype and not both contextual menus and drag'ndrop works.




More information about the TYPO3-dev mailing list