Plugin In Module

2 Versions:
1.7: Compatible with Joomla 1.7
1.5: Compatible with Joomla 1.5
SORRY! No Assistance will be provided!
Mode of use:
if the plugin sting is of the type: {yootooltip title=[Tooltip Link] width=[250] mode=[cursor]}Tooltip Content{/yootooltip} then:
1. Select in "type of plugin" the option {plugin}CODE{/plugin};
2. Write in "Plugin to execute": yootooltip;
3. Write in "Additional Parameter": title=[Tooltip Link] width=[250] mode=[cursor];(or leave it blank in other case)
4. Write in "Command to insert": Tooltip Content;
5. Select custom dimensions if you want;
6 - 7. Set The size of the module (without "px").
if the plugin sting is of the type: {mosmap width='500'|height='400'|lat='52.052312'|lon='4.447141'| zoom='3'|zoomType='Large'|zoomNew='0'|mapType='Satellite'|showMaptype='1'| overview='0'|text='sv DWO'|tooltip='DWO'|marker='1'| align='center'} then:
1. Select in "type of plugin" the option {plugin CODE};
2. Write in "Plugin to execute": mosmap;
3. Write in "Command to insert": width='500'|height='400'|lat='52.052312'|lon='4.447141'| zoom='3'|zoomType='Large'|zoomNew='0'|mapType='Satellite'|showMaptype='1'| overview='0'|text='sv DWO'|tooltip='DWO'|marker='1'| align='center';
4. Select custom dimensions if you want;
5 - 6. Set The size of the module (without "px").
if you want execute a module(which try to executes a plugin inside):
1. install and activate "Modules in content Plugin": http://www.nonumber.nl/modulesincontent
2. create a "plugin in module" of type {plugin CODE}
3. in plugin to execute write: module
4. in command to insert: leave a white space and write the id of the module you want execute.
I'm using jumi plugin to insert some of my code. I have it in 2 places. But when I use this module with the jumi plugin (I want to put my code as a module) the articles where I use jumi too, they don't work anymore.
I didn't see a forum about this product, so I ask here. Does it works with several instances of a plugin?
The only issue is a slight lack of easily accessible documentation; here's a hint - You don't access this from the Plugin menu. It took me a moment to find it, but if you create a new module you'll see "Plugin Module" available. Just carefully follow the instructions above. Works great!
Now when you want to process some content plugin into a module you can simply use this extension!
Thanks!
However I'm struggling on one point. My component is aligned in the center of my module, while I want it left aligned. All my styles (component and module CSS) are aligned left. Can I fix this somewhere in the "Plugin In Module" ?
Thanks
http://extensions.joomla.org/extensions/external-contents/multimedia-channels/video-channels/3659
Boyahh! This extension is awesome. I installed it and dropped in the {youtube} syntax an voila. The only thing I had to do was correct a small typo on line 11 of modules/mod_plugin_module/helper.php. There is a a space (aka. nbsp) that messes up the syntax the way I have it setup. No biggie. Awesome module. I'll write a blog post about it shortly.
Thanks alot Mario!
Pura Vida
I knew it must be a coding error, so with my limited knowledge of php I started to look for extra spaces. I got to helper.php and found the culprit.
if your having the same problem
look around line 17 in helper.php for:
[code]
$miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').' '.$params->get('command').'}'.$params->get('advancedafter');
[/code]
and then delete the exrta space between the '' like so:
[code]
$miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').''.$params->get('command').'}'.$params->get('advancedafter');
[/code]
Everything was cake after that.
Sorry I was full of work in the last time, I've now solved the little bug!
Thanks!



