Search Results for 'bbpress'
-
AuthorSearch Results
-
July 21, 2014 at 11:56 am #185348
In reply to: members pages not showing
danbp
Participanthi @rukiax
have you tried to activate another theme ? You’re actually using bp-default, and BP 2.x doesn’t use it by default.
You have probably missed a setting somewhere, because the profile link is blank:
http://daklub.tk/members/rukia/
When going to
http://daklub.tk/members/
wich normally shows the members directory, we go to the forum (accordingly your breadcrumb)
Home โบ Forums โบ MembersIn any case, you have to create a page called members, for internal purpose only. If this page doesn’t exist you can’t see memebers directory and profiles correctly.
I suggest you to deactivate BP & bbPress, than activate Twenty Fourteen, redo your BP settings and permalinks and finally reactivate bbPress and set it as site wide forum.
Forget bp-default, or if you absolutely want it, read here the chapter about legacybbP is now 2.5, but you can also read here:
https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/July 18, 2014 at 6:07 pm #185260In reply to: [Resolved] Disable Forums
@mercime
Participant@joshjackc Deactivate the bbPress forum plugin by going to admin menu Plugins > Installed and click on the “Deactivate” link. Messaging and Status/Actvitity Streams are BuddyPress components, not bbPress.
July 18, 2014 at 5:50 pm #185253In reply to: [Resolved] Disable Forums
@mercime
Participant@joshjackc Have you deactivated bbPress?
July 17, 2014 at 8:31 am #185199notpoppy
ParticipantI also have this problem running WordPress 3.9.1, BuddyPress 2.0.1 and BBPress 2.5.4. It’s only been the case since I moved over to BBPress for forums.
I’m happy to help anyone who’s trying to fix this apparent bug.
These other threads appear to be relevant:
https://buddypress.org/support/topic/private-group-topics-appearing-in-activity-stream-help/ (@kraigg)
https://buddypress.org/support/topic/bugs-between-bbpress-and-buddypress/ (@jboye, @johnjamesjacoby)July 13, 2014 at 5:04 pm #185053In reply to: [Resolved] Pages not formatting correctly,
@mercime
Participant@jarith Marking this topic as resolved.
As to removing the “Private” and “Protected” prefices, you could try adding bbPress forum conditional to your function or to the one Konstantin (first comment in that post) posted
e.g.if ( class_exists('bbPress') ) { if ( is_bbpress() ) { // do this } }Undoubtedly, you’ll get additional support at the bbPress forums ๐
July 13, 2014 at 9:31 am #185039In reply to: Moved: Reply To: BuddyPress 2.0.1
@mercime
Participant@payra123 I moved your post by creating a new topic. Please do not post in old threads which are months or years old.
downloaded buddypress 2.0.1 for using forum on my site
If you only need a forum, please download bbPress instead https://wordpress.org/plugins/bbpress/
You’ll find installation and usage information at https://codex.bbpress.org/after uploading i cant able to open my site and wordpress login php also showing blank
Please delete the BuddyPress folder from wp-content/plugins/ in your server.
July 6, 2014 at 9:55 pm #184843Stephen Edgar
ModeratorExcellent, I’m glad it’s fixed ๐
I’m not sure the exact cause of the issue either but I will dig around in our code and see what’s going on, one confirmed issue is the bbPress “Group Forums” repair tool so I’ll get that fixed and then take a closer look at group forum permalinks.
July 6, 2014 at 9:19 am #184837Stephen Edgar
ModeratorPresuming your forums are under the
f1parent in my previous post a couple of options to try:First potential solution:
With your group forum that is broken create a new bbPress eg
testunder thef1parent forum and then either via the front end or backend change that BuddyPress Group forum to point to the new ‘test’ forum you just created.What happens when you visit this group forum? Does it work as expected it should?
Now go back and change the group back to the correct bbPress forum, does this fix it?
Second solution if the first above does not work. Whilst BuddyPress is deactivated edit the bbPress forum permalink so that it matches the same URL structure as your BuddyPress Group that does work.
Does this fix it?
July 6, 2014 at 7:24 am #184832Stephen Edgar
ModeratorOk, we’re closer, looks like the correct bbPress forum ID is correctly associated with the BuddyPress Group ๐
It looks like the slug/permalink is broken ๐
Before looking at a fix, a clarification if I could
Here is my bbPress Forums Hierarchy Structure Layout
BuddyPress Forums Category (Top Level Category)
โ BuddyPress Public Group Forum (Forum)
โ BuddyPress Hidden Group Forum (Forum)
โ BuddyPress Private Group Forum (Forum)In bbPress Settings (Settings -> bbPress) (/wp-admin/options-general.php?page=bbpress)
“BuddyPress Integration” -> “Group Forums Parent” is set as “BuddyPress Forums Category”My bbPress settings for forum slugs are:
– Forum Root Slug ->forums
– Forum Prefix -> Check/Tick
– Single Forum Slugs -> Forum ->forumSo my URL’s are build with the “forum root slug” then the “forum single slug” then “BuddyPress Forums Category” and lastly the actual forum “BuddyPress Public Group Forum” which results in:
/forums/forum/buddypress-forums-category/buddypress-public-group-forum/Now onto your URL’s:
Yours with bbPress forum ID 127650
/forums/forum/forums-2/f1/correct-group-name/Yours with bbPress forum ID 127628
/forums/forum/forums-2/name-of-another-group/These infer the following:
forums-2
โ f1
โ โ correct-group-name
โ name of another groupWith your settings:
“BuddyPress Integration” -> “Group Forums Parent” is set as “forums-2”
– Forum Root Slug ->forums
– Forum Prefix -> Check/Tick
– Single Forum Slugs -> Forum ->forumAs long as the quote/code formatting displays as expected is this what your bbPress forums layout hierarchy looks like?
EDIT: Tweaked the formatting above and just trying to digest where the
forums-2comes from and why it is there, thef1no doubt is part of the incorrect forum slug that we can get to with the fix, I’ve got to go dig through some source code of bbPress & BuddyPress to workout where things are broken and how to fix it.July 6, 2014 at 6:51 am #184831notpoppy
ParticipantIt was clear enough! ๐
Do both show the correct/expected bbPress forum selected?
Yes, they do.
comparing my examples above do you see anything in your config that differs that matches up with your URL mismatch somewhere…
OK here’s what links I have for the forum where I have the problem with BuddyPress activated and deactivated. Note that it’s when BuddyPress is activated that the wrong group name appears on the ‘view’ link.
BuddyPress activated
Edit link: /wp-admin/post.php?post=127650&action=edit
View link: /groups/incorrect-group-name/forum/BuddyPress deactivated
Edit link: /wp-admin/post.php?post=127650&action=edit
View link: /forums/forum/forums-2/f1/correct-group-name/And here’s the same information for a forum which is working correctly:
BuddyPress activated
Edit link: /wp-admin/post.php?post=127628&action=edit
View link: /groups/name-of-another-group/forum/BuddyPress deactivated
Edit link: /wp-admin/post.php?post=127628&action=edit
View link: /forums/forum/forums-2/name-of-another-group/July 6, 2014 at 2:58 am #184830Stephen Edgar
ModeratorThere are two locations you can edit the bbPress Group forum associated with a BP Group:
Frontend:
http://example.com/groups/buddypress-public-group/admin/forum/
Navigate to the groups ‘home page’ -> Admin -> Forum
(Where ‘buddypress-public-group’ is the name of the group forum)Backend:
http://example.com/wp-admin/admin.php?page=bp-groups&gid=1&action=edit
Wp-Admin Dashboard -> Groups -> ‘BuddyPress Public Group’ -> Edit
(Where ‘gid=1’ is the group forum ID)Each of those screens should show both a checkbox and a dropdown menu showing the available bbPress Forums to associate with that particular BuddyPress Group.
Do both show the correct/expected bbPress forum selected?
(If you think any of the forum names in these dropdowns is ambiguous view the HTML source of the dropdown and each forum should also have avalue=form field and that will be the ID of the bbPress forum)However I do note that on the forums page although the โEditโ button shows the correct forums_id values for each forum, the โViewโ button shows an incorrect link for the problematic forum.
Hmmm… To continue using my same examples I have thus far, the bbPress Forum I am using has an ID of
25and it’s edit link ishttp://example.com/wp-admin/post.php?post=25&action=edit, it’s view link ishttp://example.com/groups/buddypress-public-group/forum/. Because BuddyPress is activated we add some redirection bits and pieces so we cannot directly modify the bbPress forum permalink whilst BuddyPress is activated.If you deactivate BuddyPress for a moment and check the view link of the same bbPress forum it should be similar to
http://example.com/forums/forum/buddypress-forums-category/buddypress-public-group-forum/where in my casebuddypress-forums-categoryis the bbPress parent forum category that all by BuddyPress group forums are located under andbuddypress-public-group-forumis the bbPress forum.So comparing my examples above do you see anything in your config that differs that matches up with your URL mismatch somewhere….
Clear as mud all of the above ๐
July 5, 2014 at 7:22 am #184816notpoppy
Participantif you look in the wp_groups_groupmeta table at your group ID 26 and that 127650 value does NOT match the bbPress forum ID you expect it should match.
OK having checked the forum IDs in BBPress the value for this group should be 127650. When I check that in
wp_groups_groupmetaI find the same value next to group 26, which is correct. I had a look through all theforum_idsinwp_groups_groupmetaand they all seem to be correct.Also did you try updating via the โGroup Forumsโ Edit Screen UI?
Sorry I don’t know what the โGroup Forumsโ Edit Screen UI is. In the WordPress admin pages I have menus for Groups (/wp-admin/admin.php?page=bp-groups), Forums (/wp-admin/edit.php?post_type=forum), Tools>Forums (/wp-admin/tools.php?page=bbp-repair) and Settings>Forums (/wp-admin/options-general.php?page=bbpress), but I can’t see anything for ‘Group Forums’.
However I do note that on the forums page although the ‘Edit’ button shows the correct forums_id values for each forum, the ‘View’ button shows an incorrect link for the problematic forum.
July 4, 2014 at 9:49 am #184801Stephen Edgar
ModeratorAlso did you try updating via the ‘Group Forums’ Edit Screen UI?
It should be correctly updating the bbPress Forum there for your BuddyPress Group, did it? did you try?
July 4, 2014 at 9:35 am #184800Stephen Edgar
ModeratorAs per your original post you are using bbPress v2.5.4, the
bb_forumstable are part of the legacy BuddyPress Group Forums/bbPress v1.x Forums.bbPress 2.x no longer uses these tables, all of bbPress 2.x forums, topics and replies are in the
wp_poststable as custom post types.If you look in the bbPress Forums panel and hover your mouse over or edit one of the forums you will see the post ID in the URL, you will find that (educated guessing here) that most of your forums have a six digit ID’s?
Each of those ID’s should correspond to the bbPress 2.x Forum attached to each BuddyPress Group Forum as you see in your
wp_groups_groupmetatable.So if you look in the
wp_groups_groupmetatable at your group ID26and that127650value does NOT match the bbPress forum ID you expect it should match.Grab the correct bbPress forum ID and write down the current ID if you need to revert, bakcup your database etc etc) then update that value and I think you should be sorted.
July 4, 2014 at 7:46 am #184796Stephen Edgar
ModeratorThinking about this further by updating the bbPress forum associated with the BuddyPress Group via the BuddyPress Groups edit should update the value in
wp_bp_groups_groupmetaas I outlined above.Before you try the MySQL direct approach above could you try editing the group and seeing if the the bbPress forum ID is updated correctly please.
Dashboard -> Groups -> Edit Group
Then, on the far right is a dropdown to select the bbPress forum associated with the BuddyPress group, if you change this does it update
forum_idinwp_bp_groups_groupmetawith the correct bbPress forum ID?July 4, 2014 at 6:07 am #184795Stephen Edgar
ModeratorIt looks like there is a bug in bbPress’ repair tool ๐
If you grab the bbPress forum ID e.g.
25Open up
wp_bp_groups_groupmetaYou should see something similar to this:
id group_id meta_key meta_value 1 1 total_member_count 2 2 1 last_activity 2014-06-26 00:37:33 3 1 invite_status members 4 2 total_member_count 1 5 2 last_activity 2013-11-03 10:35:12 6 2 invite_status members 7 3 total_member_count 1 8 3 last_activity 2013-11-03 10:37:53 9 3 invite_status members 10 1 forum_id a:1:{i:0;i:25;} 11 2 forum_id a:1:{i:0;i:27;} 12 3 forum_id a:1:{i:0;i:29;}So for group group ID
1the bbPress forum ID25is stored asa:1:{i:0;i:25;}(serialized array), thus change the25to the correct bbPress forum ID you need.I’ll go write up a fix for bbPress repair tools for the next release ๐
July 3, 2014 at 3:14 pm #184774In reply to: importing from Drupal 6
shanebp
ModeratorBuddyPress uses bbPress for forums.
So you want to import into bbPress.
Try asking bbpress support.June 30, 2014 at 2:33 am #184568In reply to: Register Page redirects to wp-admin page
Andrea Reed
Participant@mercime Interesting… I used this child theme and have continued with my own modifications.
What do you think? I hadn’t even considered Canvas not being compatible. I will send Woo a ticket.
What about Genesis?
Thanks!
Andrea
June 29, 2014 at 9:19 pm #184555In reply to: [Resolved] BuddyPress Friend Request not working
agilitylink
ParticipantSo, I changed themes to WPLMS and it is set up for Buddy Press and bbpress. I have the same problem. There aren’t any add friend buttons. Any suggestions?
@mercime
Participant@bluesharp It would help if you provide more information about your installation because what’s happening with your installation is not the norm. Where are you hosted – locally or on shared/vps/dedicated hosting? Have you deactivated all plugins except BP/bbPress ?
dzung
ParticipantI’ve re-installed many times to test and found that if bbPress installed and I try to enable the setting for Component User Groups by checking it. That will make error. I use the Latest versions of wp, buddypress, bbpress and default wp theme.
This is my 3rd times post so I hope someones will give some info that helps me to fix this.
June 19, 2014 at 5:16 am #184206In reply to: Disable Buddypress Sitewide Activity RSS
chuckingit
Participant@bp-help … thank you for the code snips but can you clarify the last remove action is correct … e.g.,
remove_action( 'groups_action_group_feed', 'groups_action_group_feed',3 );shouldn’t this be use the bp_actions thus instead be this –remove_action( 'bp_actions', 'groups_action_group_feed',3 );..??..also, i noticed that with respect to bbPress, the topics and contents show in the feed – e.g., site.com/forums/feed/ shows the feed titles with some content (maybe excerpt or maybe full text not sure as my test site only has one liners) …
accordingly, how can we hide the forum feeds … e.g., i thought maybe adding lines like this might work but they did not –
remove_action( 'bp_actions', 'bbp_display_topics_feed_rss2',3 ); remove_action( 'bp_actions', 'bbp_display_replies_feed_rss2()',3 );thanks in advance for any pointers you can share – especially with blocking bbPress Forum Topic contents – site.com/forums/feed/ … cordially, chuck scott
June 18, 2014 at 10:27 pm #184197In reply to: redirect user login
modzirra
ParticipantSo, I’ve been combing these forums for weeks for a very similar problem, and being that this is the closest solution post, I thought I would ask here, extending the support for this problem.
I would like to redirect users during login in the following manner:
If logging in from the front page (site, not user): redirect to user profile
If logging in from anywhere else: redirect to original url (where original url is the url where the login process was initiated)Currently I am forced to run the following for backwards compatibility reasons:
WP: 3.7.3
php: 5.3.10
bbPress: 2.5.3
BuddyPress: 1.9.2 +5 complimentary pluginsActive Plugins
45+ with the most relevant being:
BadgeOS: 1.3.5 +4 complimentary plugins
Bowe Codes: 2.1
BP My Home: 2.0
BP RedirecttoProfileforBuddypress: 1.2
BP Simple Front End Post: 1.1.4
BuddyBlog: 1.0.4I’ve tried to edit the redirect plugin mentioned often here as well as with no luck.
Here is a sample of one of my latest attempts (a modification on redirect to profile plugin):
add_filter("login_redirect","bpme_redirect_to_profile",100,3); function bpme_redirect_to_profile( $redirect_to_calculated, $redirect_url_specified, $user ){ /* if no redirect was specified,let us think we want the current page */ if( empty( $redirect_to_calculated ) ) $redirect_to_calculated=$redirect_url_specified; /* if the user is site admin or not and it's the front page,redirect to his/her profile */ if( is_super_admin( $user->ID ) && is_front_page() ) return bp_core_get_user_domain( $user->ID ) . 'profile/'; if( !is_super_admin( $user->ID ) && is_front_page() ) return bp_core_get_user_domain( $user->ID ) . 'profile/'; else return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/ }(I recognize that the admin user check is redundant, that was part of some debugging I was doing)
I find that every time I try to check for the front page, something happens to interrupt the redirect process. Without a check for front page: Working great! With the check for front page: No Bueno! I’ve been using several debugging plugins and if I understand them correctly, most of the issue has to do with the sidebar login location (it seems to ignore wp_login and login_redirect hooks/filters) and checking for the front page.
I tried many other plugins and most of the code (with minor adjustments for my needs) that was offered on the forums here, including the Ajax one, but most of our login process is done through the sidebar and they just don’t ever get called or triggered during the sidebar login process.
I would love some advice on how to adjust what I have and get it working properly.
Your help is appreciated, thanks!
June 18, 2014 at 12:25 am #184159jeremykamiya
ParticipantYes, clearing history and cache seemed to work for me. I am still in the development stages of my site, but I feel good (enough) about my hypothesis and am not freaking out when I run into the “no activity found” message – so far, every time I reset my browsers it restores the activity. If you find different results, please post.
For front-end stuff, I’m using WP-toolset ( http://wp-types.com/ ). I’m not sure that this is best, but without a formal (“paid for”) coding education this is what I choose. I think buddypress and bbpress will do the job for me for now.
June 4, 2014 at 4:57 am #183627In reply to: messed up post dates
@mercime
Participant@peipooh Strange. Have not seen this issue. You might want to do some basic troubleshooting https://codex.buddypress.org/getting-started/troubleshooting/
If that doesn’t work and if you are having issues only in your forums and not in blog posts or Activity Streams, etc. please post at the bbPress foruns. -
AuthorSearch Results