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?
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
i found this plugin which pretty much has it, no styling though.
https://wordpress.org/plugins/bbpress-info-widgets/
but bbpress.org uses
forum shortcode to list the forums.
regular bbpress topic tags widget
they are just links , you can put the menu widget there, create a new menu and put your feed links there, they will be exactly like the links what bbpress.org uses just replace the domain name with yours
custom development for the forum info.
i think this is per-forum moderation that will be added to bbPress core in the future.
@alice-kaye
i know that finding the id in the page source is a little easier since your using CSS.
but i also like to point out that you can use this plugn for finding the ID in the backend of WordPress for the forums/topics/replies sections to show the post types ID.
its pretty useful.
https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/
as for the CSS you could be missing a few periods.
.bbpress .single-forum .postid-20 #fixed-background { background: url('http://www.heartwoodgaming.com/wp-content/uploads/2015/02/ffxiv-background.jpg') !important; }
you are using the newest version of bbPress right??
you didnt try to use a “bbpress standalone theme” and try to install that right??
because i see the layout on the forums are tabled when the newest version of bbPress uses lists.
@numumar
are you using an old version of bbPress or are you importing from an old version of bbPress??
because from what i can tell you dont need a bb.config.php file on the new version of bbPress to work with the newest version of BuddyPress they work flawlessly no problem, well since bbPress became a plugin for WordPress now.
you also might want to go to https://buddypress.org/support/ for help setting up BuddyPress
@seo45
if your theme author did not copy all of the bbpress templates to your child theme (use a child theme if you didnt) you can go into the plugin and copy the loop-single-reply.php file into your bbpress folder.
if your theme is highly customized and copying the file from the bbpress templates to your child theme is causing issues, contact your theme author for help as your theme might be highly customized.
this link might help explain better how to copy the templates you need into your bbpress folder, but since you have customized templates from your theme already try not to overwrite them.
https://codex.bbpress.org/theme-compatibility/
i see it on the right..i think.
is it a userpro widget or does it do this automatically??
if its just a userpro widget , and you want to remove the sidebar from all bbPress forum areas create a bbpress.php from page.php or single.php and remove all the content you dont need especially the get_sidebar php code.
heres some help on creating a bbpress.php
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
if userpro does it automatically contact the plugin author.
if you need any help creating a bbpress.php file and removing the unnecessary code you wouldnt need , reply back and possibly paste your page.php file first.