
SOLUTION - Force loading of Joomla! backend global language file in your extensions
- Written by: M. Alexandre ELISÉ
- Hits: 1803
Hello super joomlers!
Sorry for being so quiet for so long. I'm back with a new present for you: How to load global language file from your Joomla! site in any of your custom extensions. Are you a Joomla! extension developer? You might have had, just like me, that same problem when coding your extension.

SOLUTION - How to show a png image with transparent background using Imagick in PHP
- Written by: M. Alexandre ELISÉ
- Hits: 2603
Hello super joomlers!
After searching the web, the official website, php documentation and forums, I found, at last, the solution thanks to a friend's suggestion : "What if it was just the image background?"

TIPS - How to clone one branch only with git 2.21.0
- Written by: M. Alexandre ELISÉ
- Hits: 1734
How to clone one branch only with git 2.21.0 ?
For example to clone the 4.0-dev of the joomla-cms repository into the joomla4x directory

TIPS - How to send an email in text and html using Joomla! 3 JMail api?
- Written by: M. Alexandre ELISÉ
- Hits: 1676
Hello super joomlers!
By default, you can only send and email in text only or html only with JMail api in Joomla! 3.
But with this code snippet, you can send both, html and text email at the same time.
This is useful to improve your score and find your email less and less in your customers spams mailbox.
Here is the code.
Envoyez un email quasiment parfait TIPS - How to send an email in text and html using Joomla!...

EXTENSION - Dynamic Custom Fields Inference
- Written by: M. Alexandre ELISÉ
- Hits: 1185
Hello! Super Joomlers
The concept of "Dynamic Custom Field Inference"
Attempt to "infer" the type of custom field to dynamically create based on cached api
Dynamic What ? Just think of it as "Choco Fields!" Chocolate Custom Fields, synthaxic sugar around custom fields creation wrapped around cached api ice cream
Do you think it's April's Fool Day? Of course! But this extension is real.
Meet "Choco Fields"