Search Results for 'test'
-
Search Results
-
Hey!
So after the rather simplified installation and integration with WordPress, I finally finished setting up the forum section of my website. But after several unsuccessful attempts, I was unable to get Sub-Forums working. All of the forums I create just show up on the home page as a top-level forum. I then try to put it under a parent forum, but it just doesn’t work. I try everything. I am currently running the latest version of bbPress witht he WOrdpress INtegration Plug’-In installed. I ask that someone please help as this is very important towards the deployment of my site
THANKS!
K
Topic: Can’t see user profiles
I’ve just installed bbPress 0.8.3 in /forums/ in WordPress 2.3, but when I click on a user name or profile to inspect or edit, I’m taken back to the front page of the blog.
Hovering over the link shows [blog URL]/forums/profile/[user name]. Hovering over the Edit link gives [blog URL]/forums/profile/[user name]/edit.
Other than that, it seems to be working, although I haven’t tested it fully.
bbPress is installed in /forums and WPMU is installed in /blogs .
The cookie and database integration works fine.
I am able to access bbPress functions from within WPMU by adding this to the end of /blogs/wp-config.php
// Include bbPress functions in WPMU
define('WP_BB', true); // Avoid duplicate function declarations
require_once( ABSPATH . '../forums/bb-load.php');
I’m trying to add WPMU functions to bbPress. I’ve tried adding this to the beginning of /forums/config.php . I’ve also tried putting this in the beginning of the file.
require_once( dirname(__FILE__) . '/../blogs/wp-blog-header.php')
When I go to /forums/ I’m redirected to the WPMU sign up page (/blogs/wp-signup.php?new=%2F).
I’ve also created a simple file ( /test.php ) and tried to integrate it with wpmu. It it also redirected to the WPMU sign up page.
Test Start
<?php
require_once( dirname(__FILE__) . '/blogs/wp-blog-header.php');
?>
Test End
Do I need to create a WPMU rewrite rule in the wp_1_options rewrite rulerecord? There shouldn’t be any need for an .htaccess rewrite rule since /forums and /blogs are not in subfolders of either.
Any ideas how to make this work?
Topic: where are my forums??
In order to get the forum running, I removed the forums where testing posts have been in. Now I have put new forums in the admin section.. But there are none of them showing!!
Not a single forum
help me
Hi, Everyone – My stylesheet loads in browsers using Mozilla’s Gecko engine (FF, Camino) and also in Opera and Safari 3.0.3 beta for Mac, but it is not loading using OmniWeb (latest) or Safari 2.0.4 which use Apple’s WebKit.
Also, W3C Validator comes up with a 404 when trying to validate the forums.
These forums are integrated with a WP installation with no other apparent issues.
Thanks!
Topic: Kineda Forums
After giving up on bbpress over half a year ago, I decided to give it another shot. The software seems to have matured a bit, and after testing some other routes, I figured it’d still probably be the best bet for integration.
Let me know what your thoughts:
Hello
I’m testing out some things and trying to synchronize WordPress, BBPress and Amember Subscription software. I have pretty much everything worked out, but need a little cookie help if it’s out there.
I’ve read this post, which outlines cookie settings
http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010
The problem is that I don’t want to install the cookie plugin for WP because I already have this in my Wp-config file
define(‘COOKIEPATH’,’/’);
define(‘SITECOOKIEPATH’, ‘/’);
define(‘COOKIEHASH’, md5($_SERVER[HTTP_HOST]));
I guess my question is, what do I put into my BB config file for cookies?
I realize this may not be a direct BBPress issue, but I thought maybe one of you had an idea.
Thanks
Hello
I have three bbpress installs on my website, for three very different forums, example: bbpress/a
bbpress/b
bbpress/c
I am just installing the third one, all are on 8.2.1. I noticed a problem when setting up a test profile. On the third forum, bbpress/c, the profile ID was 2. It took the Profile ID from bbpress/b, the second forum, which has nothing to do with third forum. Now, I am afraid of deleting profile ID 2 from bbpress/c because it may delete profile ID 2 from bbpress/b. So now it appears that even with different names for my installs with different names within the config.php files, that the profile IDS are not differentiantiated. This is a major problem.
Topic: Akismet