-
Brooker started the forum topic add bp_get_options_nav() to bp_get_displayed_user_nav() in the group How-To and Troubleshooting: 13 years, 5 months ago
Hello,
in the profile.php I have the bp_get_options_nav() which gives the subnav to edit your profile etc… and in home.php I have the bp_get_displayed_user_nav() which desplays the nav.. how can I mix them? I would like to have the bp_get_options_nav as a drop down under the “settings” option in the bp_get_displayed_user_nav()…
HELP!
-
Brooker posted on the forum topic Search Activity in the group Requests & Feedback: 13 years, 5 months ago
This is awesome, all its working perfect, I just need to add the the “usernames” to be searched as well under members… it seems to look at the real names only… any idea how to accomplish this? Also Im having a little issue with the pagination, when I click on the second page of result, […]
-
Brooker reviewed the plugin BP User Profile Map: 13 years, 5 months ago
Awesome Plugin!, is there a php code to output the map on theme templates? also I cant seem to get the zoom to work… i change the settings but the map looks the same…
-
Brooker joined the group BP User Profile Map 13 years, 5 months ago
-
Brooker started the forum topic Cant delete updates on groups activity? in the group How-To and Troubleshooting: 13 years, 5 months ago
Somebody just posted a long spam in the groups activity feed, Im super admin and group admin too but i cant seem to find a way to delete the update.. any idea?
-
Brooker posted on the forum topic Huge apologies – I'm back! in the group BuddyPress Like: 13 years, 5 months ago
Cool! been waiting for the update 😉
Congrats on your election! if you need beta tester Im in! -
Brooker joined the group BuddyPress Like 13 years, 5 months ago
-
Brooker started the forum topic Pagination numbers in the group How-To and Troubleshooting: 13 years, 5 months ago
hey guys how can I make it so the pagination liks show more than 2 pages? right now it shows like this 12….(total pages number)
I want it to display at least 10 pages, then the…. and the total pages… -
Brooker posted on the forum topic LOAD MORE in the group How-To and Troubleshooting: 13 years, 5 months ago
actually i figured out… using class=”no-ajax”
-
Brooker posted on the forum topic LOAD MORE in the group How-To and Troubleshooting: 13 years, 5 months ago
@JamieWade replaced the read more with this code and it shows the numbers and arrow at the bottom… but when you click nothing happens… any idea why?
-
Brooker posted on the forum topic activity stream content in the group How-To and Troubleshooting: 13 years, 5 months ago
@norby500 my developer is busy until Thursday… so once he have some time I will get back at you!
-
Brooker posted on the forum topic LOAD MORE in the group How-To and Troubleshooting: 13 years, 5 months ago
having this problem too…HELP!
-
Brooker posted on the forum topic "Show Updates" as default in activity? in the group How-To and Troubleshooting: 13 years, 6 months ago
I actually got this work with the following modifications function bbg_my_groups_activity_default( $qs ) { if ( empty( $qs ) && empty( $_POST ) ) { $qs = ‘action=activity_update’; } return $qs; } add_filter( ‘bp_ajax_querystring’, ‘bbg_my_groups_activity_default’, 999 ); the only problem is that when you click the “read more” button at the bottom…[Read more]
-
Brooker posted on the forum topic activity stream content in the group How-To and Troubleshooting: 13 years, 6 months ago
@norby500 how much are you willing to donate for this plugin? maybe we partner up and hire someone? mine not working either…
-
Brooker posted on the forum topic how do you ban spam users? in the group How-To and Troubleshooting: 13 years, 6 months ago
when I do this… I get the “are you sure you want to do this?” but no action button? any way I can incorporate this in my theme?
-
Brooker posted on the forum topic Email to Post Plugin? in the group Requests & Feedback: 13 years, 6 months ago
Im looking for the same… email to show on activity? is it possible?
-
Brooker joined the group Requests & Feedback 13 years, 6 months ago
-
Brooker posted on the forum topic activity stream content in the group How-To and Troubleshooting: 13 years, 6 months ago
ok changed the url in bp-activity-block-admin.php line 43 to /wp-admin/network/admin.php?page=bp-activity-block-settings now it seems to be saving the settings… now time to wait and see if it starts blocking….
- Load More
@brooker
Not recently active
at the moment the maps are rendered via do_action hooks in and around the members profile pages, I was playing around with a simple function that could be placed where one liked within a profile page to allow for placement other than through action hooks, probably could be a shortcode, but haven’t had time to finish that up.
Not aware of an issue…[Read more]