Search Results for '"wordpress'
-
Search Results
-
I set up an integrated BBPress and MU WordPress on Nginx. There may be a better way of doing the rewrites but these work well for me.
Here are the BBPress Nginx rewrites:
location /forums/ {
root /home/YOURDIRECTORY/public_html/forums;
index index.php;
if (!-e $request_filename) {
rewrite ^/forums/topic/(.*)$ /forums/topic.php?q=$1 last;
rewrite ^/forums/forum/(.*)$ /forums/forum.php?q=$1 last;
rewrite ^/forums/profile/(.*)$ /forums/profile.php?q=$1 last;
rewrite ^/forums/view/(.*)$ /forums/view.php?q=$1 last;
rewrite ^/forums/tags/(.*)$ /forums/tags.php?q=$1 last;
rewrite ^/forums/rss/(.*)$ /forums/rss.php?q=$1 last;
rewrite ^/forums/bb-admin/ /forums/bb-admin/index.php last;
rewrite ^/forums/ /forums/index.php last;
break;
}
}
Here’s a full write up here:
http://dev.honewatson.com/bbpress-wordress-mu-integration-nginx-pretty-urls-rewrites/
I am trying to integrate bbPress with WordPress. I installed it on my local test environment first, in order to work out any kinks. bbPress is in the same database as WordPress. The installation went fine, it seemed, and I ended up with a basic version of bbPress — left-aligned black font on a plain white background. Is this what I am supposed to see?
However, when I tried to point it to WordPress, using “require_once(‘http://localhost:8888/wordpress/wp-blog-header.php’);” in the config.php file, I only got a blank screen. Any idea what I’m doing wrong?
I sort of fumble my way through all this web design stuff, so there is a good chance the answer is painfully easy, but I can’t seem to find it. Thanks.
Topic: Comment Quicktag aggravation
Topic: Unable to delete post
Hello, I use “Role Manager” plugin with worpress, which is very useful.
I thought that bbpress will work with it, but instead it’s using his own roles.
The problem is that I would like to use my custom-role in wordpress in bbpress too.
I installed the plugin “private forums” for bbpress, and it’s a shame I can’t use my wordpress roles to make forums privates… ?
Any idea ?
Automattic (wordpress.com) just “acquired” Gravatar
http://blog.gravatar.com/2007/10/18/automattic-gravatar/
Looks like we could have a reliable auto-avatar system for bbPress now? Any existing avatar plugin could ask the member if they want to “import” their gravatar.
I think gravatars can only be 80×80 max and not animated so the existing avatar plugin is still far superior.
Topic: Installation won’t launch.
Hey everyone,
I need to pick your brains. I have uploaded bbPress in a folder called “forums” within “wp02” (WordPress folder). I am using the same MySQL username and database info that WordPress uses since I want to integrate it. However, I’ve gone over config.php and I can’t seem to find an error. Can anyone offer assistance? Thanks.
I’m going crazy trying to get this to work.
I tried
http://wordpress.org/extend/plugins/comment-quicktags/
AND
http://www.40annibuttati.it/comment-quicktags-for-bbpress/
that.
STILL no quicktags. I activate them, de-activate them, re-upload them. Everything I can think of I do.
Help!