Search Results for 'bbpress'
-
Search Results
-
Topic: Private Messenger Plugin
1) Do you know if it is now safe to install the Private Messenger Pluin onto bbPress. I know there were some serious security problems some months ago – do you know if these have been solved?
2) Also does anyone know of a plugin for Comment Length limiting that I can use on a bbPress forum e.g. limit a posters text to say 1,000 characters per post.
Topic: Change of URL causes problem
Hi,
I have installed bbpress in /mydomain.com/bbpress
I have mapped a subdomain http://forum.mydomain.com to /mydomain.com/bbpress – everything works fine – just that the URL shows http://mydomain.com/bbpress
Now, I go to bbpress settings and change the URL to http://forum.mydomain.com – the forum and posts stop working. Gives http error 500. Admin pages work properly.
What could be the problem?
Kanchan
Topic: only one forum – please help
Hi Everyone
bbPress is great. I love it and I appreciate every bit of effort put into it.
I am setting a new site which has only one, single forum in it.
My goal is to have the main/home page show the same view as if I would select a specific forum from a multiple-forums website (stickies on top, marked in color….)
My first idea was to replace front-page.php with forum.php (copy & rename), and add the following code:
<?php $forum_id=”1″; ?> right after <?php bb_get_header(); ?>.
This does create the appearance of a single forum, but in a different presentation. for example, sticky topics are sorted with all other topics by date, and are not forced to the first lines in the topics table.
I would really really really appreciate any help or directions I can get.
Thanks a lot !
Moshe.
BBPress is a bit new for me so sorry if this question sounds stupid.
I installed BBPress along with WordPress. After the BBPress installation setup a connection between those two. No problems till here. I also installed wordpress-bbpress-syncronization which also works fine. I noticed that only new posts on WordPress are copied to BBPress. So I wonder; Is there a way to copy all wordpress posts to BBPress and then start syncing from there?
Not sure if this question should go to the Installation forum or Troubleshooting. I actually posted this question last night to the forum, and this morning it has disappeared. So trying again…
I have spent all weekend installing bbPress and modifying the kakumei template to integrate with my site. It all looked great in Firefox and Safari, but when I view the site in Internet Explorer 8, I cannot reach any pages besides front page, and only then if I browse to http://fakeplasticfish.com/discuss/index.php. Simply browsing to http://fakeplasticfish.com/discuss/ in Internet Explorer brings up a 404 Error, as do all the other forum pages.
Here are details of my install:
WordPress 2.8.4 installed at the root: http://fakeplasticfish.com
bbPress 1.0.2 installed at http://fakeplasticfish.com/install/
bbPress is installed into the same database as WordPress on a GoDaddy Linux server.
I have added this code to my bb-config file as instructed:
/** Integrate with WordPress */
require_once(‘/home/content/b/e/t/bethfish/html/wp-blog-header.php’);
This is because I want my WordPress plugin menu bar to appear in bbPress as well as other WordPress functions.
I thought perhaps the issue had to do with pretty permalinks, as I read some entries in this forum on that issue, so I actually switched back to the original ugly permalinks, cleared the browser cache and restarted IE. IE will still not open any of the bbPress pages besides index.php and returns a 404 error from the server (not my WordPress 404 page.)
I have two .htaccess files, one in the root folder created by WordPress and one in /discuss/ created by bbPress. I tried deleting that file after switching back to ugly permalinks, and now there is a new one there.
I am a novice. I don’t understand the information in the .htaccess file, but I am happy to copy the information from both files over here if that would help.
I just really don’t understand why the bbPress pages work fine in Firefox and Safari and not in IE.
Hi
I have tried integrate wordpress into bbPress according to the documentation, in my localhost, and im getting this error.
Fatal error: Call to undefined function bloginfo() in C:wampwwwgm_wordpresswp-contentthemesdefaultfooter.php on line 12Do i have to call every file in wordpress with “require_once”… Or is there any other solution ?
I ll be great if you guys can help me out..

Thanx