Search Results for '"wordpress'
-
Search Results
-
Topic: forum.2diabolos.com
as propose by the sticky topic, I strut my forum :
I’m proud of the theme
1) for the total integration with the rest of my diabolo site (http://www.2diabolos.com). The post in the forum are shown as comments in each page of my website.
2) for the “profile” page : I created tabs
the integration with my wordpress blog works also, but I don’t want to use that a lot.
Topic: Plugin: Add Sidebar
Topic: wpmu bbpress wp bbpress orgy
Ok here come the explanation. I have wpmu bbpress install all integrated. Styling is still a little screwy in IE but thats not the main problem.
I have installed a copy of WP on a subdirectory. In that subdirectory I created another subdirectory for bbpress. I have been trying to install bbpress but it says it cannot access the db. I know the its not the database name, username or password it must be the path?
here is the path structure
mainwpmuinstall/wpinstall/bbpressinstall
$bb->domain = ‘http://mysoberlife.com’;
$bb->path = ‘/democlinical/forums’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://mysoberlife.com/democlinical’;
$bb->wp_siteurl = ‘http://mysoberlife.com/democlinical’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
Been trying different options and can’t get it to work. Was hoping I made some silly simple error that someone more experienced could pick up.
I can’t think up a reason why bbpress couldn’t work on a subdirectory set up like this.
I’m doing some integration of WordPress and bbPress and I need to know where this certain function is before the login_form function will work correctly on the WordPress site. The function I cannot find is:
bb_is_user_logged_in
If someone could tell me in which file this function is located, well, you would make my day.
– Justin
Ok I know, another question about integration.
I trying to intergrate Mu wordpress and bbpress and here is the thing:
I have installed wordpress in to a folder like:
mydomain.com/wordpress
and I also installd bbpress in to a folder like
mydomain.ocm/wordpress/forum
I have also altered in bbpress config.php
require_once(‘../wordpress/wp-blog-header.php’);
Now when i try to access mydomain.com/wordpress/forum
Wordpress wants to create a new account for the blogg and I think this is because I dont use subdomain for new blogs.
Q1: Is it possible to intergrate bbpress with Mu wordpress?
Q2: Do I have to use subdomains to get this to work or is it possible not to use subdomains. If so, how?
I have to change webhotel to try subdomains so I rather wait until some of you tell me if it will work or not!
If i dont try to integrate the functions with the
require_once(‘../wordpress/wp-blog-header.php’); line in bbpress config.php everthing works just fine… I can use the same username and the intergration works really good untill I add the wp-blog-header.php line.