“I guess I will go with one of these: https://codex.wordpress.org/Plugins/Forums”
Where’s the beef?
I put require_once(‘/home/domain/public_html/gypsylablue/wp-blog-header.php’);
in bbpress’ config, but it isn’t displaying wordpress’ header in bbpress. Is there anything elso one should do?
“I was able to modify the source coding for bbPress to display within a page of WordPress”
How did you do that??
I installed bbPress into my WP directory such that its index.php lives here: http://stlrevolution.com/teamrev/forums/
The admin tool seems to work fine. I am able to create topics and whatnot, see users, and all that. BUT, when I click on a topic, I receive file not found message.
For example, I went to add a new test topic:
http://stlrevolution.com/teamrev/forums/?new=1
And when I clicked [Send Post], instead of seeing the post or some other page displayed, I received an error for this url:
http://stlrevolution.com/teamrev/forums/topic/3?replies=1#post-3
When I look in the forums folder, there is no “topic” folder, so I’m wondering what exactly I messed up during installation. Please advise. Thank you.
Hey All,
I’ve been away for a while…I got an assignment so I had to put my site on hold. But, I’m back.
I’m only writing today because I really wanted to thank a few people for their help. I would never have gotten as far as I have with my forums if not for them.
So…fel64, livibetter and, especially Chrishajer, thank you all for your help. Since starting this whole WP and bbPress venture, I’ve constantly been surprised and impressed with just how generous people in this community are with their time and their knowledge.
Thanks again…I’m sure I’ll be hitting you up again soon.
Can we get an explanation on what this is about
and where exactly bbPress is being taken? (ie. backPress)
Since it sounds like you’re heavily modifying your install, I suppose you don’t have a problem modifying core files. It makes upgrading to a new version of bbPress more difficult, but you’ve already started down that road.
How about just changing bb-includes/template-functions.php and modifying what the bb_feed_head function returns (i.e. make it return no rss links at all.) I don’t know if that takes care of everything or not. Maybe it just kills autodiscovery of feeds. But I think in that file is where you would make the changes you want to disable RSS altogether.
There are rss links in the template files as well, so you should remove those too, so they don’t appear. I think a combination of removing the links from the template and the rss links from the <head> would take care of it.
Also, I imagine there is a way with a plugin to remove the rss feed links, to avoid modifying core files. I just don’t know how to do that (add a plugin to remove links in the <head>.)
I am looking for a generalized way to stop all feeds from BBPress.
Is there a core file I can delete? I deleted register.php to prevent any user registrations (and removed any links to it). Where is the ‘beating heart’ of the RSS so I can rip that out too?
Note – I was using the private categories plugin which did this nicely but I have migrated to Amember and am coding the security right into the theme.
Not possible or at least not easy to do (I don’t think I’ve seen any one do it.) See here:
https://bbpress.org/forums/topic/unable-to-log-in-in-iframes?replies=9#post-11051
What version bbPress did you install? I don’t see a line 294 in my bb-settings.php.
But, the solution is going to be the same as before. I can’t help you with the actual change since I can’t actually find the line you’re talking about.
And woop, backpress.
https://trac.bbpress.org/changeset/1076
backPress: BOOM! this will break *everything*
Things be happnin’.
I managed to install bbpress, and its all working well, getting the data from the wpbase. but what i wis to do is to integrate bbpress as a part of my wp site, it should load in the main content frame. is this possible?
ex: http://www.indexhibit.org/forum/
here the skeleton of the cms remains after going to the forum.
help is much appreciated
using bbpress .8.3 I can view my main page (http://www.healthstatus.com/health_blog/forums), I can view a latest discussion by clicking on it, but when I click on a forum, I get the message:
Fatal error: Call to undefined function bb_get_header() in /…../forums/forum.php on line 1
Second, when I try and add a forum (from the admin screen) it just flashes at me but doesn’t add the new forum.
The bug you have run into is fixed in the latest trunk release, or you can see this thread and this post specifically about the change to make:
PHP Error Messages
It’s been discussed before as well:
https://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173
https://bbpress.org/forums/topic/installation-problem-cannot-modify-header-information
It’s just a php warning, and your server is configured to show warnings, so you see it. It does point to a problem with the code, but even with the warning, everything still works fine.
I’ve installed the bbpress forum, but I received this error:
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/etichettando.com/subdomains/forum/httpdocs/bb-settings.php on line 169
You can see here: http://forum.etichettando.com/
May you help me, please?
Hi
I’m trying to make a new theme for bbPress but i’ve run into a problem. If a user is not logged in, and viewing a topic, he is being told:
Reply
You must log in to post.
The problem i have is that i do wish to have this text shown, but i want to customize it to fit with my theme. And this text is not to be found in the theme files. My guess is that bbPress adds the text from the core files.
Is there a way to add some code to the theme files, without modifying the core files, so that this can be shown the way i would like it to be shown?
The bbpress mail funcion is just something I can’t really understand. When I tried to use it with my favorite notification plugin I got some problems, so I decided to hardcode the mail-function into my plugin.
mail( $userdata->user_email, bb_get_option('name') . ':' . __('Notification'),
sprintf( $message, $topic->topic_title, get_user_name($bb_current_user->ID), get_topic_link($topic_id) ),
'From: ' . bb_get_option('admin_email') );
I just kept it simple there. Did someone of you try to hardcode the mailing into the registration function? Would be interesting to see if it works then?!
Not sure who reads the WP feeds, so here’s an interesting snippet:
Mullenweg says he’ll use the new cash to fund more projects, including a new forums product. Called TalkPress, he said it will be “smaller, lighter, with fewer features but a richer customization API.”
In other words, it will work a lot like WordPress, which is a basic framework upon which users add the features they really need. Mullenweg some time ago created a forum program, BBPress, and the TalkPress service will be built on that.
“I spend a lot of time on forums, and they drive me crazy,” he said. “They haven’t changed in 10 years.”
http://blogs.chron.com/techblog/archives/2008/01/the_importance_of_being_matt.html
@starnet – The best way is to have it in an auto-load WPMU plugin, which means stick it in a file called “no-404s.php” or something in wp-content/mu-plugins/.
I am trying to think if there is a work around // using what works .. I.E wordpress. Since the passwords would be the same for both.. Maybe there is an angle I can take there.. Sign them up in wordpress and dump the new users into bbpress to edit profile/ or add the additional bbpress profile fieldsto wordpress profile edit.. Just thinking out loud..
Good question. I’m inclined to say it’s hotmail right off the bat, since they make it through to gmail, but maybe it’s something that bbPress does with the email that hotmail finds objectionable.
Who does the email arrive from, at gmail (and the first time at hotmail for that matter), and if the mail were rejected, where would the bounced message go? In my installation, emails appear to come from bbpress@domain.com – but that email doesn’t exist, so any mail that fails to get delivered is just gone forever. If your email comes from a real email address, is that address getting rejection emails from hotmail?
I get the first:
“If you wanted to reset your password, you may do so by visiting the following address:
http://appleswitcher.com/wp/forum/bb-reset-password.php?key=4d8981628df36c3
If you don’t want to reset your password, just ignore this email. Thanks!”
Click that link which takes me to my page:
“Password Reset
Your password has been reset and a new one has been mailed to you.”
But the email never gets to my account, not even in Junk. Gmail *does not have this problem.* I just checked. It’s just Hotmail. Don’t know if it’s “them” or bbPress.
I have tried all different ways of entering email addresses. I am baffled. The only thing I can think is the following:
bbpress resides in folder one up from Word press. I am wondering if there is a file permission issue for that folder. But again the odd thing is.. the favorites notification works just fine and it is in the same plugin folder as the plugin Sam had me upload. I do not know. I hope Sam may have more ideas.
None of this makes sense. It has to be a BBpress email php coding issue.. But why is it so different from wordpress and the bpress plugin “favorites notification” that work fine.
We are setting up bbpress to work with WP and a Perl program we developed in house. We have most of it working, except the forum always returns No Entries found and their isn’t a link to add a post, edit a post or anything, and in WP you can’t make comments. (other than that it is perfect). We would also like to make an attempt to login from either bbpress or WP get routed over to our system login page which uses our Perl program. please contact me at gwhite [at] healthstatus . com
One thing I always thought was interesting was that mail appears to be sent from bbpress@yourdomain.com, whether or not that is a valid email. So, if you responded to your password email or something, it would be sent to that bbpress@ address, which might be invalid, so it would bounce.
I wonder if bbpress@yourdomain.com has to be set up as a valid email account on the server, so if the SMTP server says “let me make sure this is one of my users before I sent out email for him” it will work. Since you wouldn’t normally have a bbpress@yourdomain.com address already set up, maybe some MTAs don’t like it and give up on the mail altogether.
Why wouldn’t the email just be sent from the admin email address since we’re asked to enter it in config.php anyway?
Any thoughts?