How to Change the Admin Email Address in Drupal

The admin email address in Drupal is the email address that Drupal uses to notify you of certain things. These include password changes and emails sent during registration. You may want to change this admin email address at some point. Editing the administrative email address in the Drupal admin dashboard is simple and can be Read More >

How to change your site slogan in Drupal 7

The Site Slogan in Drupal 7 is the subtitle that appears below your main title, or site name, in the header portion of the page. The site slogan is written in the smaller text. If this is your first time configuring the slogan it may be blank as it is empty by default. Editing the Read More >

How to change your site name in Drupal

The Site Name in Drupal is the main title that your visitors see on your page and in the upper tabs of your visitor’s browsers. It is located in the header portion of the page and is written in the largest text. By default, the site name is set to the domain name of the Read More >

How to add a css StyleSheet to a Joomla 2.5 content plugin

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. In our Hello World Joomla 2.5 content plugin, we only had the most necessary files – helloworld.php, helloworld.xml, and index.html. If Read More >

How to add a new gender title in PrestaShop 1.5

You may want to further customize your customer’s experience by adding a new gender title. Some places have specific ones, or you can add to the default list. This can be done in the PrestaShop 1.5 back office dashboard interface. Creating a new gender title in PrestaShop is very simple. To create a new gender Read More >

PrestaShop 1.5 – Error – Link to database cannot be established

If you have a database configuration error, it can display in different ways. If error reporting is not turned on, it will show differently according to the browser. Googe Chrome The website encountered an error while retrieving https://domain.com/ It may be down for maintenance or configured FireFox Generally displays a blank page Internet Explorer The Read More >

Joomla 2.5 content plugin variables

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. In our last article, we covered the various events at which content plugins can be triggered. For example, we looked at Read More >

Joomla 2.5 content plugin events

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. When creating a Joomla 2.5 content plugin, there are several events at which you can run your code. For example, the Read More >

How to Turn on Error Reporting in PrestaShop 1.5

When developing your store, there may be times when you run into problems and need to see the error messages. By default, error reporting is turned off. This prevents error messages from being displayed in the browser. Enabling the error reporting will allow the message to display in the browser to give you an idea Read More >

How to disable the secondary menu in a Drupal 7 theme

You may want to hide the secondary menu that appears on the site pages of your themes. This can be done by either using the global setting or by individual themes in the Drupal 7 admin dashboard. This tutorial guides you through setting the global setting. Note that not all themes offer global setting support, Read More >

How to disable the main menu in a Drupal 7 theme

You may want to hide the main menu that appears on the different pages of your themes. This can be done via a global setting or by the individual theme settings in the Drupal 7 admin dashboard. Turning off the main menu is very simple in Drupal 7 and can be done by following these Read More >

How to disable the favicon in a Drupal 7 theme

You may want to hide the favicon, also called the shortcut icon that appears on your themes. This can be done via a global setting or by individual themes in the Drupal 7 admin dashboard. Turning off the favicon is very simple in Drupal 7 and can be done by following these instructions. Removing the Read More >

How to disable the site slogan in a Drupal 7 theme

You may want to hide the site slogan that appears on your themes. This can be done via a global setting or by individual themes in the Drupal 7 admin dashboard. Turning off the site slogan is very simple in Drupal 7 and can be done by following these instructions. Removing the site slogan in Read More >

How to disable the site name in a Drupal 7 theme

You may want to hide the site name that appears on your themes. This can be done via a global setting or by individual theme settings in the Drupal 7 admin dashboard. Removing the site name is very simple in Drupal 7 and can be done by following these instructions. Disabling the site name in Read More >