 Allows you to create and add custom PHP, HTML, JS and CSS to the module positions. You don't need to use any special tags or syntax, just the regular PHP tags embedded in HTML or by its own. This way you can code a whole module without having to package it up for Joomla. Based on mod_html.
Report this listing
| Super! by JLW, June 4, 2008 |
|
This has many uses and works great! Thank you. I use it to add Amazon ads and Google AdSense, and custom content generated by php and javascript. When I migrated a huge and complex site that had been built out of php & javascript from there to Joomla, mod_php enabled me to keep chunks of the old site's code and plop it right into Joomla modules. Terrific.
|
| size limit by mindprints, May 6, 2008 |
|
Great tool. though I did notice a size restriction when using mod_php to show a large body of text with Jquery dropdowns. I could only do somewhat in the area of 56,000 characters in one module. Any more than that (even though I could paste the entire text into the content field) would be cut off when I pushed the save button. I solved the problem by dividing up the text in 4 modules which was awkward. Owner's reply: You can save the text in a file and use PHP's include() function to include it, though it is a bit inconvenient.
Good to know what the limit is. Unfortunately it can't be helped since it is probably the browser limit on url encoded POST parameters or the limit on the server for receiving url encoded POSTs.
|
| Great Module by djheru, March 24, 2008 |
|
This is exactly what I was looking for. This makes it a snap to add module functionality to any component or to create custom content without having to go thru the trouble of building actual modules.
|
| so helpful! by PattyN, October 2, 2007 |
|
1 of 1 people find this review helpful:
thanks --needed PHP and javascript. just placed in module and displayed perfectly!
|
| Great module by kraquen, September 26, 2007 |
|
1 of 1 people find this review helpful:
Excellent module. Makes large customizations very easy.
Only downside is that joomla php objects are not available, that I know of. Such as my->name; Owner's reply: Joomla modules run inside a function (mosLoadModules). So just as you need to declare any globals with the "global" keyword in a regular module, you need to also do this in mod_php. That way you can use any Joomla Objects/Globals.
|
| Greatest Module Ever Created by tcraw1010, June 14, 2007 |
|
1 of 1 people find this review helpful:
This module is an absolute Godsend. No longer am I restricted to premade/set module parameters and content. This module allows you to insert virtually any html, javascript, php, etc. into any module position. This module IS Joomla customization .
|
| Great little module by bnecom, April 13, 2007 |
|
1 of 1 people find this review helpful:
Had a couple of small issues but Gabe was great in getting back to me.
Highly recommended if you want to add your own code to a module position instead of having to create your own module.
|
| Reduced my work to minutes by deafbiz, March 16, 2007 |
|
I had permission to copy a slideshow from a static website to incorporate into my Joomla website. I was facing a daunting task of converting 12 small and large pictures to make a slideshow because I didn't want to use lightbox.
I took a chance with this module and was able to copy the code and run it.
Took me about 15 minutes to figure this out and it works great without affecting XHTML code.
So this should be another *must have* tool if you need to use css and/or javascript on a single page instead of the entire website.
Kudos for a great module!
|
| Most Powerfull extension by ANDiTKO, March 16, 2007 |
|
2 of 2 people find this review helpful:
This is the most powerfull extension that i'v ever downloaded!
You can input your custom HTML,PHP,Java etc... codes and place them as a module in your joomla site.
|
| Did the job. by zinzeldorf, February 21, 2007 |
|
Did exactly what it says for me. Quite straightforward. Well done!
|
| Cool Module by gert22, February 5, 2007 |
|
3 of 3 people find this review helpful:
Cool module, you can even call-up a database with the php-script in the module!
Was just looking for a module like this!!
I just published the module to a non used module-place and loaded the module in a static-contant page.
It would be nice if you can ad more then one php-page
|
|