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 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!
with Mario's help now sorted, parematers are as follows
. Select in "type of plugin" the option {plugin}CODE{/plugin};
2. Write in "Plugin to execute": rockbox;
3. Write for example in "Additional Parameter": title=|videoname|thumb=|images/stories/demo/image2.jpg| size=|500 400|;
4. Write for example in "Command to insert":
http://jimreichlaw.com/plugins/content/jw_allvideos/players/mediaplayer_4.0.46.swf?file=http://jimreichlaw.com/images/stories/videos/aurum.flv;
5. Select custom dimensions if you want;
6 - 7. Set The size of the module (without "px").
Great Module
Many Thanks to Mario
It is very simple to use from Backend and the support is amazing, when I used it for a web site, it has an error and I asked for a solution, within a day they give me a new file to upload and it solved the problem!!!
Thank you and keep this nice and helpful work!
There was one small problem that did occur that I'm not to sure if it's something I'm doing wrong but I was trying to use the
{audio}mp3/filename.mp3{/audio} from onepixelout-player plugin and it leaves a { } at the begining and end of the player. It's weird.
I think you wrong the syntax. If you want send me by email all the fields.
this was exactly what i needed to complete my site.
there is nothing else that can display a plugin.
thankyou very much
I wanted to use the YooTooltip plugin in the "left" module postion (in a custom html module).
That did not work.
Bummer!
But hey...
suddenly there seemed to be a solution!
A 1.9kb module that opened possibilities.
A quick test with a simple gallery plugin resulted in a big 'hurray'.
But then...
Bummer!
The module could not deal with the more complexe syntax of the YooToolTip plugin.
I wrote an e-mail to the developper explaining the malfunction.
And within one hour I received a completely redevelopped and expanded module that took care of everything!
It's up and running now!
Five stars and two thumbs up!
Two suggestions for improvement: 1. what is the use of first parameter "Plugin to execute" ? If it is not compulsory, just remove it. Because it will produce an EXTRA {something I entered} at frontend. 2. sometimes we need to limit the dimension of this module, for example, when playing a video file. So please add new parameters to control the size.
Thanks to the author!



