-
sirspacey replied to the forum topic Help with A Hook? in the group Creating & Extending 13 years, 2 months ago
@twodeuces I’m trying to make it so when a user clicks “Join group” they are taking to the group’s page, instead of left on the directory. could you provide me with some clues on how to do that?
-
sirspacey posted an update 13 years, 2 months ago
@johnjamesjacoby @johnjamesjacoby John you available for development? find me on twitter @briansowards or email briansowards on gmail
-
sirspacey started the forum topic Join Group Hook in the group How-To and Troubleshooting 13 years, 2 months ago
When a user clicks “Join Group” on the Group directory page, I’d rather they were taken to the page of the group they just joined. how can I do that?
-
sirspacey replied to the forum topic Change role assigned to User when they create a Group in the group How-To and Troubleshooting 13 years, 2 months ago
cool thanks!
-
sirspacey replied to the forum topic Change role assigned to User when they create a Group in the group How-To and Troubleshooting 13 years, 2 months ago
However, it doesn’t handle the assignment process when a group is created, any hints?
-
sirspacey replied to the forum topic Change role assigned to User when they create a Group in the group How-To and Troubleshooting 13 years, 2 months ago
Found this code on how to manage roles in Buddypress: http://cleverness.org/2011/01/27/updated-buddypress-user-roles-code/
-
sirspacey started the forum topic Change role assigned to User when they create a Group in the group How-To and Troubleshooting 13 years, 2 months ago
I’d like to give the user a different role than “Administrator” when they create a group. In my case I’d like the name of the role to be “Team Captain,” and for them to only have power over the content they […]
-
sirspacey replied to the forum topic Buddypress roles in the group How-To and Troubleshooting 13 years, 2 months ago
Bump. I agree it should at the least make its way onto a Roadmap. If I’m understanding this correctly, there is no unified user-management system in the code base itself. I know I’m significantly hacking a […]
-
sirspacey started the forum topic Cannot redeclare register_mysettings() in the group BuddyPress Share It 13 years, 2 months ago
You need to change your functions to use a prefix. When I installed this it conflicted with other plugins.
My suggestion would be something like
bpsi_register_mysettings()
-
sirspacey replied to the forum topic Add Custom content to Group tabs in the group How-To and Troubleshooting 13 years, 2 months ago
+1
-
sirspacey replied to the forum topic Group ID and Member ID outside of BuddyPress in the group How-To and Troubleshooting 13 years, 2 months ago
This worked. The proper syntax for group id: $team_id = bp_get_group_id();
-
sirspacey replied to the forum topic Porting wp plugins using post ID to use Group ID – broaden buddypress group functionality in the group Creating & Extending 13 years, 2 months ago
Did you find any answers on how to get the group id?
-
sirspacey replied to the forum topic Get Group_ID from Group Name? in the group How-To and Troubleshooting 13 years, 2 months ago
Any word on a better function for this?
-
sirspacey started the forum topic Group ID and Member ID outside of BuddyPress in the group How-To and Troubleshooting 13 years, 2 months ago
I’m trying to grab the group ID and Member IDs on one of my wordpress pages using php (theming).
`
?php $i = 0; ?
?php if ( bp_has_groups(‘type=alphabetical’) ) : while ( bp_groups() ) : […] -
sirspacey replied to the forum topic How do I get the Group ID in this loop? in the group Creating & Extending 13 years, 2 months ago
btw, yes, I did declare global $bp; earlier in this code
-
sirspacey replied to the forum topic How do I get the Group ID in this loop? in the group Creating & Extending 13 years, 2 months ago
Code won’t paste, here’s the link: http://pastebin.com/KbcEd4Vf
-
sirspacey started the forum topic How do I get the Group ID in this loop? in the group Creating & Extending 13 years, 2 months ago
Here’s my code:
?php $i = 0; ?
?php if ( bp_has_groups(‘type=alphabetical’) ) : while ( bp_groups() ) : bp_the_group(); ?
?php if ( bp_get_group_status() == (‘public’)) { […] -
sirspacey replied to the forum topic Adding Custom Fields to Groups in the group How-To and Troubleshooting 13 years, 3 months ago
Thanks 4ella. I think this is a common sense extension of BuddyPress, so I’m looking at sponsoring a plugin for the community. If I do, any advice on how let the community know in addition to putting it on WordPress?
-
sirspacey started the forum topic Adding Custom Fields to Groups in the group How-To and Troubleshooting 13 years, 3 months ago
How can I add custom fields to Groups in BuddyPress?
I’ve search all available plugins for a way to add custom fields to Groups. The BuddyPress Group Extras plugin lets my group administrators add their own extra fields, but […]
-
sirspacey replied to the forum topic Need Developer for BuddyPress/s2Member Site in the group BP Jobs Board 13 years, 3 months ago
Did you find someone? Looking to hire someone as well…
@sirspacey
Not recently active