Can anyone help with correct code? I want complete user click edit profile will direct 100% go to custom page like normal without any issue
Issue 1:
First load edit page complete, after that 2 second, reload custom page
add_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘<meta http-equiv=”Refresh” content=”0;url=http://example.com” />’;
}
Issue 2:
No work
add_filter( ‘bbp_pre_get_user_profile_url’, function() {
return get_bloginfo(‘example.com’).’/profile’;
});
Issue 3:
Still load edit profile link without load custom like. But given blank page, no error no warning, just empty link page
add_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘‘;
}
==============
Also change the default url for favorites and subscriptions by doing this:
How can i correct it?
// Replace the default link for the favorites
add_filter( ‘bbp_get_favorites_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-favorites’;
});
// Replace the default link for subscriptions
add_filter( ‘bbp_get_subscriptions_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-subscriptions’;
});
=============
Thanks
Hi,
I’ve installed bbpress and it works great. However, there is an issue I couldn’t figure it how to to solve yet.
I other forum bundles such as phpBB, we can create different sections (which is called categories there) which is different sections with their own farms. (pls look at this: https://www.phpbb.com/customise/db/style/prosilver/demo/3.1). As it is obvious in the link. it consists these sections: Forum, Normal category 1, Normal category 2 and …). However, i don’t know how to make it possible in bbpress.
My second question is about how to change bbpress theme?
Thanks in advance for your reply.
WordPress 4.7 bbPress 2.5.12. Need to globally turn off email notifications – they are triggering spam and shutting down other needed WordPress member notifications.
Is there a way to let them subscribe and keep notifications in the forum? I can’t find any solutions or plugins to at least turn the email sending on and off while I even figure out a solution.
Thanks!
Hi Installation went ok. When pressing the Forum button things looks ok and the way i want it.
But when choosing/pressing a specific forum the wordpress the primary widget and secondary widget area appears(left and right around the forum) so forum space shrinks in the middle 🙂
you could have a look at http://skunck.dyndns.org
Did create a new page with
with Template options Full width, no sidebar.
Permalinks is still on Plain in my website… Please help !
After switching site hosting from DReamhost shared servers to Dreampress my bbpress login is not working properly. You can fill out the username and password and after entering it just resets as if you never did anything. No errors.
my site is tyndale.edu
Under Current Students is Student Lounge and that is the main place we need this to work. Any thoughts?
Thanks,
Richard
I’ve created a sub forum, but the sub forum appears at the same level in the
display on my forums page. Should it appear (indented) after the parent forum? If yes, how do I accomplish this? Thank you!
Hello, I’m not sure if I found a bug or it is a feature. I’m using WordPress website as a forum. I have three private groups where each have access for different forums. Under one category I have four forums – one group has access to three forums and other to the last one. When someone will put a post to one of the forums, person from group which is not permitted to see the post, can see in freshness column, that someone has wrote something (still he is not able to see the post but in fact he can see the action). Two screenshots for picture the issue:
http://screenshot.sh/oBMycidMR5T2U
http://screenshot.sh/m9itlEWm5RUbW
On pictures I’m logged into account which don’t have permissions to view the forum, to which post has been added. I’ll be grateful for any hint how to solve this issue.
WordPress version – 4.7.1
bbPress version – 2.5.12
bbP private group version – 3.2.10
Regards
namruf15
Hello,
How can i customize subscriptions email ?
Default email is not realy pretty !
Thanks
Hello,
I am having some issues getting the replies in visual tab to work. 🙁
The visual tab works perfectly for posting a topic or a reply to a topic, but when users try to reply to an existing reply on a topic the visual tab text field is not writable. The HTML tab still works though in this circumstance.
Any advice or help is greatly appreciated!
Hello,
I would like to know if it would be possible to have WordPress and BBPress using the same tags?
I thank you in advance
Kind regards