Search Results for 'bbpress'
-
Search Results
-
Topic: 404 upon innstall
Hi guys!
I’ have now tried to read everywhere to find a decent answer on my question, but no luck.
I am trying to install the bbpress in a subdir under my wp blog, but no matter what I do I keep getting the 404 not found when I try to run the /install.php
I don’t know if my config.php is correct…
<?php
define(‘BBDB_NAME’, ‘*******’); //
define(‘BBDB_USER’, ‘*******’); //
define(‘BBDB_PASSWORD’, ‘*******’); //
define(‘BBDB_HOST’, ‘localhost’);
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://aagymruss.net/’;
$bb->path = ‘/forum/’;
$bb->name = ‘Åsane russen sin lekeplass’;
$bb->admin_email = ‘yngve dot petersen @ gmail dot com’;
$bb->mod_rewrite = false;
$bb->akismet_key = false ”;
$bb->wp_table_prefix = ‘wp_’; //
$bb->wp_home = ‘http://aagymruss.net/’; //
$bb->wp_siteurl = ‘http://aagymruss.net/’;
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
I really don’t know how much you guys can get out of this, but if there is more info you need, just say so.
Well, the question is; why cant i get this thing to install?
Is there anything I have to put in to make it work with my wp installation?
In advance: thank you! (And sorry if my English isn’t to good:)
Topic: Unique Style Sheet?
Hi all,
I am currently configuring BBPress for my site at http://www.babyquestions101.com’s forum, and by the looks of it it’s very promising.
I am trying to figure out if I can call a specific stylesheet for a specific page by making that call in the body page.
For instance, I know how to call multiple stylesheets through header.php. However, I would like to be able to specify a stylesheet through a page like forum.php, so that it dynamically tells header.php to call the stylesheet specific (or unique) to that page. I want this so that I can lean up my code, instead of calling everything in one css file.
Whats up with the -1 years freshness on the bbpress forum (my one?)
How can I change it to like 0 hours or something like that?
Topic: How do I delete a forum
How do I delete one of the forums that I have made in bbPress?
I just can’t find where it is possible…I guess I could manually in the DB…but that’s risky isn’t it :S