Like most Content Management Systems (CMS), PHP-Nuke has the ability to switch themes in the PHP-Nuke Dashboard. This allows the webmaster to customize the sites Look and Feel. The following steps will tell you how to change the theme in your PHP-Nuke website Changing the theme in PHP-Nuke Log into your PHP-Nuke Dashboard. Click preferences Read More >
InMotion Hosting Contributor
Creating a Content page in PHP-Nuke
PHP-Nuke has several types of pages you can make within the Dashboard. You can make News, Messages, and Content pages. This article will explain how to make a Content page within PHP-Nuke. Steps to add a content page Log into your PHP-Nuke Dashboard. Click on the Content icon in the Modules Administration. In the Content Read More >
How do I edit the Home page in PHP-Nuke?
This first step in editing your PHP-Nuke site is to remove the default text from the Home page. The Home page is actually a part of the Messages in PHP-Nuke. The following article will explain the steps to edit the Home page in PHP-Nuke. Steps to edit the home page Log into your PHP-Nuke Dashboard. Read More >
Changing the Admin password in PHP-Nuke
Managing a CMS like PHP-Nuke will require you to be able to change passwords for your users. This article will explain how to change the Admin password in PHP-Nuke. Steps to change the admin password Log into your PHP-Nuke Dashboard. Click Edit Admins. Important! If you click the Edit Admins link and you get an Read More >
How to Install PHP-Nuke with Softaculous
You can install PHP-Nuke through your Softaculous installer found in your cPanel Software/Services. The below steps will show you how to install PHP-Nuke through Softaculous. Steps to install PHP-Nuke Login into your cPanel. Click the Softaculous icon in the Software / Services. Find PHP-Nuke in the list of Portals/CMS and click it. Click Install towards Read More >
How to create a contact form in Mambo
Mambo has a built in feature that allows you to add a contact form to your website. In this tutorial, we will learn how to create the contact form and add it to the sidebar menu in Mambo. Steps to add a contact form Log into your Mambo Dashboard. Go to Components > Contacts > Read More >
How to change the Admin password for Mambo
It is good practice to change your passwords frequently to prevent a password compromise. You can change the Administrators password in the users section of Mambo. If you lost your [password and cannot log in to your Mambo Dashboard at all, you can change the password in PhpMyAdmin. This article will explain how to change Read More >
Inserting an internal link in Mambo
When you link to pages in your Mambo site, you will need to use the Mambo WYSIWYG editor to prevent your links from breaking. This is because when you make links to your own pages in Mambo, you may update the page you linked to. If you update the page and not the link, the Read More >
How to configure SMTP in Mambo
When building your website with Mambo, there may arise a need to configure the site to connect to an SMTP server for sending email. On some older servers, the PHP mail(); function is disabled. To work around this, you can set up your software to use SMP. Below are the steps to set up your Read More >
Movable Type: Dynamic and Static Publishing
Movable Type has Dynamic and Static publishing built into the software. In other words, changes made to a page on the website will need to be published in order for the changes to be saved. The data is stored in a database; however, the files are written as HTML files that are not required to Read More >
Adding a Logo to your Movable Type site
Movable Type does not have any logo in the template by default. In order to place your logo in the header section of your site, you will need to upload your image to the Assets, then add the HTML code in the template Header Banner linking your logo in the code. Below are the steps Read More >
Editing the Footer Banner module text in Movable Type
By default the Movable Type site will have their branding at the bottom of the footer. In order to remove the branding from the footer and add your own site copyright information, you will need to edit the Template Modules. Below will explain how to edit the footer in your Movable Type site. Steps to Read More >
How to change the theme in Movable Type
Movable Type has the ability to change the theme to have a different look for your website. The Theme must be downloaded and installed manually with Movable Type. This article will explain how to upload and change the theme to the “CreamBurn-Website” theme for your Movable Type website. Steps to change the theme in Movable Read More >
How to insert an Image in Movable Type
In Movable Type, you can add almost any type of content you want. You can upload Images through the Admin Dashboard and place them in your pages. This article will explain how to upload and insert an image in Movable Type. Steps to insert an Image in Movable Type Log into your Moveable Type Dashboard. Read More >
How to edit a page in Movable Type
You can create pages in your Movable Type program relatively easily. As long as the permissions for your Movable Type program are fixed, you can edit and create pages through the Movable Type Dashboard The following tutorial will explain how to edit a page in your Movable Type site. Steps to edit a page in Read More >
Movable Type permissions changing to 666
When you first install Movable Type on your server, you will need to edit the home.html permissions and add code to the mt-config.cgi. If you skip this step you will get many “Internal Server errors” on your site. Fixing the Permissions in Movable Type Movable Type by default forces all the file permissions to be Read More >
Communicating with an email server using TELNET
You can diagnose email errors through the Linux command line using the TELNET command. You can communicate back and forth with the receiving server with TELNET to see why the email is being rejected to verify email bounce errors or to check if the server email ports are working. Below are the steps use TELNET Read More >
How to Fix the 550 No Such User Here Email Error
One common error you can get when sending email is the “550 No Such User here” error. This error occurs when the sending email is rejected because the username cannot be found or is not accessible by the server. There are several reasons why you would get a “550 No Such User Here” error. Mail Read More >
Fixing the Save Sessions Path for WordPress eCommerce plugins
WordPress has ecommerce plugins that allow you to use your WordPress as a shopping cart as well. Occasionally, the ecommerce plugin will not save to the Shopping cart products. When visiting the shopping cart after products are added, the site still says the cart is empty. This is caused by the Sessions save path (session.save_path Read More >
How do I comment my HTML, CSS, JavaScript, and PHP code?
When you are designing your website, there are many instances that require you to comment out code in your website. Commenting code is good for diagnosing website problems, hiding code instead of deleting the code, placing notes in a file to explain what was done, and many more reasons. This article will explain the basics Read More >