I would sure support this. I’m a newbie to WP and would like to use bbPress, but have a lot of old hypercard forum posts I’ve reduced to a Filemaker database. I have about 7 named forums, have authors and their post in date order. None need to be linked as replies. There’s tremendously valuable information on family histories in this archive that I’d dearly like to remain available for those interested. If I could get these posts to a forum, that would be extremely helpful.
Hello!
We’re using bbpress and buddypress getting similar errors…
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). […] in /XXX/XXX/public_html/wp-includes/functions.php on line 3012
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). […] in /XXX/XXX/public_html/wp-includes/functions.php on line 3012
Can you help us?
I can’t find this solution anywere… 🙁
I am modifying a site to enable this simple snippet of code to the bbPress login Widget. Once a user is logged in, I would like to check the user’s role (WordPress Role: admin, editor, author) and allow only those three access to the site’s dashboard by simply displaying the link there. I do not know how to translate the bbPress roles to the WordPress roles.
Any insight would be most appreciated.
Thank you in advance.
Hi all,
here is a problem that one of my members ran into whilst testing out the different tags available in the text editor. As he was unfamiliar with html tags he didn’t realise that a list tag would need to be nested within a ul/ol. Anyway, the problem occurs whenever someone posts a reply which contains an unnested list item (<li>list item</li>). Once the post is published the list tag is rendered underneath the unordered list class=”forums bbp-replies”. This causes styling issues for anything being displayed underneath the post.
I thought this may of just been my forum, but i briefly tested it on this forum and it also causes styling issues.
You can find a screenshot comparison of how my forum looks normally and how it looks with the tag breaking the style.
Comparison screenshot
The image doesn’t show the severity of the issue, but you can see how a simple tag that any user can post can effect styles which are outside of the text editor.
I tried searching but couldn’t find anyone else reporting a similar issue. Has anyone else run into this before? are the bbpress developers aware?
Thanks God..
Wishing something like this for years. Done search, but it was 6 years ago solution and not relevant anymore.
I even try myself but yet it’s too hard for me.
Owning a big forum of 8K user, 14K topics, 400K posts. SMF wasn’t suit me anymore since I used WordPress (my mainpage is wordpress, forum SMF). I’m intend to do something like WordPress + BBpress + Buddypress 😀
Im looking forward for this. 🙂
Go to bbpress.css and find:
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
border: 1px solid #CCCCCC;
}
Hi, I’ve just set up a new website to creat a private forum for a small group. I’m using at as a stand alone site, separate from my WordPress blog. I installed bbPress via Softaculous, and the version it’s given me is 1.2.
My main concern is that there’s NO option to set forums as visible to members only, as shown in the documentation. I really need that.
Will upgrading to a newer version fix that? I’m not sure how to manage the upgrade.
Sorry to sound like a complete moron!
I’m using the plugin bbPress Topics for Posts to be able to display all comments on a forum as well. I want anonymous users to be able to post comments on all my WordPress posts, but want them to register in order to reply to (other) forums.
Would this be possible? Any other solution? Thanks!
Apparantly it’s an issue with user capabilities.
I just started using bbpress myself, but this might help you: https://wordpress.org/support/topic/cheatin-uh-3?replies=5
thanks Stephen Edgar
what is my next step? transating bbpress ? its already been translated by Hamed norhani .
tnx for help .
best regards .
I can’t find edit link form my old and newest post in bbpress.org support forum.. it appear only “REPLY” but not edit…
I have find function in includes/replies/template.php
bbp_reply_admin_links()
bbp_reply_edit_link()
in bbp_reply_edit_link have this:
// User cannot edit or it is past the lock time
if ( empty( $reply ) || !current_user_can( ‘edit_reply’, $reply->ID ) || bbp_past_edit_lock( $reply->post_date_gmt ) ) {
return;
What is this?
This is most important to have EDIT link.. Users if not have to edit our post, add a new identical post below.. it is a problem…
THIS POST HAS BEEN EDIT AT 09.58 ROME TIME WITH NO EDIT BUTTON PRESENT IN POST
Great work on the plugin. It works perfectly.
I was wondering if I wanted to remove the Tag line “You’re using bbPress 2.4. on the “Right Now in Forums” admin dashboard, where to find the file and line to adjust?
i have updated to 2.4,I find a problem for search.
when the wordpress Permalink Settings use Numeric like(http://localhost/test/archives/123),
use the bbPress forum search form, It will not result always.
Hi nykess, fix is ready, you must to edit a simple file to add a patch.. and it show again date and user…
Please help out with a temporary fix for the widget problem. This was a big thing to overlook!
Edit your bbpress css and find: bbp-template-notice add on css:
display:none;
I am using bbPress Version 2.4 and whenever I try to create a new forum I get a message saying ‘ “cheatin huh”. I’ve been bbPress for a year or so and this was happening with the previous version 2.3 of bbPress too. Does anyone have idea how I can fix this?
Thanks for all your hard work guys!
@netweb
Hi Ive just updated and checked, when using buddypress and bbpress as group forums all pages still have the same titles from main groups, group, forum, to topic ect.
Is it possible to request a fix for this in the next update ?
There is no need to create multiple topics on the same subject, closing this one.
Users complained lack of preview, how to fix?
bbPress is showing this when you are in a topic:
Mydomain.com > Topic Title
When you are suppose to see this:
Mydomain.com > Forums > ForumnName > Topic Title
What has gone wrong?
I have no skills with writing javascripts or any scripts. Is this possible to buy somewhere, some custom work on bbPress to make live preview?
GD bbPress Attachments works, thanks!