Restoring a database backup in PrestaShop 1.5 Updated on March 11, 2022 by Scott Mitchell After learning to create a database backup in your back office, you will need to understand how to restore the data case of an emergency. While it is a fairly simple process, the following tutorial demonstrates the steps to restoring an existing backup for your PrestaShop 1.5 store. The majority of this tutorial revolves around Read More >
Nivo Carousel Scroll Settings Updated on August 16, 2021 by InMotion Hosting Contributor The Nivo Carousel module has different slider options that can be set to change the animation of the carousel. These options are allow the carousel to have different speeds, easement (how fast or slow the image transitions), and other behaviors applied to the slide transitions. Below is are the steps to find the Slide settings Read More >
How to find your database name for PrestaShop 1.5 Updated on March 11, 2022 by Scott Mitchell While most features of your PrestaShop are found in the Back Office administrative area, you may need to make adjustments outside of the interface under certain conditions. Perhaps you need to alter one or more columns in the database directly or in bulk, such as a mass price change. In cases such as this, you Read More >
Making a mass price change for PrestaShop using phpMyAdmin Updated on March 11, 2022 by Scott Mitchell While maintaining your PrestaShop store, at times you may need or want to update the prices for all products at once. Perhaps you are having a sale where you allow 20% off all products, or you may simply need to increase your prices due to an increase in supplies. Whatever the case, this can be Read More >
How to enable and insert an iframe in TikiWiki Updated on August 16, 2021 by InMotion Hosting Contributor When setting up TikiWiki pages, there may be an occasion when you need to add an iframe to a page. TikiWiki has a built in capability to use iframes in pages. The following steps will explain how to enable and insert an iframe in TikiWiki. Steps to add an iFrame in TikiWiki Log into TikiWiki. Read More >
Inserting an iframe with the iframe plugin in DokuWiki Updated on August 16, 2021 by InMotion Hosting Contributor DokuWiki, like most wiki software, does not allow certain HTML code to be placed inside the website. This is because wiki’s are designed to be open for all to edit and contribute to. Common hacks are done by using code in a site to compromise the software security. To get an iframe to work in Read More >
Installing plugins in DokuWiki Updated on August 16, 2021 by InMotion Hosting Contributor When working with DokuWiki there arises many instances where you will need to install a plugin. Plugins give functionality to your site that the default installation does not have available. DokuWiki has an relatively easy way to install plugins through the administrators dashboard. Below are the steps to install a plugin in DokuWiki. Steps to Read More >
Configuring the Multilingual Plugin in DokuWiki Updated on August 16, 2021 by InMotion Hosting Contributor Once you have the Multilingual plugin installed, you will need to configure and set up your pages in different languages. The Multilingual plugin creates a namespace for each language. Each language can be represented by a text link or by a flag that represents the language. See the image below for what the flags look Read More >
How to perform a bulk price change for all products in OSCommerce Updated on August 16, 2021 by Scott Mitchell When working with e-commerce programs like osCommerce, there are times when you may want or need to increase your prices. This is fine if you are working with a limited number of products, but if you have thousands of products, this can be very time consuming and tedious. By default there is no setting to Read More >
How to log into your osCommerce Admin dashboard Updated on February 3, 2021 by Scott Mitchell In order to manage your osCommerce store you will need to know how to log into the administrative dashboard. Below is a quick tutorial that demonstrates how to locate and log into your admin dashbord for osCommerce. Logging into your osCommerce admin dashboard Visit your Admin URL. Your admin URL for osCommerce is accessed by Read More >
Parse archived raw access logs from cPanel Updated on August 16, 2021 by InMotion Hosting Contributor Navigation: View archived logs Parse IPs Parse User-Agents Parse URLs Parse referrers In this article I’m going to teach you how to parse archived raw access logs from your cPanel VPS (Virtual Private Server) or dedicated server. Reviewing requests from your archived raw access logs can help bring to light a common problematic request or Read More >
Enable raw access log archiving for all cPanel accounts Updated on August 16, 2021 by InMotion Hosting Contributor In this article I’ll quickly show you how to enable raw access log archiving for all cPanel accounts on your VPS (Virtual Private Server) or dedicated server all at once. Raw access logs contain the request data directly from the Apache web service that all of your website have been fulfulling. Without raw access logs, Read More >
Setting up the Multilingual feature in TikiWiki Updated on August 16, 2021 by InMotion Hosting Contributor To set up your TikiWiki site to allow different languages, you will need to follow quite a few steps. The language functionality in TikiWiki is set within the administrator section. You do not need to edit any code in TikiWiki; however, you need to set Multilingual and install the Multilingual_Wiki profile. The following steps will Read More >
How to change the admin language in TikiWiki Updated on August 16, 2021 by InMotion Hosting Contributor TikiWiki has a built in feature that allow you to change the language of your administrator dashboard. Some wiki software requires you to edit the code for the languages to work. For TikiWiki, you do not have to edit the code. The TikiWiki administration section has the “i18n Internationalization” feature that allows an easy language Read More >
Installing the Multilingual Plugin for DokuWiki Updated on August 16, 2021 by InMotion Hosting Contributor DokuWiki is capable of making a multil language site. This functionality is not installed in new DokuWiki installations by default. In order to get the multi language functionality to work, you will need to use the “Multilingual Plugin“. The “Multilingual Plugin” does not translate your pages into a language. The plugin makes namespaces particular to the Read More >
How to change the DokuWiki admin language Updated on August 16, 2021 by InMotion Hosting Contributor When you initially install DokuWiki you can set it up for a particular language. In the event you want to change the language for the DokuWiki interface, you can change the configuration file code to allow a different language. The Image to the right shows what the administrator section looks like with English as the Read More >
How to Change Moodle Logo in Header and Footer via Code Edits Updated on September 10, 2021 by InMotion Hosting Contributor When using a theme that does not have theme editing options, you can edit the theme code and change Moodle logos within the theme itself. Please note that this article is somewhat advanced, so if you are not comfortable editing code, please contact a web developer for assistance. Before you can add the logo to Read More >
Creating a Link In WordPress Updated on October 28, 2021 by Scott Mitchell When working with WordPress pages and posts you may want to create a link (also known as a “hyperlink”) to another website (an external link), or even another page or post on your site (an internal link). Internal and external links are part of the backbone of the web, making communication of related information possible Read More >
Change MediaWiki interface language Updated on August 16, 2021 by InMotion Hosting Contributor MediaWiki is designed to work with almost any language in the World. The Administrator interface can be changed to your native language by editing the LocalSettings.php file. The snapshot to the right shows what the special pages look like in English. Below you will find the steps to change the administrator interface language and a Read More >
How to Update a WordPress Theme Updated on August 16, 2021 by InMotion Hosting Contributor This article will cover how to update a WordPress theme to it’s latest version. WordPress updates are released for good reason. Ensuring that your WordPress themes are kept up-to-date can help keep your WordPress site secure, and updates often even provide improved functionality and bug fixes. Typically, you’ll want to update WordPress themes right after Read More >