In this article I’m going to discuss the process of adding a bit of JavaScript code into a PHP-Fusion article. This process is going to take advantage of the built-in add_to_head output handling function that is available in PHP-Fusion. There are also other output handling functions like add_to_footer and add_to_meta that allow you to perform Read More >
PHP-Fusion
How to insert an iFrame / YouTube video in PHP-Fusion
You can insert iframes and YouTube videos in your PHP-Fusion pages through the editor in the Admin panel. Below are the steps on how to insert an iframe / YouTube video in PHP-Fusion page or article. Steps to insert an iFrame or YouTube video Log into your PHP-Fusion Admin Panel. Find the article you want Read More >
Dealing with Database Errors in PHP-Fusion
Occasionally, there is the need to move or migrate a PHP-Fusion installation. With the move there is a risk of getting the information for the database server set incorrectly, or there might be a problem with the SQL server. The following article describes the database errors that you may see when encountering these issues with Read More >
Installing an Addon in PHP-Fusion
In this tutorial we will show you how to install an Addon or Infusion in PHP-Fusion. Infusions allow you to expand the functionality of your website by adding things such as bulletin boards, or a site search. In our tests we are installing a guest tracking infusion. How to Install an Addon: Download the Addon 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 >
Forcing PHP-Fusion to work over SSL
In this tutorial we will show you how to make visitors use the secure SSL address (https://) for your PHP-Fusion website. This is important if you want data from the site transmitted over an encrypted ssl connection. We must first update the setting in the Admin Panel, then use the .htaccess to force people to 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 Set the Home Page in PHP-Fusion
Setting the Home page in PHP-Fusion is a matter of knowing the Site Links, and Panels that are set within the layout of the theme that is used with your PHP-Fusion installation. The theme settings also let you designate an opening page, but it will be affected by the panel settings. The following article is 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 >
Security Options in PHP-Fusion
Security in PHP-Fusion include options to stop spammers from automatically adding entries and users. It also has features that stop automatic entries into forums called flooding, a foul language filter, and an option to place the website in Maintenance Mode. The following article describes each option and its location within the PHP-Fusion interface. Using the Read More >