Search Results for 'bbpress'
-
Search Results
-
Topic: multiple forums
I am probably being very stupid, but having installed bbPress I don’t seem to be able to add any more forums. I changed the bb_table_prefix in the config.php file, which resulted in a second mySQL database being set up, but the user only sees one forum. What am I doing wrong?
Topic: different layout ?
how to change layout?
now, the layout of my forum is like: http://n22.awardspace.com/forums
header
—-tag
last disc.–
forums—-
view
footer
i want to change it to :
header
last disc.
forums
tag
view
footer
(center all those things)
what should i do?
and how about adding a background wallpaper just like this bbpress forums?
Hi there, I’ve scoured the boards here for a solution to this issue but have only thus far found another instance of the problem. I’m running a WPMU install here and a bbPress install here.
Everything seems to be working fine, short URL’s included, except for user authentication. I can only login through WordPress. Login attempts through bbPress fail with incorrect account info, but don’t do anything with a correct user/pw combination either. WPMU is creating a cookie that bbPress uses, but bbPress seems to be incapable of creating that same cookie I think? Or..? Any ideas?
Because I like to be difficult, I have my WordPress installed at ~/siliconholler.com/blog/ and mapped to http://blog.siliconholler.com/. My bbpress installation is in directory ~/siliconholler.com/forum/ and mapped to http://forum.siliconholler.com/
It mostly works. When I try to look at the default topic http://forum.siliconholler.com/topic/1?replies=1 I get a 404. If I try to view a profile http://forum.siliconholler.com/profile/1 I also get a 404.
.htaccess currently has Options +MultiViews and I have also tried the code generated by /bb-admin/rewrite-rules.php
My config.php reads:
// ** MySQL settings ** //
…
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://forum.siliconholler.com’;
$bb->path = ‘/’;
$bb->name = ‘Reality Me Discussions’;
$bb->admin_email = ‘validemailaddyhere’;
$bb->mod_rewrite = true;
$bb->page_topics = 30;
$bb->edit_lock = 60;
$bb->gmt_offset = -5;
define(‘BBLANG’, ”);
$bb->akismet_key = ‘properkeyhere’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://blog.siliconholler.com’;
$bb->wp_siteurl = ‘http://blog.siliconholler.com’;
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
Any suggestions?
Doug McCaughan