Skip to main content

Nested Queries with Joomla Query Statements.

Squeezing the requirements of more complex SQL queries that use nested queries to work with in the Joomla Query API statements can be a little tricky at times so in this article are some examples found in my research.

Continue reading

  • Hits: 6

Make Windows 10 folders Case Sensitive

The case insensitive, foo.tx is considered the same as FOO.TXT, Windows environment can cause issues when moving files across to the case sensitive, foo.txt is not the same as Foo.txt, Linux environments where Joomla is hosted. However in 2018 Windows 10 introduced the ability to make folders on Windows case sensitive and within are the steps to take to achieve this.

Continue reading

  • Hits: 360

Joomla Field Types

A direct cut and paste from the Joomla Wiki to see how an article might look in Joomla with minimal editing.

Continue reading

  • Hits: 13

How to add separators to Component menu in Administrator

Asked on Joomla Stack Exchange was how to add seperators to the Admin menu for components and after a lot of digging it seems the code to do it is almost there in the core, just one little change is required. This is the hack and the explanation I posted on JSE along with a link to the post in the Issue Tracker  that might see the light of day sometime.

Continue reading

  • Hits: 1

Manifest file processing for Components

For the installation of a Joomla Component the manifest , a .xml, file is required to process the contents of the installation files into the various places they are required to install the component as intended.

Continue reading

  • Hits: 1