In this PhpBB installation tutorial, we will demonstrate how to manually install phpBB. This means it will be done without the help of any third party installation tools such as Fantastico or Softaculous. There are more steps involved than when using a third party tool as you will need to do steps that are usually Read More >
Scott Mitchell
338: Altering the logo display size on an invoice in PrestaShop 1.5
Within PrestaShop 1.5, you have the ability to view invoices. At the top of the invoice there is a header area that includes your company logo. In some cases, this logo may be uncomfortably large, meaning it takes up too much space on the page. PrestaShop has no way to directly adjust the size of Read More >
How to Enable or Disable Advanced DNS Zone Editor in WHM
When managing your cPanel as a web hosting reseller, you may or may not want to allow the individual cPanel accounts to have access to the Advanced DNS Zone Editor. The Basic DNS Zone editor allows the user to choose between two record types, the A record and the CNAME record. Users of the basic Read More >
337: How to change your shop URL in PrestaShop 1.5
There may be a time when your domain name changes. You will need to alter information in the PrestaShop 1.5 back office in order for your store to continue to function properly with the new domain name. Below are the instructions for changing your shop URL in the Prestashop admin dashboard. Modifying your shop URL Read More >
310: Setting up a Google analytics module for Drupal 7
Tracking different statistics about your site and visitors can help you with improving your site. This data can help you determine popularity of different pages, whether certain campaigns are bringing in traffic, the best locations for your customers, and much more. Drupal has a module available for you to install and configure so you can Read More >
How to customize your sidebar blocks in Drupal 7
There are several ways for creating content for your site in Drupal 7. The most common method is to create a post, page, or article. This content appears in the center of a page and is the focal point of a page. You may want other content to appear on all pages. Typically these areas Read More >
How to create a custom footer block in Drupal
When customizing your site to best represent you or your company, you will want to change some areas from the default displays. One of these is the footer. The default footer displays the text ‘Powered by Drupal’. While this may be fine, perhaps you want to add a copyright for your business, or contact information Read More >
336: How to set up the CronTab module in PrestaShop 1.5
You may want to have certain procedures run at regular intervals from your PrestaShop site. This is known as a cron job. Cron is a time-based job scheduler that is found on Unix servers. Other operating systems refer to a ‘cron job’ as a ‘scheduled task’. In essense it is a sript set to run Read More >
335: Configuring the RSS Feed module in PrestaShop 1.5
Giving your customer product related information is a good feature for your site. Finding the information to offer on the site can be tedious or time consuming. One module that allows you to do this is the RSS feed module. You can add your favorite RSS feed so you have anup to date stream of Read More >
334: Configuring the Product Tooltips module in PrestaShop 1.5
Adding the Product Tooltips module can be effective in helping a customer with their decision on product purchase. When enabled, information will appear briefly in a bubble on the screen. This information is configurable, so you get to choose what the customer sees. It can, however, show when the last time an item was purchased, Read More >
333: Configuring the Product Comments module in PrestaShop 1.5
Allowing your customers to comment on products you offer for purchase can increase their sales rate. Positive comments left by visitors will help undecided visitors with their purchasing decisions. Unwanted comments and spam, can be a problem, so you will want to be able to moderate the comments. The Product Comments module allows your visitors Read More >
332: Setting up the Customer Follow Up module in PrestaShop 1.5
Keeping in contact with your customers is very important for generating repeat sales. A good customer relationship will bring more repeat business and using tools such as a follow up form will help you offer discounts to your customers under specific conditions. This tutorial will explain how to install and configure the Customer Follow Up Read More >
331: Installing the Customer Referral module in PrestaShop 1.5
When working to get more customers, you may want to consider a customer referral program. This is a rewards system where your existing customers can refer a new customer. In exchange for the new customer, you have the ability to reward them with discounts on future purchases. Below is the list of instructions for setting Read More >
330: Setting up the Cross Selling module in PrestaShop 1.5
When looking for ways to boost your average ticket proce, you may want to offer customers otehr items via cross selling. Basically, this is a suggestive selling method where you offer customers other items (usually related) that other customers have also purchased. PrestaShop has a module that does just that. Whenever a customer purchases an Read More >
307: How to install and set up the YouTube module for Drupal 7
Using different social media tools within your site can help improve the quality of the site and overall visitor experience. The YouTube module lets you manage youtube videos in different ways within your site. You will be able to use them as separate file entittes. Below is a list of steps to help you install Read More >
329: How to configure PrestaShop 1.5 with a Temp URL
Many people may want to build a new website while maintaining an existing one. An important reason for doing this is to be able to view and test the new site to ensure it will run correctly once the domain name is pointed to it. In many cases, the site owner may try to use Read More >
How to Use the Facebook Like Module for Drupal
Many people want to leverage the power of social media to let people know about their site. Adding the code for the facebook like on every page can be tedious, not to mention the configuration of the size, position, etc. This article demonstrates how to install and configure the module in your Drupal site. How Read More >
345: Setting up the customer loyalty program module in PrestaShop 1.5
PrestaShop contains many modules to help increase your customer service and offer a greater customer experience. This article discusses how to install and configure the customer loyalty module. This module is designed to increase repeat business and to reward customers with points. The customer can collect the points and then trade them in for rewards Read More >
Change MySQL Root Password in WebHost Manager (WHM)
In this article we will discuss the procedure in changing your root password for MySQL. Please note that this task is available only to our VPS and dedicated customers with root access and is not available at all for our shared server customers. The MySQL root password is separate from your main user root password. Read More >
How to enable caching in PrestaShop 1.5
Another step to increasing your PrestaShop 1.5 performance is to install a serverside caching system. Caching holds frequently searched pages in a memory to reduce load on the server that is used to create the pages for visitors to view on demand. It also reduces the load placed on the database as each page has Read More >