Having troubles with JIncludes? F.A.Q.s are at the bottom of this page.
JIncludes is a content plugin which implements custom code snippets, natively supporting all versions of Joomla! from 1.5.* to 2.5.*.    . It is an open source, non-commercial project (but you can donate to it) and it is released under the terms of the GNU GPL v.3 or later.
Every webmaster wants custom and centralized HTML, PHP, CSS and JS in their articles.
JIncludes is really feather-weight and powerful, so why not give it a try!
Features
JIncludes is a Joomla! 1.5 native "custom-content" content plugin. You can use it to create "snippets" which have a customizable "key" and an associated action. Then you can put a tag in the form {{ key params }} inside articles, and have the snippet execute its action in place. Available snippet types are:
- Custom HTML, either entered in the plugin's settings or as an external file on the server. Use this to avoid code duplication of article parts.
- Custom PHP, either local or from an external file, same as above. You can typically use this to make your article modify something in the Joomla! runtime for best visualization, but there are no actual limits.
- Attach CSS stylesheet or attach JS script file, so every article can have its own styles/behaviors and you don't need to make template variants or load useless code with every page.
Please note: use JIncludes with caution, because manipulating HTML output, and much worse running custom PHP code in Joomla!, requires awareness of what you are doing. In other words, do not just copy-paste code found on some website without understanding what it does and how exactly it works.
How do I...
- ...download or update the plugin? Visit the Files repository where you can find the latest install package. To update, just install the new one over the old one.
- ...get help with installation, usage and updating? check the Wiki, or your JIncludes-Readme.html file.
- ...report a bug or suggest a feature? Head to the Bug tracker. Patches are obviously welcome. I have limited time so it may take a few days between review and fix. I am committed to delivering the best quality code, so please report PHP notices and warnings.
- ...donate to the project? click the donation button on this external page in my personal website (JoomlaCode is buggy and does not allow me to put the button right here)
- ...ask questions about JIncludes' usage or unclear behavior? Post your question to the Forum. Please do not e-mail me directly: you will likely be blocked by my spam filter. Also, solutions posted to the forum can be useful later for other users.
F.A.Q.
-
JIncludes works with content articles, but not with my favorite third party extension! What can I do?
This is a content plugin, so it is meant to work with com_content (articles) only. However, adding support to third party extensions is very easy. Just read ThirdPartyExtensions - and spread the word!
I would like to build a list of compatible extensions at CompatibleExtensions. If you know a compatible extension that isn't listed, please take a minute to report it in the forum.
| Recent News |
JIncludes hits Stable! Andrea Azzini 2012-03-02JIncludes version 1.0 stable was released last week!
Four years was a long time to get here, but "stable" is a demanding promise. This release is fully tested on Joomla! 1.5.25, 1.6.5, 1.7.5, 2.5.1. It supports Joomla!'s automatic extensions update system.
JIncludes is a popular and efficient "custom code" content plugin, for defining snippets and inserting them into ar... |
JIncludes hits stable! Andrea Azzini 2011-07-15JIncludes version 1.0 stable was released today!
Four years was a long time to get here, but "stable" is a demanding promise. This release is fully tested on Joomla! 1.5.25, 1.6.5, 1.7.5, 2.5.1. It supports Joomla!'s automatic extensions update system.
JIncludes is a popular and efficient "custom code" content plugin, for defining snippets and inserting them into articles... |
JIncludes is not dead Andrea Azzini 2011-02-04A quick note following the release of Joomla! 1.6. JIncludes is not dead, I am always ready to respond on the forum and the bug tracker.
Developement of the plugin has not proceeded because the current version is pretty stable and no new features are currently planned.
The next release, hopefully within a few weeks, will have:
- Native Joomla! 1.5 and 1.6 compatibility
- Deprecation (but s... |
JIncludes 0.8beta released Andrea Azzini 2009-11-05JIncludes version 0.8beta was released today.
Features new to this release are: update installation support through the Joomla! installer, improved backend usability and availability of $article for PHP snippets. And by the way, the powerful block matching works again.
JIncludes is a lightweight native J!1.5 content plugin for defining custom code snippets and inserting them into articles. E... |
JIncludes hits 0.7 beta Andrea Azzini 2009-04-23JIncludes was updated today to version 0.7 beta!
Features new to this release are: easier definition of more than the default 30 snippets, a new External HTML mode and a debug mode.
JIncludes is a lightweight native J!1.5 plugin for defining common code snippets and including them into single articles. You can output raw HTML, execute PHP and even attach CSS and JS files to specific articles... |
|
|
|
| Activity |
|
|
| Description |
A plugin allowing the inclusion of
custom code snippets and resources
(like common HTML chunks, JS and CSS
files), and execution of active PHP
code in-place into your content at
display time.
|
| Developer Info |
Bernhard Lücke Andrea Azzini
|
| Trove Categorization |
- Development Status: 5 - Production/Stable
- Intended Audience: Developers,
End Users/Desktop
- License: GNU General Public License (GPL)
- Programming Language: PHP
- Topic: Content Management,
Development Tools
|
|