-
caplain posted on the forum topic How do I redirect to a login screen from a group invitation URL? in the group How-To and Troubleshooting: 14 years, 4 months ago
Where is BP redirecting to the base blog url if a user is not logged in? Maybe I can start there. I can’t believe no one’s tackled this already. If a user is not logged in, you want to get them logged in and then back to where they were trying to go instead of […]
-
caplain posted an update 14 years, 4 months ago
@DJPaul Sorry to bug you, but I’m under a tight schedule.
If a user is not already cookied/logged-in when they click on the invite link in a group invitation email, they are redirected to the site base URL. This somewhat defeats the purpose of the email invite, and I can’t believe this is the default behavior since the user is left wondering w…[Read more] -
caplain posted on the forum topic What would be the first argument in remove_action() for bp_group_creation_tabs? in the group How-To and Troubleshooting: 14 years, 4 months ago
Done. Thanks.
-
caplain started the forum topic What would be the first argument in remove_action() for bp_group_creation_tabs? in the group How-To and Troubleshooting: 14 years, 4 months ago
I want to override function bp_group_creation_tabs() in bp-groups/bp-groups-templatetags.php with my own function in bp-custom.php. I’m not sure what to use as the first argument in my remove_action() and add_action() calls since I can’t find an add_action for bp_group_creation_tabs.
-
caplain posted on the forum topic Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i in the group Creating & Extending: 14 years, 4 months ago
Do any of you know to remove tabs/pages added by extending BP_Group_Extension from the group create steps?
-
caplain posted on the forum topic Problem adding subnav item to Account Info > Groups in adminbar in the group How-To and Troubleshooting: 14 years, 4 months ago
This has been resolved.
-
caplain started the forum topic Problem adding subnav item to Account Info > Groups in adminbar in the group How-To and Troubleshooting: 14 years, 4 months ago
I’m trying to add a ‘Create Group’ subnav item to the Account Info > Groups nav item in the adminbar. I added the following (paranoid version) to my /plugins/bp-custom.php. It crashes my site, but I can’t see why… function bp_add_create_group_subnav() { global $bp; $groups_link = isset($bp->groups->slug) ? $bp->groups->slug . ‘/’ : ‘/groups/’;…[Read more]
-
caplain posted on the forum topic Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i in the group Creating & Extending: 14 years, 4 months ago
I experienced the same issue as @shaunmacrae. I’m assuming /plugins/bp-custom.php is loaded before /plugins/buddypress/bp-groups/bp-groups-classes.php. So, I put my new class in /plugins/bp-group-project-ext.php and added the following to /plugins/bp-custom.php: function group_project_plugin_init() { require( dirname( __FILE__ ) .…[Read more]
-
caplain joined the group Creating & Extending 14 years, 4 months ago
-
caplain started the forum topic How to query for groups in the group How-To and Troubleshooting: 14 years, 4 months ago
How do you query for groups by admin or member?
-
caplain posted on the forum topic Customizing Labels Failed in the group How-To and Troubleshooting: 14 years, 4 months ago
I found my stupid mistake. I changed the msgid string instead of the msgstr string. doh!
-
caplain posted on the forum topic Customizing Labels Failed in the group How-To and Troubleshooting: 14 years, 4 months ago
just ran msgfmt again but in verbose mode:
> msgfmt -v -o buddypress-mav.mo buddypress-mav.po
0 translated messages, 903 untranslated messages.??? –caplain
-
caplain started the forum topic Customizing Labels Failed in the group How-To and Troubleshooting: 14 years, 4 months ago
I followed the instructions at ttp://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ to customize my bp labels, however I did not have a /plugins/bp-custom.php file, so I created one in my wp-content/plugins directory and added: define( ‘BPLANG’, ‘mav’ ); if ( file_exists( WP_PLUGIN_DIR . ‘/buddypress-‘ . BPLANG . ‘.mo’ )…[Read more]
-
caplain posted an update 14 years, 4 months ago
@apeatling I need help understanding BuddyPress Template Pack usage. I’ve installed and activated the BuddyPress Template Pack, and my buddypress pages are are skinned using my theme, but most of my changes to the BP files in my theme directory are not reflected on the BP pages.
For example, I changed every text/label occurance of ‘Group’ to ‘N…[Read more]
-
caplain posted an update 14 years, 4 months ago
@MrMaz I really need to use the BuddyPress API, but the codex documentation is mostly just lists and search doesn’t work. How/where can I get complete docs?
I need to understand things like querying for the owner/admin of a group, members of a group, a list of all groups…
Other issues:…[Read more]
-
caplain started the forum topic What defines an 'active' member? in the group How-To and Troubleshooting: 14 years, 4 months ago
What defines an ‘active’ member? My member directory shows:
All Members (11) My Friends (2)
—
Viewing member 1 to 4 (of 4 active members)How do I see all members?
-
caplain posted on the forum topic codex.buddpress.org search is returning a blank page in the group Requests & Feedback: 14 years, 4 months ago
Ugh. I really need to use the API if I’m going to use buddypress, but without docs I may have bail on it 🙁
-
caplain started the forum topic API Documentation? in the group How-To and Troubleshooting: 14 years, 4 months ago
Is there better buddypress API documenation available than the lists of functions and tags found on http://codex.buddypress.org?
I need to understand things like querying for the owner/admin of a group, members of a group, a list of all groups…
-
caplain started the forum topic codex.buddpress.org search is returning a blank page in the group Requests & Feedback: 14 years, 4 months ago
codex.buddpress.org search is returning a blank page
This has been happening for at least a couple of days. Anybody on the team know about this. I need to understand the API and this is making it near impossible.
-
caplain joined the group Requests & Feedback 14 years, 4 months ago
- Load More
@caplain
Not recently active