-
nicholmikey posted on the forum topic screen_function in bp_core_new_subnav_item not working – adding a menu item in the group How-To and Troubleshooting: 13 years, 6 months ago
I feel like adding sub menu items that do things is an important feature that should be clear to use.
-
nicholmikey started the forum topic screen_function in bp_core_new_subnav_item not working – adding a menu item in the group How-To and Troubleshooting: 13 years, 6 months ago
Hello, I am trying to add a sub menu item using bp_core_new_subnav_item function. The menu item appears and if I hover over it shows it is going to the correct location, but when I click it is just brings be to the root of the site. I have tried several methods an nothing has worked. […]
-
nicholmikey posted on the forum topic bp_core_new_nav_item 's screen_function is not working properly in the group How-To and Troubleshooting: 13 years, 6 months ago
Anyone have any ideas on how to load a template from a sub menu item?
-
nicholmikey posted on the forum topic Changing the word Courseware to something else in the group BuddyPress ScholarPress Courseware: 13 years, 6 months ago
function before_header() {
ob_start("callback");
}function callback($buffer) {
$buffer = str_replace('Courseware', 'Classroom', $buffer);
return $buffer;
}function buffer_end() {
ob_end_flush();
}add_action('wp_head', 'before_header', 1);
add_action('wp_footer', 'buffer_end', 1);Sitewide. Mine is in my bp-custom.php file.
This is a…[Read more]
-
nicholmikey joined the group BuddyPress ScholarPress Courseware 13 years, 6 months ago
-
nicholmikey posted on the forum topic bp_core_new_nav_item 's screen_function is not working properly in the group How-To and Troubleshooting: 13 years, 6 months ago
Hello, thanks for the response. I tried bp_setup_nav and with that the menu item does not even appear. my code is ` add_action(‘wp’, ‘CubePoints_List_Menu’); function CubePoints_List_Menu(){ global $bp; $cubepoint_link = ($bp->displayed_user->id ? $bp->displayed_user->domain : $bp->loggedin_user->domain) . $bp->cubepoint->slug . ‘/’; global…[Read more]
-
nicholmikey posted on the forum topic bp_core_new_nav_item 's screen_function is not working properly in the group How-To and Troubleshooting: 13 years, 6 months ago
I am having the same problem
-
nicholmikey posted on the forum topic How to add Google +1 to the Activity Stream in the group How-To and Troubleshooting: 13 years, 6 months ago
To add to the activity stream you call
bp_activity_add(array( 'action' => 'I did something awesome', 'content' => 'more content heret', 'component' => 'your component', 'type' => 'activity_thing' ));
If you are calling this from a plug-in, the function that contains this call needs to be hooked into bp_init Here is a full description of… -
nicholmikey posted on the forum topic $bp->activity->table_name gives a blank in the group How-To and Troubleshooting: 13 years, 6 months ago
After of hours of hair pulling that I deserve as a BP newbie, i discovered that if I hook into bp_init this works fine. add_action( ‘bp_init’, ‘save_your_activity’ ); The problem was with saving things to the activity stream using bp_activity_add, the save() function in bp_activity_classes.php was putting out bad sql that was missing the table […]
-
nicholmikey started the forum topic $bp->activity->table_name gives a blank in the group How-To and Troubleshooting: 13 years, 6 months ago
Any idea why $bp->activity->table_name returns nothing? Can I only call this after a certain action?
-
nicholmikey posted on the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 13 years, 6 months ago
So far I have tracked the problem to bp-activity-classes, in the save() function, for some reason {$bp->activity->table_name} is returning nothing so the SQL structure ends up missing a table name. Makes no sense as other plugins like bbpress uses this save() feature and works fine.
-
nicholmikey posted on the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 13 years, 6 months ago
Did anyone get a solution to this? I have tried several methods of adding activities to the stream with no luck.
-
nicholmikey started the forum topic BuddyPress + Child Theme + Events Manager in the group How-To and Troubleshooting: 13 years, 6 months ago
This is for the poor soul that runs into the same problem and finds this through Google. the Events Manager plugin was not working with my child theme. I even tried clearing all files out of my theme, so in theory it was the same as the parent theme, but the plugin was still not […]
-
nicholmikey posted on the forum topic BuddyPress upgrade group forums in the group How-To and Troubleshooting: 13 years, 6 months ago
Never mind…. I’m an idiot….
I had a series of bb_ tables but the upgrade created a series of wp_bb tables. I will just copy the data.
Update: Copied the data, everything works fine now.
-
nicholmikey started the forum topic BuddyPress upgrade group forums in the group How-To and Troubleshooting: 13 years, 6 months ago
Hello, After I upgraded BuddyPress my group forums are no longer working. New groups can create topics but pre-upgrade groups can not. Old groups also cannot see any old posts. If an old group tries to create a topic I get the error “There was an error when creating the topic” Any way to resolve […]
-
nicholmikey posted on the forum topic CubePoints + WordPress 3.1.2. + BuddyPress 1.2.8 + CubePoints Buddypress Integration 1.9.1 in the group Third Party Components & Plugins: 13 years, 7 months ago
Ok so for the person that googles this later, it appears to be working network wide even though I activated it only in the root site. This should activate all of the options.
-
nicholmikey posted on the forum topic CubePoints + WordPress 3.1.2. + BuddyPress 1.2.8 + CubePoints Buddypress Integration 1.9.1 in the group Third Party Components & Plugins: 13 years, 7 months ago
So it appears to work if not activated network wide, although I do want this active across the network…
-
nicholmikey posted on the forum topic Integration not working in the group CubePoints Buddypress Integration: 13 years, 7 months ago
Can you explain what you did? what if you want this active network wide?
-
nicholmikey joined the group CubePoints Buddypress Integration 13 years, 7 months ago
-
nicholmikey started the forum topic CubePoints + WordPress 3.1.2. + BuddyPress 1.2.8 + CubePoints Buddypress Integration 1.9.1 in the group Third Party Components & Plugins: 13 years, 7 months ago
Hello, I have installed :CubePoints + WordPress 3.1.2. + BuddyPress 1.2.8 + CubePoints Buddypress Integration 1.9.1
For some reason “points” is not appearing on the members profiles, and no CubePoints items are appearing on the menu bar. Had anyone else seen this issue? I am pretty stuck.
Thanks
- Load More
@nicholmikey
Active 9 years, 11 months ago