Search Results for 'bbpress'
-
Search Results
-
Has anyone got BBPress Polls working perfectly with version 1.02?
I tried it a few months back, and didnt turn out good.
Is there any other poll plugins that works?
Topic: atahualpa problems
Hello,
I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..
This is what I have done so far…
Copied and renamed kakumei to my-templates/newtheme/
Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.
I then added
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);
}
to the bb-config.php
& then added
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />
to the WP theme header.php
The forum shows up in the with what looks like the header and footer of my WP theme…
I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?
Thanks
I have two problems with my BBPress installation (v1.0.2):
> When a user tries to change their password, the change does not take place and the original password remains
> When I try to change a user’s role (e.g. from member to moderator) the change does not take place and the user remains a member
It seems to me both these problems occur in profile.php, so I wonder if they share the same cause?
I’ve had a look through the forum and not been able to find any insight into the problem. Can anyone please help me?
Topic: Help with integration
I’m hoping someone can help me with integration of my wp 2.8 and bbpress 1.1. So far I have:
1) Set everything correctly in bbpress admin for integration
2) Created a “secret key” in wp-config, and copied it to the bbpress config file
3) Installed the bbPress Integration plugin in wordpress
4) Defined the cookie path in wp and bbpress
5) set the AUTH_KEY in wp, and copied that to bbpress
6) cleared cookies and cache numerous times
and still, logging into one does not log me in to another. I see some mention of a SALT key in these forums, is that what I need?
Any help would be appreciated.