I just started using bbpress for the first time.
i created one category and a post under it. i also made 2 posts without putting under any category.
on the forum main page only the category i created is visible.
where are the posts i created without assigning category? how can i see them?
and later can i assign them a category? how?
uncategorized posts not appearing
Published on August 30th, 2018 by ketancoCustom Forum
Published on August 30th, 2018 by cindyyHi! I made a couple of forums(child) to a certain forum(parent). Basically, the parent forum has a list of forums(child) to be displayed. I save this to a single-forum.php file. What I want is when I click the child(forum) it will direct me to a page that has the list of replies to the forum. What filename should I make to achieve this?
User is unable to create topics from frontend
Published on August 29th, 2018 by shreetareHello There,
User can’t create a topic from the frontend. Assigned roles to users are Administrator, keymaster, the subscriber. When a user tried to create a topic on submit button it gives ‘403 forbidden‘ error message.
Please help.
Show Topic from beginning in “Recent Topics Widget”
Published on August 29th, 2018 by timopsionlineDear Users of BuddyPress,
Do you guys know any possibility to change the appearance of the buddypress widget “recent activities” from showing a new/recent topic when the second message is posted to showing a message when the first message is posted/ the topic/forum is created.
Thanks for help!
Regards,
Timo
RC6 download missing
Published on August 29th, 2018 by scmsteveHi!
Looking to test out RC6 on a site, both to see the improved features but also to help test the conversion/etc and be sure the release is a success.
However, the RC6 download on the downloads page results in a 404.
This is the bad link: downloads.wordpress.org/plugin/bbpress.2.6-rc-6.zip
THanks,
Steve
insert/ edit image (links) not working
Published on August 28th, 2018 by timmoserAhoy,
I am using
bbPress 2.5.14-6684
BuddyPress 3.1.0
bbp style pack 3.9.6
WordPress 4.9.8
running Bento (Child) theme
on this page bomb.bio/forum
I am having a problem with the insert/edit image button (in the text version the img button) not working. Image links added this way do not display.
Posting the same link without the tag automaticaly added when using this button works fine as long as they are in a new line.
Does anyone have any idea how I can get this to work? Even removing the misleading button or changing the button functionality so it wont add the tag which seems to make the link not work would be better than the current situation.
I can’t code. I am only able to copy paste and to some degree alter code that i am given. I do have a working child theme if that helps.
Thank you very much!!!
Tim
404 error on forum reply rss feed
Published on August 27th, 2018 by duroe5698I am getting a 404 error on all of my forum reply RSS feeds like this one: https://appletoolbox.com/forums/reply/reply-to-ipod-setting/feed/ and I am not sure why.
My normal topic RSS feeds work just fine: https://appletoolbox.com/forums/topic/ipod-setting/feed/
Is there any way to fix these 404 errors OR is there a way to disable RSS feeds for the replies and/or bbpress as a whole?
Thank you in advance for any guidance!
Missing activation key when registering
Published on August 27th, 2018 by neelhtakyHi there,
When users try to register, they get an email that requests them to follow a link to activate their account. The page it links them to asks for an activation key.
At no point in the email does it provide an activation key code (just a link).
How can I fix this problem so that users are able to register?
How to escape html?
Published on August 26th, 2018 by eigodeasoboHi bbpress
I want to escape html in topic and reply output, but I want to Embede media.
REPLACED this code which you can find inside[bbpress/templates/default/bbpress/content-single-topic-lead.php] file, opening via the editor.
<?php bbp_topic_content(); ?>
WITH THIS CODE
<?php
global $wp_embed;
$inputTxt = bbp_get_topic_content();
$escTxt = esc_html( $inputTxt );
echo '<div class="test">'.$wp_embed->run_shortcode( '' . $escTxt . '' ).'</div>';
?>
But I can not it.
How do I write it?
Registration checkbox addition?
Published on August 25th, 2018 by james4477I have been looking through he forums, google and others but most answers I have found are for old outdated plugins, broken links and so on unless I have missed anything.
Having installed bbpress I’m looking for a working solution to simply add an “accept terms and conditions” checkbox to the bbpress registration page.