Adding a new Warehouse in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell After learning how to enable advanced stock management in our last article, our next article in the Advanced Stock Management course will go over adding a new warehouse. The warehouse tab allows you to track which warehouse a product and its various combinations are stored. Below are the instructions for adding a new warehouse in Read More >
I forgot / How to reset Moodle 2.3 username or password Updated on August 16, 2021 by InMotion Hosting Contributor The previous article in the Getting Started with Moodle course on how to log in to Moodle explained the login process. If you forgot the username and/or password for the Moodle administrator login, Moodle has a built in Forgotten your username or password? feature. This allows the administrator to obtain the username and password for Read More >
Enabling Advanced Stock Management in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell PrestaShop 1.5 has a new feature that allows you to manage your stock in more detail. This is known as Advanced Stock Management. It is completely optional and not enabled by default. When enabled, however, it allows you to keep track of warehouses, a view of the stock and its movement, as well as coverage Read More >
How to log into the Moodle Administrator Dashboard Updated on August 16, 2021 by InMotion Hosting Contributor As we continue our tutorial series on getting started with Moodle, we are now going to show you how to log into your administrative dashboard. Once Moodle is installed, learning how to login is the next logical step. The administrator dashboard is where the Moodle site is updated. This tutorial will explain the administrator login Read More >
Clean Up WordPress comment spam Updated on August 16, 2021 by InMotion Hosting Contributor In this article we’ll explain how you can clean up and remove spam comments from your WordPress database directly using phpMyAdmin. This is a bit more advanced than simply managing your comments in WordPress directly. A major benefit of doing it this way, is if you’re dealing with a large amount of spam comments mixed Read More >
Managing your Webservices in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell After learning to configure the general webservices in our last article in the Working with Webservices course, we will now show how to manage the webservices in a general manner. These functions apply only to the webservices you select, as opposed to all of them. This article will show you how to enable/disable, edit, and Read More >
Configuring a new Webservice in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Our last article in the Managing WebServices course discussed how to create a new webservice in PrestaShop 1.5. This article will teach you how to configure the webservice within your back office. Follow the instructions below to configure your Webservice in PrestaShop 1.5. How to configure a Webservice in PrestaShop 1.5 Log into your PrestaShop Read More >
Adding a new Webservice in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell The last section in the Advanced Parameters course focuses on the configuring Webservices for your PrestaShop 1.5 application. A webservice refers to the method of communication between electronic devices over a network. The devices use methods, access rights, and formats to allow the connecting devices access and the ability to use the content. It basically Read More >
How to install Moodle 2.3.2 manually Updated on August 16, 2021 by InMotion Hosting Contributor The focus of this article is to outline the steps for installing Moodle 2.3.2. The setup is relatively simple and similar to other Open Source Software program installations. First the server must meet the required system requirements. This tutorial is focused on cPanel hosting servers. Other Non-cPanel hosting companies may have a different way of Read More >
Configuring email notifications for error logs in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Our last article in the Managing Error Logs course covers how to configure your email notification of error logs in PrestaShop 1.5. As an administrator for your PrestaShop 1.5 store, you may want to be notified of some of the error messages. This article will go over how to adjust the setting for your specific Read More >
Introduction to error logs in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Next up in our Advanced Parameters course is an introduction to the error logs. The Error logs section will list errors that occur during the normal operation of PrestaShop. These are broken down into severity levels between one and four. Level one is the leat severe and level four is the highest level. The article Read More >
How to set the Encoding Type for SQL Manager in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Our last article for the Working with SQL Manager course will cover how to change the database encoding type, either UTF-8 or ISO-8859-1. Follow the steps below to learn how to modify the encoding type in PrestaShop 1.5 Setting the SQL Manager Encoding type in PrestaShop 1.5 Log into your PrestaShop 1.5 dashboard. Using the Read More >
How to make a Joomla 3.1 Template Responsive Updated on February 15, 2021 by Brad Markle As we continue creating our Joomla 3.0 template from scratch, we will now make the template responsive. Much of this tutorial is going to be simply showing you the changes that we’re making to the template, but we’ll add a few descriptions of what we’re doing and why when necessary. We recommend that you read Read More >
How to add Bootstrap to a Joomla 3.1 Template Updated on January 11, 2024 by Brad Markle Now that we have added CSS and JS files to the Joomla 3.0 template that we are creating, we will now add the necessary bootstrap files. While the necessary bootstrap files can be downloaded from the official site, Joomla 3.0 actually includes the necessary css and javascript bootstrap files as well. As a template developer, Read More >
How to Include CSS and Javascript files in a Joomla 3.1 Template Updated on August 16, 2021 by Brad Markle If you’ve been following along in our tutorials series on creating Joomla 3.0 templates, you would have seen in our last tutorial after changing site templates that the template does not look very nice at all (see screenshot to the right). The reason the template looks a mess is because the CSS file that we Read More >
How to change your Joomla 3.1 Site Template Updated on November 19, 2021 by Brad Markle Welcome to another article in our tutorial series on creating a Joomla 3.0 template. In our last tutorial, we showed you how to install the Joomla 3.0 template that we are in the middle of creating. Installing a template does not immediately activate it, and so we will show how to change your Joomla 3.1 Read More >
How to install a Joomla 3.1 Template Updated on November 19, 2021 by Brad Markle In this tutorial, Installing a Joomla 3.0 template, we will be installing a Joomla 3 template that you’ve created yourself or downloaded from the internet. Installation steps for a Joomla 3.0 Template Log into your Joomla 3.0 admin dashboard. In the top menu, hover over Extensions and then click Extension Manager. Under the Upload Package Read More >
How to zip a Joomla 3.1 template Updated on March 11, 2022 by Brad Markle At this point in our building a Joomla 3.0 template tutorial series, we are ready to zip / compress our template files and get it ready for installation on a Joomla 3.0 website. This is a very simple process to do, and in this article we will walk you through the steps. So far, this Read More >
How to delete a custom SQL Query in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell Our last aritcle explained how to export your custom query results in a CSV file and save it to your computer. This next article in the Working with SQL Manager course quickly shows you how to remove a query from the list. Once you no longer need a custom query, you may want to delete Read More >
How to export a custom SQL Query in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell In our last article in the Working with SQL Manager course we went over viewing your custom query results. We will now go over how to export your query. This allows you to export a CSV file of the results. Follow the steps below to learn how to export your query in PrestaShop 1.5 Exporting Read More >