Search Results for 'test'
-
Search Results
-
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
I couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…