how to begin buiding a plugin - Joomla! Forum - community, help and support
guys hi.
i'm intern in software company, , have been tasked researching what's involved in building plugin, our q&a module can run on site built using joomla. our module javascript , css.
i dont know how phrase this, other than, - can point me in right direction please?
i'm intern in software company, , have been tasked researching what's involved in building plugin, our q&a module can run on site built using joomla. our module javascript , css.
i dont know how phrase this, other than, - can point me in right direction please?
i guess here little confusion naming conventions on joomla...
plugins changes joomla behavior: bring custom results when searching, authenticate on server (gmail, facebook) when loggin in, replace special text define... if want, take @ this: http://docs.joomla.org/plugin_development .
if "plugins" means closer concept of "gadgets" or "custom boxes", talking joomla "modules" (correct name). easy approach create custom html , inject code on using sourcerer (http://extensions.joomla.org/extensions ... ntent/5051).
if want develop installable module (zip file), take here: http://www.techguywebsolutions.com/crea ... odule.html
easiest approach: there lot of modules in http://extensions.joomla.org/extensions ... in-modules promises accept <script> , <style> tags. test , choose 1 in case of needing quick solution.
rgds!
plugins changes joomla behavior: bring custom results when searching, authenticate on server (gmail, facebook) when loggin in, replace special text define... if want, take @ this: http://docs.joomla.org/plugin_development .
if "plugins" means closer concept of "gadgets" or "custom boxes", talking joomla "modules" (correct name). easy approach create custom html , inject code on using sourcerer (http://extensions.joomla.org/extensions ... ntent/5051).
if want develop installable module (zip file), take here: http://www.techguywebsolutions.com/crea ... odule.html
easiest approach: there lot of modules in http://extensions.joomla.org/extensions ... in-modules promises accept <script> , <style> tags. test , choose 1 in case of needing quick solution.
rgds!
Comments
Post a Comment