How to change your URL in Moodle Updated on August 16, 2021 by InMotion Hosting Contributor When you are running a Moodle website, there may be times when you have to change your URL. For example, you may have sold the website, or maybe you purchased a shorter domain name, and want to replace the old one. In this tutorial we will show you how to change your URL in Moodle. Read More >
Viewing the Quiz Statistics Report in Moodle Updated on October 8, 2020 by InMotion Hosting Contributor Reviewing reports from your quizzes can help identify patterns or issues with specific questions. It can also help you see how well your students are grasping the information. For example, if you see students missing the same question on a quiz. This may mean the question needs rewording, or the material needs more review during Read More >
Upload a custom WordPress default user avatar Updated on June 9, 2023 by Jeff Matson Uploading a new default WordPress user avatar is a great idea to better match the rest of your site’s appearance. Thankfully, the WP User Avatar plugin can easily be used to upload a new default user avatar with just a single click. Installing the WP User Avatar plugin First, you will need to log into Read More >
Getting Started with Pre-installed WordPress Updated on August 16, 2021 by InMotion Hosting Contributor Navigation: New Domain Names 3rd Party Domains Temp URL Using a Host File Welcome to the world of WordPress! If you’re reading this tutorial, it’s because you have purchased hosting with InMotion Hosting and have decided to go with a pre-installed WordPress setup. The following tutorial explains how to work with your domain name and Read More >
@var – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@category – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@since – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@see – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@link – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@deprecated – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@license – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@copyright – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@subpackage – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
@author – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
WordPress All In One SEO Pack plugin zero-day vulnerability Updated on September 23, 2020 by Jeff Matson It has come to our attention that a zero-day vulnerability has been discovered within the All In One SEO Pack plugin which lets a non-privileged user either modify SEO data in posts or inject javascript into an administrators panel to execute malicious code. The developer has released a patch for this vulnerability which resolves the Read More >
WP-CopySafe-Web and WP-CopySafe-PDF zero-day vulnerabilites Updated on June 10, 2014 by Jeff Matson A very serious zero-day vulnerability has been found with the WP-CopySafe-Web and WP-CopySafe-PDF WordPress plugins, which allows users to arbitrarily upload code, including a PHP shell to fully exploit a user’s files. This first appeared a few days ago on hacker sites and is being widely sold. What if I am affected? If you are Read More >
@package – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle Please note the following: This article is supporting documentation for our tutorial, using DocBlocks in Joomla. There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header. In an effort to learn what values to Read More >
Using Free Cloudflare for SSL on OpenCart 1.5 Updated on December 22, 2023 by Scott Mitchell Many people have decided to use the free CloudFlare CDN service with their website. The free option does not allow the use of SSL through CloudFlare. However, there is a workaround that lets you use it with your OpenCart site. CLoudFlare uses the www subdomain to route through CloudFlare’s servers. This allows your site www.example.com Read More >
The get_adjacent_post() WordPress function Updated on June 3, 2014 by Jeff Matson Using the get_adjacent_post() function in WordPress will allow you to display information on the next and previous posts within WordPress. For example, if you wanted to put links to the bottom of your posts that users could click on to visit the next or previous posts, you would use the get_adjacent_post() function. Usage <?php get_adjacent_post( Read More >