[TYPO3-dev] Get content from other plugin within plugin

Tomas Havner tomas.havner at kansli.lth.se
Tue Jan 26 15:25:12 CET 2010


Hi,

I'm trying to get the content from one plugin (in this case mailform_plus) 
into another extension. This is what I got so far:

require_once(t3lib_extMgm::extPath("th_mailformplus")."pi1/class.tx_thmailformplus_pi1.php");
$tx_thmailformplus_pi1 = new tx_thmailformplus_pi1();
$content = $tx_thmailformplus_pi1->main($content, $this->conf);

all I get from this is a blank screen. Could someone point me in the right 
direction.


Regards

Tomas 






More information about the TYPO3-dev mailing list