Skip to content
Advertisement

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 used within fileset) Answer I use condition for this

Facebook Open Graph, required property ‘og:title’ of type ‘string’ was not provided

I have a Joomla-page (v3.2.4) where I put in some dynamic Open Graph tags with PHP, like this: The PHP, before the tag: And in my tag I have this: When I run the page through the Facebook Object Debugger, I get the following two errors: Object at URL ‘http://www.livakursertestsite.dk/kurser/babytegn-2’ of type ‘website’ is invalid because a required property ‘og:title’

Chart.js – Creating multiple charts on one page

I would like to use chart.js in my joomla-component called “bestia”. To do so I imported chart.js as media-element in the manifest.xml. I’m calling the js by doing the following: JHtml::script(Juri::root() . ‘media/com_hostinghelden/chartjs/Chart.js’); Now I would like to use a helper to shorten things up a bit. My helper should draw a graph… Well, if I call this Jhtml-Graphs, the

Advertisement