Skip to content

Tag: joomla

Use the Joomla Language override to create custom tags

I have this piece of code that already runs on the pages I need this done. (The entire Joomla 3.9 site is a Frankenstein of custom code, components, etc. ) I tried adding the following to see if I can get this to set the title the same way. Meaning, I go into the Joomla Language overrides section, add the

How to use condition in xml fieldset

I have two eddition in my realise joomla web app. “Common” and “Special” edition. I want to limit “Common” edition with exclude “icons” dir from “images”. expected: I tried the following code but it was not correct (Apparently, if segment cannot be u…