English Support Forum
hi!
can I use anywise external image gallery plugin (for example: simple image gallery) in the description field?
can I use anywise external image gallery plugin (for example: simple image gallery) in the description field?
02.08.2009 11:02
Hi,
no, not without manual changes to the sourcecode.
best regards
no, not without manual changes to the sourcecode.
best regards
03.08.2009 16:18
Dear Admin.
please advice if would like to add external gallery plugin where to edit the source code for this.
i can add something like this but in what file:
1.
global $_MAMBOTS;
2.
$_MAMBOTS->loadBotGroup( 'content' );
3.
$tmp_row = new stdClass();
4.
$tmp_params = new mosParameters('');
5.
$tmp_row->text = $text_to_process;
6.
$_MAMBOTS->trigger( 'onPrepareContent', array( &$tmp_row, &$tmp_params ), true );
7.
$text_to_process = $tmp_row->text;
please advice if would like to add external gallery plugin where to edit the source code for this.
i can add something like this but in what file:
1.
global $_MAMBOTS;
2.
$_MAMBOTS->loadBotGroup( 'content' );
3.
$tmp_row = new stdClass();
4.
$tmp_params = new mosParameters('');
5.
$tmp_row->text = $text_to_process;
6.
$_MAMBOTS->trigger( 'onPrepareContent', array( &$tmp_row, &$tmp_params ), true );
7.
$text_to_process = $tmp_row->text;
27.02.2010 19:48




