Finding Your Database Name in WordPress Updated on November 12, 2024 by Scott Mitchell The vast majority of settings and features can be handled within the WordPress Administration section. However, when troubleshooting or under extreme circumstances, you may need to work directly with the database. Most hosting accounts contain more than one database, so you will need to know exactly which database to work with. This article will demonstrate Read More >
Adding the S5 Presentation slide show plugin to DokuWiki Updated on August 16, 2021 by InMotion Hosting Contributor One way you can make your DokuWiki friendly for business education is to allow your pages to have a slide show presentation built into them. DokuWiki can be used as a business tool for giving slide show presentations using the “S5 Presentations” plugin. This is similar to looking at a Power Point presentation in Microsoft Read More >
343: How to alter the format of SEF URLs in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell When using SEF URLS in your PretaShop 1.5 store, you may not like the default format. For example, the format for a product is as follows: category/id–rewrite-text–ean13.html. This URL comes from different variables strung together to give you a more human-readable format. There are four parts to the URL as shown by the color differences Read More >
How to Modify the Registration Page Text in phpBB Updated on March 11, 2022 by Scott Mitchell After installing your phpbb and getting your first basic forums set up, it is time to begin customizing your site to be your own. While at first you may think of color schemes, logos, and themes, you may also want to consider the text on your site. The registration page gives your users the terms Read More >
How to find your database name in osCommerce Updated on August 16, 2021 by Scott Mitchell Working with your osCommerce site you will be able to make most changes for settings within the administrative panel. However, you may need to access the database directly, most often during troubleshooting. To do this, you will need to know the exact database name. Below are the instructions that will help you find the exact Read More >
Inserting a slideshow in MediaWiki Updated on August 16, 2021 by InMotion Hosting Contributor In MediaWiki, you can have multiple images fade or slide in an image slider. There are a few steps to do this, which involves editing source code files. Before we get started, you will need to obtain the “Extension:JavascriptSlideshow“. The Extension can be obtained at the following URL. https://mediawiki.absolutewebdev.com/index.php?title=Special:Version Download the JavascriptSlideshow-1.0.1.zip file to your Read More >
Remove rating and reviews from product comparison Updated on December 22, 2023 by InMotion Hosting Contributor In this article I’ll teach you how to remove the rating and reviews section from the product comparison page in OpenCart. If you’ve read my previous article on how to disable product reviews in OpenCart you should already know how to login to your OpenCart admin dashboard to turn off the product reviews from showing on Read More >
Keep social networking links with reviews disabled Updated on December 22, 2023 by InMotion Hosting Contributor In this article I’ll walk you through the process of keeping your social networking share buttons active, after disabling the product reviews in OpenCart. If you happened to have read my previous article about how to disable product reviews in OpenCart. I went over how you can turn off the ability for customers to see product Read More >
Disable product reviews in OpenCart 1.5 Updated on December 22, 2023 by InMotion Hosting Contributor In this article I’ll discuss how you can disable the product reviews that are enabled by default with OpenCart. These product reviews show the star rating that a user has left on an item, as well as a text review of the product. You can approve or disapprove a product review in OpenCart from the Read More >
How to Delete an AWStats Data File Updated on August 19, 2022 by InMotion Hosting Contributor When managing a new website, your webserver may save old data that you don’t want to show in your AWStats statistics. These stats can be cleared out by removing them from your tmp/awstats folder. The stats are stored in text files in regards to the subdomains. To delete a specific domain stats, you can find Read More >
Inserting an image slider in Moodle Updated on June 19, 2023 by InMotion Hosting Contributor Moodle does not have a built in slider available in the Moodle plugins, so, in order to add a slider, you will need to code it into your page using jQuery. There are many free jQuery plugins you can use to get a slider working. In this tutorial we will use the Simple jQuery slider. Read More >
How to find your database name for OpenCart 1.5 Updated on May 11, 2023 by Scott Mitchell When working with ecommerce programs such as OpenCart, the vast majority of features and settings are taken care of in the administrative dashboard. There will come a time, however, when you will need to access or interact with the database directly, most often through some sort of troubleshooting. When this happens, you will need to Read More >
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 >