Search Results for '"wordpress'
-
Search Results
-
Here is my situation, I finally was able to install BBpress onto my server and got it to work, however, if you press any links in the bbpress it goes here
http://www.thegi.net/word/bbpress/forum/geekincognito
BBpress is installed here:
http://www.thegi.net/word/bbpress/
Naturally; word is installed here:
http://www.thegi.net/word/ but you can access it here: http://www.thegi.net/
What am I doing wrong ? Here is the config minus security PW’s
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘*******’); // The name of the database
define(‘BBDB_USER’, ‘******’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘*****’); // …and password
define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few
define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does
define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them
// If you are installing for the first time, leave them here
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// The full URL of your bbPress install
$bb->uri = ‘http://thegi.net/word/bbpress/’;
// What are you going to call me?
$bb->name = ‘TheG:I.Network’;
// This must be set before you run the install script.
$bb->admin_email = ‘ryan.a.neff at gmail.com’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = ‘slugs’;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = -6;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘0123456789ab’; // Example: ‘0123456789ab’
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://thegi.net’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://thegi.net/word’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
Any pointers? As well, how would I adapt BBpress to the theme I have?
Topic: Touchtip Forums
Wanted to share our new forums using bbPress:
http://www.touchtip.com/forums/ – The site is about all things iPhone and iPod touch and a forum was a natural addition to our WordPress-based site.
bbPress was a pleasure to work with and configure. I have had a long, love-hate history with bb software (worked at ezboard during their glory days) and I think bbPress is where it’s at. Love the low bloat factor, simplicity and the focus on content. Nice to see the bbs advance in this way.
Thanks for bbPress and keep up the good work!
JR
Topic: Lost in Login Loop
Hey folks
I’ve been trying to install bbpress and after six full attempts (including fresh db’s) I’ve given up. Every time I install it goes into a loop where I login and it takes me right back to the login page. There is no dashboard in site.
I haven’t used any customizations and I don’t have wp running on the same db or site. I just install as described with the config.php filled in up to the email.
There doesn’t seem to be any documentation that covers this, and I’ve installed WordPress many times (on other sites) with no problems. I’m using GoDaddy and I’ve tried 4.1 and 5.0 and I’ve tried deleting cookies and downloading both the zip and the tar.gz versions of 0.8.3 in case there was a problem with your file but I always end up with the same result.
I expect I’ll be moving on to a different forum package but you may want to cover this in your instructions, could there be a issue with GoDaddy or with permissions?
Topic: Cannot select DB error!
I am getting a new error: Cannot select DB.
My forums were set up and working at http://www.snownation.com/forums/
All of the sudden, now I am getting this error. I have checked the DB settings like 10 times. You will notice on my frontpage at snownation.com the latest discussions pluggin is still pulling info and it has the same login info as does my wordpress setup.
Any ideas???
Topic: Information
To install my bbpress do i need to create a new database?
I would integrate in my wordpress using same users.
Topic: Forum WIthin WordPress
Is there a way to have the bbpress forum show within one of the wordpress pages. I dont want my users to go from one site to another that looks different. I want them to stay on my blog yet do everything in the forum while still staying on the blog. is that possible?