Search Results for 'bbpress'
-
Search Results
-
Can someone please advise what my .htaccess should me?
I have a blog – http://PetLvr.com/blog/ – and this is the .htaccess
‘php_value upload_max_filesize 2M
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
‘
I have installed the bbPress at – http://PetLvr.com/blog/forum/
Everytime I try to post or even see the welcome 1st post, it redirects to the /blog/ front page.
What needs to be done?
Thanks!
HART
Hello,
I need a little help, if possible. I am trying to integrate a WordPress blog with BBpress. I have placed BBpress in a subdirectory of WordPress and followed the instructions for sharing cookies. But still, when I go back and forth, I have to continually re-log in to each site.
When I look at my cookies, they are definitely not the same. For the blog I get this (and one other similar one)
wordpressuser_b458245343e06b7fa7cd00d37af29401
For the BBpress, I get this (and one other similar one).
wordpressuser_4e7fbe834162925f74c6c2e053468ef6
Any ideas as to what I could have possibly done wrong?
Thanks,
Kay
Topic: Using the add_role function
I want to create a new user role on my forum, as a basis for fiddling with the private forums plugin. Essentially I want to be able to give some users on my forum a specific role (in addition to ‘member’) that will allow them to access specific forums without giving them mod/admin powers. I’ll need more than one new role (it’s for a Guild Wars alliance forum, and each guild needs to have its own private section).
I’m fairly confident as to how to modify the private forums plugin to enable what I want – all I need to know is how to create the new user roles to enable this.
I’ve managed to establish that add_role is the bbPress function I want, but (knowing absolutely no php) I have no idea how to use it. Can anyone help me out? Thanks
I have BB en WP sharing the same database, but loggin in/out is only possible through WP…
The configuration is as follows:
WordPress address: http://www.some-directory
Blog address: http://www.some-directory/blog
BBPress is installed in:
http://www.some-directory/discussions
Of course, $bb->wp_siteurl and $bb->wp_home are set correctly.
Stange thins is, that when I use a trailing slash after the $bb->wp_siteurl address, I can logout once via BB, but the logout only affects BB and not WP. Furthermore, logging in again is still impossible from within BB.
Might it be, that I need to set some cookie paths?
Thanks,
robert.