This tutorial is on how to install BellaBuzz into your non-Wordpress-powered site? If you are looking for a tutorial on installing BellaBuzz into WordPress-powered site instead, go here.
Step 1
Download BellaBuzz here.
Step 2
Unzip the folder. Look for the prefs.php file and then customise it.
Step 3
Open up questions.php. Look for these lines:
require('prefs.php')?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>BellaBuzz</title> <style type="text/css"> * { font: 11px/15px Verdana, Sans-Serif; } .question { font-weight: bold; font-size: 12px; } .answer { font-style: italic; } .dates { display: block; text-align: right; font-size: 10px; } </style> </head> <body>
Replace those lines with these:
Step 3
Next, look for these 2 lines:</body> </html>Replace them with:
<?php include('footer.php'); ?>Save the file.
Upload all the files in the BellaBuzz folder into a directory on your site. You may name the directory with whatever name you want.
Don't forget to CHMOD the .txt files (answered.txt and unanswered.txt) to 666.Now everything's done. You have successfully integrated BellaBuzz into your site.