-
David Bisset replied to the topic bp_get_member_type not returning value: 'Invalid Taxonomy' in the forum How-to & Troubleshooting 4 years, 3 months ago
Thanks for the input @danbp and @sbradjesh.
Dan – thanks for the suggestion, but I was able to get the types all along. 🙂
Bradjesh – you’re right regarding the order but I thought i was able to do this before, especially working with plugins that I needed to work with the member type for some logic. I made adjustments based on your suggestion. 🙂 -
David Bisset started the topic bp_get_member_type not returning value: 'Invalid Taxonomy' in the forum How-to & Troubleshooting 4 years, 3 months ago
I’m going to break this down as simple as possible, because it’s a little nuts. Using the latest versions of WordPress and BuddyPress, no other plugins unless otherwise mentioned. Default WP theme.
1. Go ahead and register a BuddyPress member type in bp-custom.php like…[Read more]
-
David Bisset replied to the topic Your connection to this user in the forum How-to & Troubleshooting 4 years, 4 months ago
Can you include a screenshot?
Are you sure this functionality isn’t coming from or be altered by another plugin or your theme?
-
David Bisset replied to the topic How to delete the Name field from Registration? in the forum How-to & Troubleshooting 4 years, 10 months ago
Using Gravity Forms is one solution, yes. It’s easy once you have the plugin itself PLUS the “user registration” plugin they offer which i think is open only for the developer license. It completely replaces the BuddyPress registration form. I use it for a variety of sites that need more complex registration forms (there of course is a tradeoff,…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
Thanks but that didn’t seem to do much either. I even checked back to other BP_Component examples and i’m using the same hooks. I’m guessing this is something “weird” (or something i’m not aware of) with bbPress. I just went ahead and created the bbPress forum and connected it to the BP group in my plugin manually. I hate to do that…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
Thanks. Sadly this isn’t working out. I’m going to post this here in case someone can tinker with it (you’ll need BP and bbPress installed):
https://dl.dropboxusercontent.com/u/14006840/curriki-group-import.zip
Yeah, i’m trying to use the BP native functions and hooks. I have no problem with the BuddyPress flow – just when it comes to relying on…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
Thanks for the response. That in a nutshell is what i’m doing right now with the change you suggest. Loader.php loads the file that contains the code above via bp_loaded. Then i try to initialize my class CurrikiGroupImport. So it’s a chicken and egg thing – either I can init my class and get the plugin loaded and showing up in the WP…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
The change to ‘bp_ready’ gets past the “crapstop” but my plugin no longer shows up in the menu. Although i’ve always thought ‘bp_loaded’ was the proper hook here, for the moment i’ll take it.
Here’s the full bit of code. Perhaps i’m not init the class properly here?
function curgi_group_import_init() {if (…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
Furthermore, I can create a group with my plugin WITH the “this groups has a forum” checkmark (but remember – my problem is that i can’t ACTUALLY create the forum). I can go into the “groups” area in the WP backend and simply edit the group and hit ‘update’ and WordPress DOES create the group. So it works there, but not in myplugin. I’m thinking…[Read more]
-
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
@shanebp – I have looked at that. function groups_new_group_forum is called by function groups_edit_group_settings which i’m calling. The “checkbox” for groups to have a forum is updated but no forum is created.
Here’s the lines of code in groups_edit_group_settings() in bp-groups-functions.php
[Read more]
// If forums have been enabled, and a forum does… -
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
@shanebp – I have looked at that. function groups_new_group_forum is called by function groups_edit_group_settings which i’m calling. The “checkbox” for groups to have a forum is updated but no forum is created.
Here’s the lines of code in groups_edit_group_settings() in bp-groups-functions.php
[Read more]
// If forums have been enabled, and a forum does… -
David Bisset replied to the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
@shanebp – I have looked at that. function groups_new_group_forum is called by function groups_edit_group_settings which i’m calling. The “checkbox” for groups to have a forum is updated but no forum is created.
Here’s the lines of code in groups_edit_group_settings() in bp-groups-functions.php
// If forums have been enabled, and a forum does…[Read more]
-
David Bisset started the topic Trying To Get Access BBPress In My BuddyPress Plugin in the forum Creating & Extending 5 years, 9 months ago
Howdy folks. My question is simple, but instead of being embrassed to share it i’ve decided to “Let It Go” (singing the Frozen theme song here).
Basically I’m writing a BuddyPress plugin that imports data from a client’s DB tables to create BuddyPress Groups. That’s fine. But i’m trying to create a forum for each group and i’m attempting to use…[Read more]
-
David Bisset started the topic Announcing BuddyCamp Miami 2015! in the forum Miscellaneous 5 years, 11 months ago
Greetings all – wasn’t sure where to put this (maybe a mod or admin can make this sticky in the right area in the forums).
Miami is holding it’s third BuddyCamp and date as of now is May 29th, 2015. We are looking for speakers (this week we are opening up speaker applications). If you would like to come down and speak about BuddyPress / bbPress,…[Read more]
-
David Bisset started the topic Announcing BuddyCamp Miami 2015! in the forum Miscellaneous 5 years, 11 months ago
Greetings all – wasn’t sure where to put this (maybe a mod or admin can make this sticky in the right area in the forums).
Miami is holding it’s third BuddyCamp and date as of now is May 29th, 2015. We are looking for speakers (this week we are opening up speaker applications). If you would like to come down and speak about BuddyPress / bbPress,…[Read more]
-
David Bisset replied to the topic Theme My Login & BuddyPress in the forum Third Party Plugins 5 years, 11 months ago
Hi @henrywright. Thanks for responding.
BTW, I want to apologize a little… for some reason I thought you were the author of the plugin… but Jeff Farthing is. That’s what I was picking on you (thought you said it was your plugin in another thread?).
So with that being said – plus your response – i’m going to climb inside later and see if i…[Read more]
-
David Bisset started the topic Theme My Login & BuddyPress in the forum Third Party Plugins 5 years, 11 months ago
I think this is for @henrywright but anyone is free to jump in:
1. Latest version of Theme My Login (6.3.10)
2. Latest version of WP and BP (2.2.1, although this problem was happening on 2.2.0)
3. Default WP theme (pick one, any one)
4. No other plugins.User (subscribe level) manages to login but when clicking on a proper logout message gets a…[Read more]
-
David Bisset started the topic Theme My Login & BuddyPress in the forum Third Party Plugins 5 years, 11 months ago
I think this is for @henrywright but anyone is free to jump in:
1. Latest version of Theme My Login (6.3.10)
2. Latest version of WP and BP (2.2.1, although this problem was happening on 2.2.0)
3. Default WP theme (pick one, any one)
4. No other plugins.User (subscribe level) manages to login but when clicking on a proper logout message gets a…[Read more]
-
David Bisset replied to the topic Search/Sort Feature Not Appearing On BuddyPress Member Group Pages in the forum Creating & Extending 6 years, 8 months ago
Just wanted to say thanks (sorry for the delayed response) and i’ll look into this. Report back one way or the other.
- Load More
@dimensionmedia
Active 6 months, 2 weeks ago