Integrating BellaBuzz into Wordpress
12 posts • Page 1 of 2 • 1, 2
Integrating BellaBuzz into Wordpress
Wondering how to install BellaBuzz into your Wordpress-powered site? The tutorial below will help you to do it easily.
1. Download BellaBuzz here.
2. Unzip the folder. Look for the prefs.php file and then customise it.
3. Open up questions.php. Look for these lines:
Replace those lines with these:
Replace /your/absolute/path/ with your real absolute path. Keep wp-blog-header.php as it is. Do not change it.
4. Next, look for these 2 lines:
Replace them with:
5. To include sidebar in your questions.php file, add this line before the code for the footer call:
6. Save the file.
7. Open up ask.php. Look for these lines:
Replace that with:
8. If you wish to include the sidebar into this file, add the sidebar code before the footer call.
9. Save the file.
10. Upload all the files in the BellaBuzz folder into a directory on your site. You may name the directory with whatever name you want.
11. Don't forget to CHMOD the .txt files (answered.txt and unanswered.txt) to 666.
1. Download BellaBuzz here.
2. Unzip the folder. Look for the prefs.php file and then customise it.
3. Open up questions.php. Look for these lines:
- Code: Select all
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:
- Code: Select all
require('prefs.php');
include('/your/absolute/path/wp-blog-header.php');
get_header(); ?>
Replace /your/absolute/path/ with your real absolute path. Keep wp-blog-header.php as it is. Do not change it.
4. Next, look for these 2 lines:
- Code: Select all
</body> </html>
Replace them with:
- Code: Select all
<?php get_footer(); ?>
5. To include sidebar in your questions.php file, add this line before the code for the footer call:
- Code: Select all
<?php get_sidebar(); ?>
6. Save the file.
7. Open up ask.php. Look for these lines:
- Code: Select all
?>
<p>Your question was successfully added thank you! <a href="questions.php">return to questions?</a></p>
Replace that with:
- Code: Select all
include('/your/absolute/path/wp-blog-header.php');
get_header(); ?>
<p>Your question was successfully added thank you! <a href="questions.php">return to questions?</a></p>
<?php get_footer(); ?>
8. If you wish to include the sidebar into this file, add the sidebar code before the footer call.
9. Save the file.
10. Upload all the files in the BellaBuzz folder into a directory on your site. You may name the directory with whatever name you want.
11. Don't forget to CHMOD the .txt files (answered.txt and unanswered.txt) to 666.
-
Kitty - Super
- Posts: 197
Re: Integrating BellaBuzz into Wordpress
This is more of a tutorial, so I'm going to move it to the "Tutorials" forum.
-
olivia - Administrator
- Posts: 521
- Location: USA
Re: Integrating BellaBuzz into Wordpress
What exactly is BellaBuzz? I don't quite understand it.
-
allison - Regular
- Posts: 59
- Location: USA
Re: Integrating BellaBuzz into Wordpress
Ah, I am sorry. I forgot to put the header before posting the tutorial.
BellaBuzz is an ask and answer script that is very easy to install and use as it only uses flat-files, meaning no MySql database required. It was created by Jem Turner of jemjabella.co.uk
BellaBuzz is an ask and answer script that is very easy to install and use as it only uses flat-files, meaning no MySql database required. It was created by Jem Turner of jemjabella.co.uk
-
Kitty - Super
- Posts: 197
Re: Integrating BellaBuzz into Wordpress
Interesting. I've never tried using BellaBuzz before but after this tutorial, I just might.
My website: http://4w4.org
My Youtube: http://youtube.com/4w4dotorg
My Youtube: http://youtube.com/4w4dotorg
-
Nikana - Veteran
- Posts: 229
- Location: Earth
Re: Integrating BellaBuzz into Wordpress
Kitty wrote:Ah, I am sorry. I forgot to put the header before posting the tutorial.
BellaBuzz is an ask and answer script that is very easy to install and use as it only uses flat-files, meaning no MySql database required. It was created by Jem Turner of jemjabella.co.uk
ohh i love BellaBuzz. Works really great better that php ask it
Twitter: http://twitter.com/loveboxx
Deviantart: http://retroshock.deviantart.com/
Webbie : http://thestudiofairy.com
Deviantart: http://retroshock.deviantart.com/
Webbie : http://thestudiofairy.com
-
retroshock - Regular
- Posts: 77
- Location: US of A
Re: Integrating BellaBuzz into Wordpress
retroshock wrote:Kitty wrote:Ah, I am sorry. I forgot to put the header before posting the tutorial.
BellaBuzz is an ask and answer script that is very easy to install and use as it only uses flat-files, meaning no MySql database required. It was created by Jem Turner of jemjabella.co.uk
ohh i love BellaBuzz. Works really great better that php ask it
I've never used PHP Ask It before so I don't know how it is like to use it
-
Kitty - Super
- Posts: 197
Re: Integrating BellaBuzz into Wordpress
I was just wondering how to do this. Thanks!
Website: Kixst
-
clarity - Regular
- Posts: 29
Re: Integrating BellaBuzz into Wordpress
Thanks a lot! that was easy to follow, I've just installed BellaBuzz on my site, with your help of course
-
Maggie - Regular
- Posts: 26
- Location: UAE
12 posts • Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 5 guests