This is a contribution by Stephan Slabihoud.
How to enable Simple Image Gallery (and any other "content type" plugin) inside the Mamblog Component
Open up the file
mamblog.html.php and at about line 180, edit to something like this:
function show( $blog, $mask=0, $gid, $option ) {
global $cfg_mamblog, $Itemid, $my, $mosConfig_live_site;
// start - enable "content type" plugin parsing
global $_MAMBOTS;
$_MAMBOTS->loadBotGroup( 'content' );
$results = $_MAMBOTS->trigger( 'onPrepareContent', array(&$blog, &$params, $page), true );
// end - enable "content type" plugin parsing
$create_date = null;
This should enable now Simple Image Gallery to work inside your Joomla! blog, as well as other plugins, like AllVideos, Tabs & Slides etc.!
Enjoy! :pop