Hello, i want to use 2 bbpress at 1 ftp.
1 works fine at root folder.
But second don’t work (even can’t install it).
I think, problem is with htaccess and nice bbpress urls.
How can i fix that?
my root htaccess:
# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ / [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ / [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [L]
</IfModule>
# END bbPress
I am starting a new site which I am wanting to use this with the wordpress. I would like to have it set up very simular to what you have here. How do I do that?
Do I first get the wordpress as the main part of the site and than use this for the forums? and how do I get them to interrogated with each other
Hi guys,
Got a bit of a problem. Installed bbpress integrated it into wordpress got all the bits right so it uses my wordpress database and wordpress logins etc and thats all fine and dandy but none of my pages load.
I can only get to my bb-admin pages but only by going to the direct section say “appearance” I get a page 404 error when I go to http://www.londonmuscle.com/blog/forum/ or http://www.londonmuscle.com/blog/forum/bb-admin/
I havent actually done anything but follow the bb press install instructions so wondered why its not working.
Anyone able to help, Really need to get it sorted asap as this is quite a big part of our business.
Regards,
Chris
… something very similar to the way wordpress works now.
Does such a function/plugin exist for bbpress?
If so, I can’t find it. If you know of one, please point it out to me.
I want that someone can register throngh a same email address.
Is there any way to pull new posts from wordpress blog and have them show up in bbPress as a thread with full text? Using RSS would be the best way to do this of course, but will it take some sort of hack or plugin?
I took a look at this plugin but it doesn’t have this functionality: https://bbpress.org/plugins/topic/wordpress-latest-post/
Hallo everybody,
It’s still in development but I am ready with the layout and it works very well.
http://www.jeansbox.nl/forum/
The site has been made without deep integration. I have just used the tutorial of _CK_
https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
What do you think about it?
The final pulldown asks you to pick the user. I selected Admin (myself) and hit complete install. The error I got was that it couldn’t work with that user. I don’t remember the exact phrase as I was a little ticked off that the proposed solution was the delete it all and start over. Is there some sort of access the forum needs? I am using Apache and by default on my server everything is set to user access unless I specifically go in and grant write access to group. If there is a certain file/folder that BB Press needs Apache access to outside of its own please let me know. Also, if the problem is something else please let me know that as well. I will try this install exactly one more time. Thanks, Chad-
Hello everyone, we’ve started a forum about a week ago and decided to use a template to skin the board. After a good couple of hours, we managed to match the forums colors and feel to our main website. I’m not really well-versed with CSS or PHP but i’m familiar enough to experiment, tinker and achieve the results I usually want. And besides, i’m learning as I go!
But there’s one thing that’s sort of baffling me. I’m trying to add our “logo” image in the header, right where the normal forum name text would appear. Usually, that’s just as simple as going to the header itself and replacing the PHP code used to get the name of the forum with an IMG html tag with width, height, etc.. However, the image won’t appear at all! We’ve double checked the directory, made sure it was pointed to the right place, checked the chmod settings on the image and everything should be fine, but the image still doesn’t appear. The result is in the screen cap below:
http://marknine.com/image/ioforums.jpg
Is there something specific i’m supposed to be looking for? In the CSS file or the header.php file itself?
header.php
<div class="header-wrapper">
<div class="header pagewidth">
<!-- TITLE -->
<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>
<?php if ( bb_get_option('description') ) : ?><h2><?php bb_option('description'); ?></h2><?php endif; ?>
<!-- END TITLE -->
</div>
</div>
CSS
/* header & nav */
div.header-wrapper {
background:#222 url('images/header.png') repeat-x scroll left top;
}
div.header {
border-top:10px solid #E05900;
padding:40px 0 40px 10px;
margin:0 auto;
}
I was getting errors with the Support Forum plugin when a post was sticky or closed.
The issue was with the sprintf statements in support-forum.php lines 652 and 675.
Basically each placeholder for the sprintf statement was written wrong. Was:
$1%s … $2%s … $3%s … $3%s … $4%s
Should be:
%1$s … %2$s … %3$s … %3$s … %4$s