Search Results for 'bbpress'
-
Search Results
-
Topic: bbpress development
Good night …
How is everyone ..
Why not develop the extension to be an integrated forum system
More advanced forums and sections system
A system of powers and observers
Membership and group system
The system of titles and ranks for memberships
Search engine compatibility system
Friend links
Many things need to be developed in addition
I hope to see it in the next releasesTopic: Forum Topics
Goodday,
We are currently building our platform with the theme Vikinger and is including bbPress.
We have created more than 60 forum topics but only 50 topics will show up on the page.
The last one on the page is “paralympic sports” and the last one we created is “Yoga”.
You can find the topic when you search this in the search bar, but we want all topics to show up on the page.Topic: editing registeration form
Hello
I found bbpress registration is used by “form-user-register.php”
I added extra field code (
<div class=”bbp-email”>
<label for=”user_email”><?php esc_html_e( ‘Email’, ‘bbpress’ ); ?>: </label>
<input type=”text” name=”이메일” value=”<?php bbp_sanitize_val( ‘user_password’ ); ?>” size=”20″ id=”user_password” maxlength=”100″ autocomplete=”off” />
</div>)
to edit the registeration form but it didnt work
what is the problem do you think?Topic: Forum Display
Hello, I have successfully installed BBpress and have it displayed on a forums page. I would like to have 2 different forums pages, one for investors and one for developers. I have created several forums, however, I would like to display certain ones on one page and certain forums on another. How do I accomplish this? Do I have to have have all forums display on the same page?
Wordpress = 5.8.1
BBpress = 2.6.6Site = http://www.cryptobeya.com
Topic: bbPress does not work
After I Install and activate bbPress nothing shows up in my admin area sidebar (Forum, Topics, Replies do not appear). When I create a new page and paste there a shortcode for displaying the whole forum index, the page shows an error. I don’t know what went wrong, I tested on my localhost and it worked fine.
I also tried to delete the plugin and install it again.I suppose this isn’t WordPress or BBPress specific, but trying to figure out if there is a WordPress way of doing this.
I am using BBPress, and on some page, such as
https://somesite.com/lesson/some-lesson/, I have a block with a link to a discussion topic. That link is of form<a href="javascript:void(0);" data-target="#myModal" data-href="somesite.com/forums/topic/required-discussion-1/" data-toggle="modal" class="openPopup"><h3 class="topictype-title">required discussion 1</h3></a>The modal popup is handled in bootstrap via
<div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">Class Discussion</h4> </div> <div class="modal-body"></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div>And with jQuery
$('body').on('click', '[data-toggle="modal"]', function(){ $($(this).data("target")+' .modal-body').load($(this).data("href")); });What happens now, is after hitting submit, the modal goes away, and the forum topic page with the submitted reply is loaded: url
https://somesite.com/forums/topic/required-discussion-1/#post-25847The thing is, after user submits from the modal, I want either
**1) the refresh (so, going to
https://somesite.com/forums/topic/required-discussion-1/#post-25847) to happen in the modal, or****2) for the modal to simply close and user is returned to exactly as they were prior to modal popping up, that is, to
https://somesite.com/lesson/some-lesson/**Ideas on how to ideally achieve these two behaviors? I have never worked with modals before, so curious what are some best practices here to get the desired behavior.
Thanks!
Hello,
I am using bbpress forum, and having problem with the forum. If I open a forum thread and want to go back to main forum, there is no option to go back to main forum. And breadcrumb does not display on the forum. I have attached snapshot too.

Hi,
WP 5.7.3 Admiral. Latest version of bbpress.
https://www.seignalet-plus.com/forums/forum/surviving-the-scamdemic/I have a no right click plug in on my site. How can I exclude it from the forum? I want people to be able to post links (apart from spammers of course 😉 ) and be able to embed videos.
I’ve looked at all the no right click plug ins and none seem to have that capability.
Thanks in advance for your help.