- 
	
	dswright started the topic Activity Filtering in the forum How-to & Troubleshooting 12 years, 2 months ago Hi, I am trying to use the primary_id filter in the activity to display all the activity from subsite 2 on subsite 2. I am using the following object=blogs&primary_id=1What am I missing? 
- 
	
	dswright started the topic filtering activity before it is posted in the forum How-to & Troubleshooting 12 years, 2 months ago Hi, 
 I am trying to modify the activity post before it is posted.
 I am currently trying to use the bp_activity_add filter but I believe this is after the activity is posted.Is there a filter that I can get into before the activity is posted eg any mention of company leads to the about us page 
- 
	
	dswright started the topic Attachement Plugin in the forum How-to & Troubleshooting 12 years, 2 months ago Hi, I have two questions that are related. Are there any free plugins that allow you to upload images and video from your phone? 
 I have tried rtMedia to no avail.We also have tried Activty Plus, with success when uploading pictured, but we are not allowed to upload video from a phone. Without further ado 1. Is there a plugin that allows…[Read more] 
- 
	
	dswright started the topic getting logged out when trying to add a friend in the forum Miscellaneous 12 years, 4 months ago First and formost 
 WP: 3.5.2
 BP: 1.7.2Here is the scenario 
 User A has a friend request from User B
 User A goes to members/usera/friends/requests/
 User A gets logged out because of a cookieIn doing some searching we found this function “bp_core_catch_no_access” I am not sure if this is the cause or what is going on. Any insight? 
- 
	
	dswright replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 12 years, 4 months ago we are in fact using 1.8.3 
- 
	
	dswright replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 12 years, 4 months ago would you go with the most current version of jQuery? 
 That would be my assumption
- 
	
	dswright replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 12 years, 4 months ago I haven’t done anything in the way of disabling plugins 
 I just switched the theme and cannot replicate this (yet) in IE9What could be causing the issue? 
 Is there something that we are missing in our functions file?
- 
	
	dswright replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 12 years, 4 months ago This is in the front end of the site on the BP side 
 eg.
 /members/dwright/profile/change-avatar/not in the wordpress dashbboard 
- 
	
	dswright started the topic Accept Button Stuck in the forum How-to & Troubleshooting 12 years, 4 months ago Hi, 
 I am using WP: 3.5.2 and BP: 1.7.2
 This error is in IE 7If user A has two friend requests and goes to 
 /members/A/Friends/requests
 and notice that there are 2 requests, one from user B and one from user C.
 If I click on accept for User B the buttons go away.
 Then if I click on accept for User C the cancel request button goes away, but the…[Read more]
- 
	
	dswright started the topic Avatar Cropping in the forum How-to & Troubleshooting 12 years, 4 months ago Hi, 
 I am having a problem with the cropping of the Avatar once the image is uploaded.
 WP: 3.5.2
 BP: 1.7.2Once the image is uploaded we are not able to crop the image. 
 The dotted lines do not appear and there is no box to crop the image.This error happens in IE7, IE8, IE9, and IE10 
- 
	
	dswright replied to the topic Child vs Stand Alone Themes in the forum Requests & Feedback 12 years, 4 months ago Hi @mercime, thank you for the speedy reply For arguments sake, let’s say that the project is just a BP site. 
 Does this make sense?
- 
	
	dswright started the topic Child vs Stand Alone Themes in the forum Requests & Feedback 12 years, 4 months ago Hi, I was wondering what the preference is, be it make a child theme or a stand alone theme. ALso, if making a stand alone theme, what are the necessary items that are needed? 
- 
	
	dswright replied to the topic How to use remove_filter? in the forum How-to & Troubleshooting 12 years, 4 months ago how can we remove the oEmbed from the activity stream 
- 
	
	dswright replied to the topic [Resolved] Remove oEmbed from activity in the forum How-to & Troubleshooting 12 years, 4 months ago I have tried this and it did not work 
 /**
 . * Disabled oEmbed from WordPress 3.5
 */
 remove_filter ( 'the_content' , array ( $GLOBALS [ 'wp_embed' ], 'autoembed' ), 8 );
 
- 
	
	dswright started the topic [Resolved] Remove oEmbed from activity in the forum How-to & Troubleshooting 12 years, 4 months ago Hi, I have been scouring the internet to find a way to disable oEmbed from the activity stream. 
 I have found a couple solutions and they have not worked.Please help. WP: 3.5.1 
 BP: 1.7
- 
	
	dswright replied to the topic Notifications in the forum How-to & Troubleshooting 12 years, 4 months ago WP: 3.5.1 
 BP: 1.7.2BP-Album 
 BuddyPress Activity Plus
 Events Manager
 External Links
 GD Star Rating
 MediaElement.js – HTML5 Audio and Video
 Simple Fields
 TinyMCE Advanced
 WP-Paginate
 WP-Polls
- 
	
	dswright replied to the topic Notifications in the forum How-to & Troubleshooting 12 years, 4 months ago Hi, Thank you for the reply. I am still a bit confused Each event listed below will trigger notification alerts in the site (bubble in WP Toolbar) and by email by default. A member replies to an update or comment you’ve posted I made a comment on somebodies update. 
 I then logged in as them and checked.
 I received an e-mail, but NO b…[Read more]
- 
	
	dswright started the topic Email Notifications in the forum How-to & Troubleshooting 12 years, 4 months ago Hi, Is there a way to set the Email Notifications to no by default? 
- 
	
	dswright replied to the topic Alphabetical Members Directory in the forum How-to & Troubleshooting 12 years, 4 months ago I did this instead and is functioning as expected 
 <?php
 if ( bp_ajax_querystring( 'members' ) =="")
 {
 $queryString = "type=alphabetical&action=alphabetical&page=1";
 }
 else {
 $queryString = bp_ajax_querystring( 'members' );
 }
 ?>
- 
	
	dswright started the topic Notifications in the forum How-to & Troubleshooting 12 years, 4 months ago I have reviewed 
 https://codex.buddypress.org/user/buddypress-components-and-features/member/and cannot find the answer to my question. What will cause the user to get a notification in their admin bar? 
 ie
 User A makes an activity update
 User B comments on the update
 User A gets an e-mail notification BUT does not get a notification in their…[Read more]
- Load More
	@dswd
	Not recently active