• Joomla Module placement in Articles, Categories or Templates

    Sometimes we need to place a module in between our Article or Category text, or render a module outside of the index.php file. Joomla is very flexible and enables us to position the modules where we need it, we just have to know how. There are multiple ways on how to include modules in different…

    Read more…

  • Scheduled Joomla backups with Akeeba Remote CLI

    When I started to build Joomla websites, backups never were a priority on my list. Foolishly relying on the shared hosting backups, got me burned a couple of times. They say that you learn from mistakes and that’s exactly what I did. I stopped relying on the backups from shared hosts, especially the cheaper ones.…

    Read more…

  • Blank mobile first Joomla template with HTML5, SASS and Compass

    Every time we start building a Joomla template we use the same code over and over again. That’s why I decided to build a template that’s adaptable to my new workflow of mobile-first design and has all of the necessary tools for building a modern responsive template. You can use and modify the template since…

    Read more…

  • What to do if our Joomla website gets hacked

    If we suddenly can’t login in our Joomla administrator or visit our site and see a strange page, then we got hacked! There are some great tools out there but the most important one of all is BACKUP. There is a new service out there that can help you clean up hacked Joomla sites. It…

    Read more…

  • Custom Language Overrides With Joomla Language Manager

    Creating multilingual sites became a lot easier with the new core integration of supporting more languages. On top of that we have an option to change the language text right from inside Joomla Admin. There is no need to hack the language files or create our own we let Joomla handle it. Opening the language…

    Read more…

  • My new Joomla web design and development workflow with Twitter Bootstrap and Github

    In the past couple of months I did a lot of work in integrating the awesome Twitter Bootstrap into my Joomla website and probably into my workflow. With the help of Font Awesome some final touches were added, but the site is not finished and will evolve continuously. Transforming the site into responsive design Responsive…

    Read more…

  • Custom menu item types in Joomla with the help of xml files

    Using menu item type layouts is probably one of the most useful techniques when designing custom Joomla templates. If you want to create a custom looking page, which is accessible through a menu link, this is the most appropriate solution. Alternative article and category layouts Before we dive in to creating a menu item type…

    Read more…

  • What to do if you get HTTP 500 (Internal Server Error) when upgrading to Joomla 2.5

    With the new Joomla! 2.5 out, it was time to upgrade my Joomla! 1.7 installation. You have the option to upgrade with a single click but before you do press the button, I advise you to try it on a local copy of your website. It was a smart move to follow when I did…

    Read more…

  • How to use php code in Joomla template design

    If we are designing our own templates in Joomla we are already using some of the php programming language. Apart from including our modules, components, scripts and css files, we can use php code to further extend the website. The following code should be placed in your template index.php file. It was tested on the…

    Read more…

  • Alternative layout for Articles and Categories in Joomla 1.7

    Sometimes we need to change the display of Joomla articles and categories. Creating different layouts for articles and categories is almost identical to creating alternative module layouts. The use of layouts is more practical from the use of template overrides if we need to have more than one different layout presentation of our content. Copying…

    Read more…

  • Using Alternative module layout in Joomla 1.7

    In Joomla 1.6 and 1.7 we have the option to use several different alternative layouts for individual styling. Alternative layouts differ from standard Joomla overrides in that, you can have unlimited alternative layout files. We also use different naming conventions and we must enable the layout in the Alternative Layout option field. We can create…

    Read more…