Hello,
if i use enfold with bbpress 2.5. i receive an error during using the widget.php:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
somebody has an idea what could be wrong?
Thanks
Guido
thank you for getting back to me so quickly, I did an uninstall and fresh install of bbpress, I made a new forum and a new topic, and I am still getting the same error. Here are the links:
http://www.aquariumcarebasics.com/
http://www.aquariumcarebasics.com/forum/ (forum index page, using shortcode)
http://www.aquariumcarebasics.com/discussion/bamboo-shrimp-care/ (forum page)
http://www.aquariumcarebasics.com/topic/best-temperature-bamoo-shrimp/ (topic page, with error)
Warning: Illegal offset type in isset or empty in /home/postpr7/public_html/aquariumcarebasics.com/wp-includes/post.php on line 1060
Please let me know what you think!
May I suggest gathering these comments on the following post : https://bbpress.org/forums/topic/edit-topic-reply-changes-post-order/
Maybe we’ll get some more traction if we are all in one place.
Best,
C.
For those of you who are also having this problem, please let us know on the following post so we can concentrate efforts in one place : https://bbpress.org/forums/topic/edit-topic-reply-changes-post-order/.
Thanks,
C.
Hello,
I’ve been having similar issues but not with the admin account.
Have you set your BBPress user role to “KeyMaster” ? You may have a limited BBPress role even though you are an admin. Apparently there is no relation between the two, so you might want to check that out.
Best,
C.
Tried testing on your forum, but your forums disappeared while I was looking around.
Can you try reinstalling bbPress? I can’t see any reason why get_post_type_object() would fail in any bbPress context.
I am new to bbpress and I keep getting the following error in the Topic page of my forum:
Warning: Illegal offset type in isset or empty in /home/postpr7/public_html/aquariumcarebasics.com/wp-includes/post.php on line 1060
Not sure what to do.
Any ideas?
I am running WP 3.7.1 and bbpress 2.5
Please let me know
Thanks!
http://www.aquariumcarebasics.com
How can I change the format for all dates through the entire forum into j F Y in stead of the format used by bbPress?
Which files do I have to change?
Sorry FreeWpress
I do not understand what you want to ask?
bbpress 2.5
wordpress 3.7.1
buddypress 1.8.1
I am also having the same problem, is there a fix for this? If not, what can I do to setup page redirection for bbPress Participant users?
Thanks!
Unfortunately, the visual editor is still not working properly in version 2.5. You can enable it as described here but then you only get a very spartan version of tinymce that doesn’t even support media uploads. You can enable the media uploads button with $args[‘media_buttons’] = true; but then uploads don’t work with SSL.
Is there any chance that bbpress will support a modern editor in the near future? The claim that “The HTML editor works extremely well” is not true. Any CMS that is supposed to be used not only by developers has to support a visual editor nowadays. What bbpress needs is a visual editor that works extremely well. Then you can remove this old fashioned HTML editor.
Hi all,
I really want to use bbpress but I’m at the end of my rope, I’m not very good at any of this, and I’ve tried several different methods of getting it to display correctly, but I have a ‘pinterest’ style theme, and every time I create a forum page and try to view it, all my topics/forums are collapsed down and pressed up against my left sidebar.
I might try Vanilla and see if that displays better? You can see what I am talking about at http://ne1up.com/live
Thank you very much for any help.
Hopefully this will be setup for you soon:
i want use wordpress and bbpress forum in…
Hi Stephen ( @netweb ), I spent my whole sunday afternoon setting up two test sites where in one of them (http://kooksjournal.net/forums/) I have bbpress 2.5 and in the other one (http://kooksjournal.com/forums/) I have bbpress 2.3.2 installed. I created two users for bothsites.
“guest” user is a subscriber, “test” user is the admin. they both have the same password “welcome”
if you login as “guest” user and visit this forum: http://kooksjournal.net/forums/forum/science-technology/welcome-to-the-science-technology-forum/
you will see that the css is broken, but if you login as admin “test” you will see that the page displays normally.
if you do the same for this forum: http://kooksjournal.com/forums/forum/science-technology/welcome-to-the-science-technology-forum/
you will see that there is no css problem for both “guest” and the “test” user. I hope this helps.
Hello, after importing from a phpBB forum where I had custom BBCodes I have the problem that they are not changed in actual html.
I would like to know how can I implement such custom bbcodes in my bbpress installation.
I did some tries making a custom plugin with something like this inside (this is just an example):
function bb_table_replace( $text ) {
$text = preg_replace('/\[tabella\](.*?)\[\/tabella\]/ie', "<table>$1</table>", $text);
return $text;
}
add_filter('bbp_get_reply_content', 'bb_table_replace');
But I had no luck. It seems however to find my regexp pattern but its replace is wrong, it’s made after the matched pattern (adding to it, instead of replacing).
Any help?
Just tried to install 2.5 on WP 3.7.1 and can’t get it to consistently appear. I know it’s something related to permissions, just can’t fix it.
If I attempt to apply Administrator permissions to my account, the BBPress menu on top and on the left will suddenly appear. As long as my permissions in the db are set t a:1:{s:13:”administrator”;b:1;} the menu shows up.
The moment I attempt to click on anything such as Add Forum (which attempts /wp-admin/post-new.php?post_type=forum), I notice BBPress changes my permissions to a:2:{s:13:”administrator”;b:1;s:13:”bbp_keymaster”;b:1;} and the menu options vanish. If these are the top-level permissions, why is it removing menu options and telling me everything is invalid? Is this even compatible with 3.7.1?
I disable the toolbar for users – it always looks like an add-on and clashes with the theme style
I use a sidebar, and put the login widget on it.
I then customise the login widget as per item 3 of
Layout and functionality – Examples you can use
Yes use buddypress and bbPress together.
For how to do this see this excellent video
http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
crzyhrse – I am in the process of trying to improve the documentation – I started using wordpress & bbPress earlier this year and am still learning. This is community software, and community documentation, so I am trying to do my bit by helping the documentation side, and by spending time on the forum helping others where I can. The step by step guides I am writing are designed to fit the bill of “cohesive simple directions”, but if they are failing or you haven’t found them, then they are not working as planned. Let me know and I’ll try to improve layout and/or content, but I need good feedback to do this.
The text change suggested by renai42 works (with a small change) if done to the bbpress.css.
Can I ask you to look at
Step by step guide to setting up a bbPress forum – part 2
and the styling crib
bbPress Styling Crib
I’ve just tested and added Renai’s css so look there for what to use.
If you can improve wording or content to help others – please let me know what could be better phrased.
If it doesn’t work, come back with what you did, and I’ll see if I can help further
Hey guys,
Can I ask, are you comfortable with changing font sizes on a WordPress website? Regardless of bbPress.
If so then it’s exactly the same. If you wanted to you could even create a section inside your main themes style sheet for bbPress specific styles.
Good luck!
Hi,
In posts, my theme only has page-navigation at the bottom.
I added it also at the top of posts, no problem
The issue is that now there is also a (sort of) page-navigation at the top of every page in the bbpress plugin part, which I don’t want of course.
How do I exclude the added code from showing on the bbpress pages (the whole plugin pages for that matter)
Thanks, Ron
WP: 3.7.1
bbPress: 2.5
Nevermind, solved it:
SOLVED:
Had to put it inbetween:
<?php if ( is_singular('post') ) : ?>
<?php endif; ?>
bbPress can do all the above.
See
Codex
for a step by step guide.
Can bbpress be configured to require registration before posting?
Yes, and you may want to set a manual registration if you want to vet who joins. The documentation explains.
Are there additional plugins?
Yes, lots of them that’ll let you add stuff to the forum and customise it for you
OK, I have been at this off and on for days, trying to find how to merely, easily, simply change font sizes in bbpress…
I tried as best I could to do as directed here by Jared… It doesn’t work…
I concur with renai, the attitude of many moderator responses with brief, vague, inexplicable, information lacking answers, and the seeming total lack of any easily findable cohesive simple directions to do much of anything…
Come on- How much more basic and normal can it be, to want to change font sizes…??
Both of these new discussion forum implementations have great new ideas that can be incorporated into bbPress. And they both have integration plugins for wordpress users:
https://moot.it/
https://moot.it/docs/wordpress.html
http://www.discourse.org/
https://github.com/discourse/wp-discourse
Some of the features are already implemented in BP and bbPress, like the notifications mention feature (@name). Many others would be great to implement (like, “remember your place” which stores where you read up to in the thread so when you return you don’t have to remember or scroll to it).
Anyway, just wanted to open up the topic as I don’t think it has been discussed at all previously.
Can i create a web page with bbpress that let people create a profile and sell their room or stuff via the webpage. I want to create same web page as technology “AIRBNB or Wimdu” infact, is it possible with bbpress? I am ready to pay also money.
Is there plugins?
Thank you for your information,
Regards,