Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services
Questions about Payment Form extension

Possible to place the form in custom_mod? J1.5

More
15 years 1 month ago #9417 by slink
Hi - As the title suggests.... Is it possible to place the form in custom_mod? (joomla 1.5)

I have tried adding the following to my index.php

*/ JPluginHelper::importPlugin('content'); $tmp_row->text =
JResponse::getBody(); $tmp_params = new JParameter(null);
$mainframe->triggerEvent('onMap', array( &$tmp_row, &$tmp_params ),
true ); $mainframe->triggerEvent('onPrepareContent', array(
&$tmp_row, &$tmp_params ), true );
JResponse::setBody($tmp_row->text);


Then i use the plugin syntax in my custom_mod, its does show the form, but the next button does not work...

Have you any suggestions that may help? I know J1.6 allows you to do this, but unfortunatly I am forced to use J1.5 on this occasion.

Many thanks

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc