Hello, leveltgp
We are translating at Greek bbPress
You are welcome to post here and at WordPress Greece for any problem
Τα λέμε
Hi there,
I am using WP with PaidMembershipPro and the PMPro bbPress plugins.
Everything is brand new this month. The site is here:
http://www.solonacademy.com for reference, but the forums are private behind PMPro registration.
I have created 2 private forums, no problem. I can access those forum pages, and when I do the individual page for each forum shows the following pathway:
Home › Forums › [name of private forum]
In that pathway the “Forums” page has an active link that I click on, taking me to a nice page that lists all forums. The url for that page is:
http://solonacademy.com/forums/
Unfortunately when I go to my pages tab, or when I go to the menus tab under appearance, I can find no trace of this “Forums” page. In the menu tab under “Forums” it lists the specific forums, but does not list the master page that lists all forums. I can put individual forms into my nav bar menu, but not the root page listing all forums. I want to put this page into my main nav menu, and I also want to modify the page to add text.
Why does the page not show up? It clearly exists. I am on it right now.
Can anyone help?
In some cases, it might be because the subscription emails are now being sent with all subscribers bbc’ed in rather than individually from a created no-reply address. The reason for the change is that posting new replies or topics was taking too long as it cycled through sending those emails. However, for some people (myself included), that wasn’t an issue.
You can go back to the previous way as outlined here (as I mentioned, I have similar code in a plugin) but it should work if you put it in a file called bbp-functions.php in your bbpress theme.
Actually, you might — after doing all the things you would do before you install a new plugin — try going back to the previous way with this: MJJ bbP 2.5.3 Subs. It does what it says on the tin, just uses the old functions from bbPress 2.5.3 to send subscription mails. Again, it might slow down new replies or topics. It doesn’t for me but just keep an eye on it.
WPML Support they neglect the issues.
I think, having WordPress installed “by default” the WPML plugin, bbPress should take this into account and find a solution. Do not you believe it appropriate?
Replying to myself, it seems to work now if you enable
1) Upload files
2) Unfiltered HTML
for the forum user
I guess it comes with risks but it has the benefits of direct Media upload to the bbPress forum
Hi all
Adding this function seems to work
Add Media Upload Button to bbPress
What I need now is to fine tune the user capabilities so that not only administrators but normal users can upload media direct to the form post
I am using the Capability Manager Enhanced plugin
https://wordpress.org/plugins/capability-manager-enhanced
when I fine tune the forum user to add the ability to Upload files, the user can add existing media to the post but not upload new media.
So close…. any ideas?
Can anyone tell me where to find the file in bbpress/buddypress that displays group forums topics loop.
When I make a change to loop-forums-single.php for the main forum it also changes the template for the group forums. I can not locate the section that gets the template. After I find the action I will create a new php file for the groups so the templates are seperated
We are evaluating bbPress and I was hoping to get some help on validating if WordPress and bbPress can achieve what we are looking for. We are looking to have the following functionality:
1. One WordPress instillation that links to several bbPress forums. So when a user registers at the main WordPress website, they have instant access to all bbPress installations on our other websites via multisite.
2. I wanted to make sure when we add new bbPress forums, all of the main websites resisted users have instant access to the new forum.
3. We would also like any user that signs up for a class to have access to a special locked section of the related bbPress forum. I am not sure if bbPress has a locking or restricted section option.
4. I noticed it recognized my WordPress.org login information, but my Forum Topics Started from that site do not show up in my profile. Is this a limitation or something that may be available in the future?
5. I see the last release was June 6, 2014. IS bbPress rarely updated?
Any assistance or suggestions would be greatly appreciated.
here i explain how to put a link to a page using the new topic form shortcode.
bbpress.org/forums/topic/new-topic-button-at-top-of-topic-and-topic-creation-on-separate-page/
here i explain the drop-link way, and a bunch of other things that are pretty cool
bbpress.org/forums/topic/how-to-make-similar-bbpress-forum-to-quicsprout-one/#post-149112
see if its a plugin or theme 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.
see if its a plugin or theme 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.
also clear cache, and lastly you could reinstall bbPress
no idea if this is even a bbpress issue really??
but see if its a plugin or theme 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.
you could download bbPress on your computer from the WordPress repository and open the bbpress.css file in a text editor like notepad++ to see what the original file looks like.
i dont think the normal WordPress reset password redirects either. (bbPress is built off of WordPress)
so i think its normal??
you could add this to your functions.php in your child to redirect to your homepage after a reset password though.
function wpse_lost_password_redirect() {
wp_redirect( home_url() );
exit;
}
add_action('password_reset', 'wpse_lost_password_redirect');
or try this for a custom page
function wpse_lost_password_redirect() {
wp_redirect( 'http://yoursite.com/allowed-password-recovery/' );
exit;
}
add_action('password_reset', 'wpse_lost_password_redirect');
Hello,
I am working with a couple of very broken bbPress forums. Rather than trying to fix them my client is willing to start over again IF I can find a way to export the Topics and Replies into a human readable PDF document.
Apparently they have managed to do this in the past but I have NO way of knowing how. Cannot find a solution. I hope someone can help me.
Thank you.
Hey guys! I need your help,
actually, im bulding a web site with bbforum in my partage-dexpertise section
(http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/)
My breadCrumb work fine for all my website so I desactivate BBPress default breadCrumb.
Now when I go to my forum I got this link(http://localhost/bibliotheque/sujet/test/)
so my breadCrumb is(Services de bibliotheque>Sujets>test).
But I want something like this (http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/sujet/test/).
breadCrumb(Services de bibliotheque>Pour les bibliothèques gouvernementales>Partage d’expertise>Sujets>test)
My question is: Can I change my topic(sujet for me) parent page or something like that.
Thanks a lot fred
you can use the bbpress views, and put the views widget in your sidebar
see if this works , put this function into your functions.php
function rkk_register_custom_views() {
bbp_register_view( 'desc', __( 'Z-A' ), array('orderby'=> 'title', 'order' => 'DESC'), false );
bbp_register_view( 'asc', __( 'A-Z' ), array('orderby'=> 'title', 'order' => 'ASC'), false );
bbp_register_view( 'date-asc', __( 'Date ASC' ), array('orderby'=> 'date', 'order' => 'ASC'), false );
bbp_register_view( 'date-desc', __( 'Date DESC' ), array('orderby'=> 'date', 'order' => 'DESC'), false );
}
add_action( 'bbp_register_views', 'rkk_register_custom_views' );
thats the right file , as long as you copied the file to a bbpress folder in your child theme it should work.
here is an example of the code of the label renamed and without :
<div class="bbp-username">
<label for="user_login"><?php _e( 'Name', 'bbpress' ); ?> </label>
<input type="text" name="log" value="<?php bbp_sanitize_val( 'user_login', 'text' ); ?>" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
</div>
could also be a cache issue maybe clearing the cache on your site should fix it
see if its a plugin or theme 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.
is this a bbPress issue??
are you talking about breadcrumbs??
if so see if your theme author can help bring those back because bbPress displays this by default in a unmodified theme.
check and see if creating a bbpress.php file could fix this
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
if not see if its a plugin issue
Deactivate all but bbpress and see if this solves the issue. if not , re-enable one at a time to see which is causing the issue
it should work well on a self hosted site. (WordPress.org)
for better integration its recommended that you create a bbpress.php though.
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
i dont know for sure why you posted a link to your wordpress.com site though??
unless you are doing a blog on a wordpress.com site and a forum using bbPress and WordPress(self hosted) site??
you should use the same theme for both if you are doing that
wordpress.org/themes/book-lite
Somehow I missed, or made an error, but I do not see a navigation bar on top off my bbpress forum.
Only “search” so when I enter a forum, or topic, or place a new topic, the user has no idea where he is.
http://www.atbmarum.nl/forums