English Support Forum

icon
Avatar
szatmazs
Posts: 1
hi!
can I use anywise external image gallery plugin (for example: simple image gallery) in the description field?
02.08.2009 11:02
Avatar
admin
Moderator
Posts: 887
Hi,

no, not without manual changes to the sourcecode.

best regards
03.08.2009 16:18
Avatar
spiderswebdesign
Posts: 1
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;
27.02.2010 19:48
icon