Hello
I was trying to edit the topic color in the bbpress.css but I was unable to do so. I need help in this.
The link is:- http://baaplog.hol.es/forums/forum/baap-bando-ka-ghar/
I want to do the color of XYZ topic to white.
My wordpress version is 4.1.1
My bbpress version is 2.5.5
Thanks
I am trying to set up a bbpress forum with users registering through the bbpress tweak widget. Works except – how do I ASSIGN a password to users instead of their being assigned a random one? My audience is a retirement center where people are less than computer savvy.
Akismet , bbPress is integrated with Akismet
Hey, I’m kinda lost between wordpress.org and bbpress.org, how those things work ?
What about our dashbord on the wordpress backoffice ?
Thanks
After upgrading to 2.5.5 of BBPress, I get a 404 error on the forums. The main page of the forums can be found, but the forums themselves cannot be found.
When I go from the admin panel and click “View forum”, this is also throws the 404 error.
there is no shortcode for recent replies
you could try this??
https://wordpress.org/plugins/amr-shortcode-any-widget/
you could follow this tutorial to create a recent replies shortcode , i tried it and i didnt get the results i wanted before
http://www.daggerhart.com/bbpress-recent-replies-shortcode/
other things you could do is use get template part, then make a shortcode for a template
https://codex.wordpress.org/Function_Reference/get_template_part
you could do some custom query in a new template , put a custom sidebar in the template and place the widget there.
then if you want follow this tutorial to use get_template with a shortcode
kovshenin.com/2013/get_template_part-within-shortcodes/
Oh, I suppose I should add here, for others, it was the bbPress Threaded Replies plugin. I would love to threaded replies, but that plugin was absolutely not working.
follow this guide here is part 1
Step by step guide to setting up a bbPress forum – Part 1
part 2 is linked toward the very bottom
but you can create a blank page and have it use the same forum archive slug as you set in settings>forums.
for example create a page called Forums , the end slug should be the default /forums and it should lead you to your forum archive.
an alternative is to use the forum archive shortcode
[bbp-forum-index]
@danajoy2008
i see you said earlier you deactivated a few plugins
Try deactivating all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
other than that work backwards and see what you couldve done to cause this issue.
I’ve installed BBpress, now trying to figure it out. First off, I want to make changes to the appearance.
It appears to install in wp-content/plugins/bbpress – which makes sense. AS to a URL, it seems to be located at mysite.com/forums, but there is no such page in my WP page listings.
Can someone give me a source to go to to understand how to customize this? Please take note than I am essentially HTML illiterate. I need a cut and paste approach to making changes.
Thank you all in advance,
George
Ok, it looks like the problem is partly in our theme, but there is a change in 2.5.5 not mentioned in the changelog that is triggering the issue. It seems to be related to this:
https://bbpress.trac.wordpress.org/ticket/2607
We have a check on WP_Query->is_search that is returning true in the topic and reply loops when I believe it should be returning false. The resolution of the above ticket was supposed to fix this same issue…
Hi guys
I have bbpress installed and my main forum page has a rev slider on it and the shortcode to pull in the forum underneath.
However I want the header (or just the option for any image) to be output on the single forum pages.
Anyone know how?
You can see here with the header:
http://79.170.44.148/semsnet.co.uk/forum/
Bland/no image:
http://79.170.44.148/semsnet.co.uk/forums/forum/policy-voice/
Thanks
Mat
Hello,
What is the shortcode to display the recent replies in a page instead of a widget ? I want the appearance of the recent replies to be just like in a widget (that means a simple LIST), so none of the shortcodes here (http://codex.bbpress.org/shortcodes/) corresponds to my request.
Thank you for your help.
hello
I have the same problem, no email sent to the forum follower … can you help me?
wordpress 4.1.1 and 2.5.5 bbPress
http://www.croisiere-tour-du-monde.info
regards
Hervé
Hello! Using bbpress repair tool somehow made it work. Tho a week ago it didnt, i like these kind of problems^^
no one can tell us the solution
I dont want to fix but I want to remove it from database than I will reinstall
I remove the plugin and the forums are there 🙂
I go to database table and there is nothing about bbpress
Thats very strange
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
Is there a hover text plugin for bbpress? I’m look for something that will let you create a custom list of words or acronyms that when ever someone puts them in their posts, when you hover over them it’ll show you the definition. I found one that’ll work in the wordpress posts, but it doesn’t work in the forums.
Tom,
I’ve the same problem which has stopped by porting over from phpbb to bbpress.
The freshness url is always correct per forum but the short-text is always wrong…
Cheers
M.
Just starting with bbpress and only created one topic- but it has disappeared.
I am using bbPress 2.5.5, which is the newest version, I believe.
I’m positive that I didn’t use a bbpress standalone theme. If it’s relevant, I’m using The Thinker Lite as the theme.
As I said above, I was able to see replies without a problem one day, and the next they were gone. I’ve wracked my brain to think of anything I might have done to inspire the change, but I can’t.
I have a problem where all the bbpress related caps have been removed from the roles and I can’t add them. I can add and remove other capabilities but not the ones related to bbpress, regardless of the role.
(I’m using User Role Editor Pro)
And to find that file you need access to your server.
In your wp-content yhere is a folder called plugins, in there there is a folder called BBpress.
In the bbpress folder is a folder called templates, and in there a folder called default.
In that Default folder is another folder called bbpress, and that is the template folder where you can find the loop-single-reply that you can copy to your child’s bbpress folder
Go to \wp-content\plugins\bbpress\includes\common folder and open template.php file and go to line: 2319 and put the condition as bellow
if($r[‘current_text’] == ‘Forums’){
$crumbs[] = $r[‘current_before’] . ‘/put your text here./’ . $r[‘current_after’];
}else{
$crumbs[] = $r[‘current_before’] . $r[‘current_text’] . $r[‘current_after’];
}
try above code it’s work for me
Hello,
Using the new topic shortcode, is there a way to get the forums of the current user? or is there a way for me to edit this snippet `<p>
<label for=”bbp_forum_id”><?php _e( ‘Book:’, ‘bbpress’ ); ?></label><br />
<?php
bbp_dropdown( array(
‘show_none’ => __( ‘(Select One)’, ‘bbpress’ ),
‘selected’ => bbp_get_form_topic_forum()
) );
?>
</p>
` to reflect forums from the current user?