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!
For a page you write, you can choose the type of layout you want given that your theme offers that. However, bbPress runs on a page created on the fly, three is no page called “forums” unless you create one and then use shortcodes to bring up the forum.
Every theme has a CSS file which can be edited within WordPress. Go to Appearance/Editor and your theme CSS should load. I edited my theme’s CSS and added the code I gave in my previous post.
Is there a way to enable a BuddyPress group to have multiple forums? Right now it is a one-to-one connection, but I need multiple forums. FYI:
– I saw the subgroups plugin, but that wouldn’t work for me.
– I also read the subforum discussion, where the ;last word from about 5 months ago was “Multiple forums per BuddyPress Group is started in bbPress, but likely won’t be finished for several months.”
– I also read the subforum discussion here, but that’s not ideal either.
– I also the “Multiple main forums on one site” topic here and I suspect the answer might eb the same that was given there, but wanted to make sure.
Sorry for bumping an old thread but I’ve been messing with this for hours and ripping my hair out. I just installed WordPress and I’m using the Arras theme. I also just installed bbPress and I’m trying to follow this tutorial (I don’t have forum “page templates” available) but I don’t seem to have this “/bbpress/bbp-themes/bbp-twentyten” folder anywhere? What could I be doing wrong?
Well seeing how bbPress is just a custom post type, you could add probably add any rate plugin of wordpress, though it would need some modifying to show up correctly.
There’s no such function in bbPress at the moment, nor do I know of any plugins that can do this. You could write a small javascript snippet to paste it in a preview border.
If you can’t even see what WordPress your running, it is a clear example that other stuff is running in the background.
Try disabling all plugins and using one of the standard WordPress theme.
The above mentioned plugin is not just added by Page.ly, a lot of other WordPress providers add custom plugins.
Not necessarily, the bbpress threaded replies plugin breaks down the pagination taking into account the “parent” replies. Here are the plugin options:
Enable threaded replies N levels deep
Break replies into pages with N top level replies per page and the first/last page displayed by default
Replies should be displayed with the older/newer replies at the top of the page