How to change your group’s display color in phpBB

When working with different user groups in phpBB, you can assign a group color so that the members of that group appear with a specific color when logged into the site. Below is a quick tutorial that explains how to change a groups color in phpbb. Changing the group color in phpBB Log into your Read More >

How to disable comments on posts and pages in WordPress

When working with posts and pages in WordPress, the ability for visitors to comment is enabled by default. This article will show you how to disable the comments for new articles (pages and posts) in your WordPress site. Disabling comments in WordPress Posts and Pages Log into your WordPress Admin dashboard. From the left hand Read More >

How to Remove the Blog Posts Page in WordPress

This article will guide you on how to remove the blog index page for WordPress so you can display only your custom static pages. WordPress is a very versatile program, allowing you to create different types of sites. Some want ecommerce, some want the basic blog, etc. Some, however, want to create a regular site Read More >

Adding permissions to your specific phpBB group

After creating your new user group, you will want to assign permissions for the members of that group. The permissions come in three categories, user, global moderator, and administrative. Follow the guide below as we show you how to add permissions to your new usergroup. How to add permissions to usergroups in phpBB First, log Read More >

How to manage new account activation in phpBB

As your site becomes more popular and begins to attract new members, you may want to set up an activation system before new members are approved. This can keep your site from becoming infested with fake accounts that people will use for spam. At the very least it can ensure that members signing up are Read More >

Enabling email alerts within OpenCart 1.5

With OpenCart, you can set up specific email alerts to let you know when new orders or new accounts are placed. Follow the steps below to learn how to configure the email alerts in the OpenCart 1.5 admin interface. How to set up Email Alerts in OpenCart 1.5 Log into your OpenCart Dashboard From the Read More >

How to flush your error logs in Drupal 7

When working in Drupal 7, error messages collect in error logs. You may want to clear out, or flush, these logs from time to time. Follow the instructions below to learn how to flush your error logs in the Drupal admin interface. Flushing error logs in Drupal 7 Log into your Drupal 7 Admin panel. Read More >

How to bypass the Newly Registered Users group in phpBB

By default, new users are automatically part of a group named Newly Registered Users. This group typically requires that the posts they create be approved before they are posted on the forums. You may not want to make users have to graduate from the Newly Registered Users group after a certain number fo posts. Below Read More >

How to set my default phpBB user group

As a phpBB admin, you have the ability to change which group in a user’s group list will be their default. The default group dictates how the user will display when logged into the site. For instance, a user is in both Registered Users and Moderators groups. Their default group is the Registered User group, Read More >

Error 1052 Column in where clause is ambiguous

When working with programs that pull data from databases, you may occasionally run across different types of errors. Many of them are fixable, specifically if you are coding your own SQL queries. This article describes the ‘1052 Column in where clause is ambiguous‘ error and how to correct it. Correcting the ‘1052 Column in where Read More >

Unable to use php mail function in PrestaShop 1.5

In the PrestaShop 1.5 back office, you have the ability to send email via either the php mail() function or SMTP. It is the most common to use the php mail() function. When using this setting, you may receive an error like the one below: Sending failed using mail() as PHP’s default mail() function returned Read More >

Viewing error reporting in PHP-Fusion

Within programs such as PHP-Fusion, there are tools you can use to find errors that may occur within the application. PHP-Fusion has an easy to use tool to allow you to view and deal with errors that occur within it’s files. Below is a step by step guide on viewing error reports from the admininstrative Read More >

Restoring a database backup in PHP-Fusion

After previously creating a database backup, you may need to restore the data. Restoring a database backup will set all data back to the point the backup was created. This means losing any data that was created or input since that time. Follow the instructions below as we explain how to restore your database backup Read More >

How to create a database backup in PHP-Fusion

As with any other program type, it is always a good idea to create and store backups on a regular basis. This quick article will explain how to create a database backup for your site from within the PHP-Fusion admin dashboard. Creating a database backup in PHP-Fusion Log into the PHP-Fusion admin interface. From the Read More >

How to add a new download in PHP-Fusion

After creating one or more categories in PHP-Fustion, you are free to add content for downloads to your Php-Fusion site. Follow the instructions below to learn how. Adding a new Download in Php-Fusion How to login to the PHP-Fusion Admin Panel. From the main admin area, click on the Downloads button found on the Content Read More >

How to edit an article in PHP-Fusion

After learning how to create an article, you may need to know how to go back and make changes. Editing an article is very easy within php-fusion. Our instructions below will explain how to do just that. Editing an article in Php-Fusion How to login to the PHP-Fusion Admin Panel. Look to the top menu Read More >

Creating a new download category in PHP-Fusion

In PHP-Fusion, you have the ability to upload items for your site visitors to download. Before you can create or add a new download, you must have at least one or more download categories. This short article explains how to create a new download category in your Php-Fusion admin panel. How to create a download Read More >

Creating a new article in Php-Fusion

After you have created at least one category in Php-Fusion, you will be ready to create your first article. An article is a component of data, usually much like a web page. Below are the instructions on how to create an article in your Php-Fusion website. How to create a new article in Php-Fusion Log Read More >

How to modify and delete users in PHP-Nuke

After a user registers themselves in PHP-Nuke, they may later need to have some data changed. They also may need to be deleted from your roster altogether. This article will demonstrate how to modify or delete user information in your PHP-Nuke application. Deleting or modifying user information in PHP-Nuke Log into your PHP-Nuke admin area. Read More >

Creating a newsletter in PHP-Nuke

When managing a site that has a number of users, it can be beneficial to send them a newsletter. This can be for new information, site updates, or whatever you desire. In PHP-Nuke, the user registration section has an setting where the member can opt-in to your newsletter. Below is a set of instructions on Read More >