It could be a plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
you can also see if your theme is causing the issue but its probably more of a plugin issue..
Themes
If plugins donโt pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
@projectprince
try this first
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins donโt pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
if the issue is only happening when only avada is the current theme then contact avada for help putting it back.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins donโt pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
if switching the theme does fix the issue , and its not a plugin issue then contact your theme author for help.
Haha, that certainly would make things easier on everyone (myself included). The biggest issue here is that, without an account you cannot see the forums due to the way my site’s permission system is set up. So if you need to see code, let me know and I’ll give you the test account login information. ๐
Forum Setup:
Final Fantasy XIV (FFXIV Background)
– General Discussion
– The Forge
– The Golden Quill
– Journals
– Ultima EX
All of the sub forums currently have the FFXIV handcoded into the CSS section so their backgrounds are also FFXIV. However, whenever a post is made in any of these forums, my base site background is the one showing. If possible, it would be great if any forum posts made in any of these specific forums had the correct corresponding background.
The same goes with my Guild Wars 2 section which has a Guild Wars 2-based background.
The thing is, I’m not sure if this is at all possible.
Hoping that I’ve explained that well. ๐
Hi there,
I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
This is the website:
Home test
Any help is appreciated
Thanks
cool!! i will test it out on my test server and give ya some feedback later
i also see your plugin was mentioned here too
WPWeekly Episode 182 โ John James Jacoby Talks BuddyPress, bbPress, and GlotPress
Hello. Since few people asked for it (I think there was even thread here few months ago), I’m trying to make my plugin (https://wordpress.org/plugins/simple-rating/) compatible with bbPress. As far as I understand, bbPress got own filters for content and that’s exactly where I got stuck. I can’t find list of filters. I found bbp_get_reply_content and bbp_get_topic_content but they exhibit kind of weird behavior. bbp_get_topic_content does exactly nothing, and bbp_get_reply_content filters content of first post, which is actually topic and I’m pretty sure should be filtered by bbp_get_topic_content.
Screenshot
So questions are:
– Is there a list of filters?
– If no, what are filters I should use to filter content of topic, reply and forum?
– What is this problem I described above?
bbPress version is latest stable available.
ok, this could be lots of things, and part of what you mention is buddypress not bbpress.
so start with
Step by step guide to setting up a bbPress forum – Part 1
and if you aren’t seeing forums/topics and replies in the back end then
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
new to WP and BBPRESS (latest versions)
I like threaded replys a few levels deep
When viewed on mobile the user image and left margin on reply distance pushes the text way to the right – offscreen after just a few threads
1 – can I have less less distance (left to right) between threaded replies?
2 – can I remove the user image to get more space for text?
WP and BBpress = latest
Just getting started….
I would like to edit the css for the user entries – so that I can reposition the user image/ remove the user image etc….
also control the width of the user entries
I don’t know where the css is located
I do know a bit about creating a child first… but still a wordpress newbie
any ideas?
Hi @robin-w,
I just realized that you responded to this. I’m not sure how I missed this!
I just tried to give this a go (man sometimes this stuff isn’t easy to find) and it’s so far not doing what I want. I’ll admit CSS is not always my friend.
The code I’m using is below:
.forum bbpress single single-forum postid-20 #fixed-background { background: url('http://www.heartwoodgaming.com/wp-content/uploads/2015/02/ffxiv-background.jpg'); }
I was hoping that would be how I needed to set it up, but I’m starting to think, not…
Could you take a look at that and let me know where I might have gone wrong? Let me know if you need access to my site to see my bbPress, I have a test account set up for situations such as this! ๐
Thanks in advance!
Morning all.
Most likely an obvious error my end but when i visit certain parts of the forum it does not show properly. For example if you view http://www.recipebrag.com/forums/forum/recipebrag-com/ it will show but if you then go to http://www.recipebrag.com/forums/ it looks like a blog post.
Where am I going wrong?
TIA
Stephen
ps using the latest wordpress bbpress etc
I’m still seeing this behavior in the latest bbpress. Tried the new “Recalculate the position of each reply” and all old posts that were edited in the WP Control Panel are “stuck” at the bottom.
Wordpress 4.1.1
bbpress 2.5.4
if it still doesn’t work, come back and when I get a moment I’ll try it in my test site
I hope the theme authors read this.
In the meantime either add it manually and keep a note
or add this to your functions file
//This function changes the text wherever it is quoted
function change_translate_text( $translated_text ) {
if ( $translated_text == 'old text' ) {
$translated_text = 'new text';
}
return $translated_text;
}
add_filter( 'gettext', 'change_translate_text', 20 );
just put the old and new words to change ‘old test’ and ‘new text’
Functions files and child themes – explained !
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hello,
I need to translate this line into my language:
“ERROR: Your topic needs a title.”
I have the latest bbpress installed, but the .POT file is missing this line. Can you help?
Thanks
hmmm… something is changing that
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hello,
i am using the latest WP version + a theme. In addition i installed bbpress. So far its working fine, but i have a problem with the widgets.
The Basic Setting is, that the widgets are left hand side.
Please Checke: http://die-analysten.com/forums/
If i enter a Subforum the widget changes from left to right and keeps left, until i leave the subforum.
Please check: http://die-analysten.com/forums/forum/forex-devisen-handeln/
Can anyone help me?
Pierre
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Hi,
I’m running the latest bbPress (2.5.4) and using Gravity Forms and the Custom Post Types addon to automatically create a bbPress reply when somebody submits a form. This is mostly working – the reply post is created in WordPress, I’m setting the _bbp_reply_to, _bbp_forum_id and _bbp_topic_id meta fields and it looks like it should in the backend.
However it doesn’t appear as a reply under the topic when you view the forums.
If I edit the newly-created reply in the WordPress admin backend (just hitting Update without making any changes) it does then appear.
I presume there’s some additional step required to update the forums metadata or relationships? I’ve tried using the “repair forum” tools after creating the reply, and calling bbp_update_reply from a hook on form submission, but neither seem to make the reply appear. The only thing which does is clicking “Update” in the backend.
Any pointers would be very much appreciated! It feels like I’m 90% there but am missing some vital “refresh” step at the end.
Using the Hueman theme with latest bbpress and wordpress. The forums page has the correct sidebar, but when I click on a topic, a another, different sidebar appears.
Unfortunately, deactivating all plugins did not help. I did not test a default theme.
If I create a child theme and install the bbpress codes, will I still potentially have a problems with this, or will this no longer be an issue then?
This is a new current installation of WordPress, Buddypress and bbPress
I’ve created two forums. one group forum and one non-group forum. Both show up on the forum index at *.com/forums/
The non-group test forum works fine. Clicking on the index test forum link goes to *.com/forums/forum/test-forum/ the topic link goes to *.com/forums/topic/test-topic/
The group forum isn’t working. Clicking on the index group forum link just returns to *.com/forums/
However when I mouseover the link it shows *.com/groups/accessible-woodworking/forum/
I can go directly to the topic in the group forum at *.com/groups/accessible-woodworking/forum/topic/accessible-woodworking-test-topic/
I’m thinking it has something to do with the setting for the Group Forum root, but I don’t know how to change it.
Any and all suggestions welcome. Thank you in advance.
Hey @robin-w,
Along the same vein as this, I just signed up one of my friends as a user to test privileges and make sure it’s all working as it should be. When I signed him up, he was not automatically assigned a forum role. Is that due to the changes I’ve made or is this normal?
I want to make sure that I didn’t make a mistake somewhere in all of this. I’d like the base user role to be “Apprentice” so that when they sign up on the site, they have the lowest role.
If this is something that has to be set for each user, that isn’t a problem, again, I just want to make sure I didn’t muck it up.
Thanks! ๐
Edit: I see that there is an option, of course, in the Settings ยป Forum, it was set to Advisor (since the others didn’t exist earlier). But it didn’t set him as Advisor. It just set him to None for forum role.
2nd Edit: (Firstly, I know that I’m nuts, I just keep thinking of other things). I installed a plugin called BuddyPress Registration and I’m wondering since that locks down the entire BuddyPress/bbPress system until users are approved, if maybe that’s why it’s set to none initially, so that they have zero access to the forums. -ponders-