Search Results for 'private'
-
AuthorSearch Results
-
December 29, 2010 at 2:51 am #101452
In reply to: Persistent Caching and Private Messaging
skippybosco
MemberThanks for the followup Greg. What is the exact change you made to the bp-messages-templatetags.php? Trying to figure out if it has already been updated in SVN.
December 28, 2010 at 7:24 pm #101426In reply to: P2 Header Image Conflict with BP-default theme
laloma
ParticipantAlready select P2 on SuperAdmin > Themes, the problem is that on Appearance > Theme I select P2 but it not show as selected on same page instead BP-default show as selected, but if you hit the secon blog url it use P2.
Is there a way to sent you blog info privately, so you can check this issue ?
Regards,
December 28, 2010 at 5:13 pm #101415In reply to: Persistent Caching and Private Messaging
gregfielding
ParticipantFor anyone else with this issue, here is the fix. Thanks to @sbrajesh
in bp-messages-templatetags.php, starting at line 498:
function bp_send_private_message_link() {
echo bp_get_send_private_message_link();
}
function bp_get_send_private_message_link() {
global $bp;if ( bp_is_my_profile() || !is_user_logged_in() )
return false;$user=new WP_User($bp->displayed_user->user_id);
return apply_filters( ‘bp_get_send_private_message_link’, $bp->loggedin_user->domain . $bp->messages->slug . ‘/compose/?r=’ .$bp->displayed_user->userdata->user_login );
}Private messaging now works with persistent caching like memcached.
December 27, 2010 at 7:58 pm #101367In reply to: Persistent Caching and Private Messaging
gregfielding
ParticipantIt looks like BP 1.3 is going to address some issues with object caching. https://trac.buddypress.org/ticket/2636
Can anyone who knows confirm if it will fix these messaging issues?
December 19, 2010 at 11:59 pm #100969In reply to: Cancel Friendship Button in 1.2 Default Theme
glittereyes
ParticipantI agree to this! For now, how can I switch the places between the cancel friendship button with send private message buttons?
December 19, 2010 at 7:24 am #100932In reply to: Question for profile/membership site
@mercime
ParticipantSure. There’s one featured WordPress.tv presentation from WordCamp Yokohama. It’s a Japanese site (with English translation), http://loftwork.com, which only used BuddyPress components like Blog Tracking, Activity Streams, Private Messaging and Extended Profiles. Didn’t use Friends, Groups and Forums.
–December 18, 2010 at 3:12 am #100865In reply to: Help with Messaging and @mentions
stoi2m1
Participant@r-a-y I think my issue is beyond a simple email issue. I installed the email plugin you mentioned just to humor the situation. When I try to send a private message I get redirected to the homepage of my site. So I could either be experiencing a 404 error or some other similar problem.
Also Im not even getting notifications at the recipient. I also do not have a message in the senders sent message box nor in the recipients inbox.
Thanks,
December 15, 2010 at 9:27 pm #100637In reply to: Memcached is breaking private messaging
gregfielding
ParticipantJust to update, I applied the code from the patch with no luck. Here’s what my messages-templatetags.php code now says:
function bp_send_private_message_link() {
echo bp_get_send_private_message_link();
}
function bp_get_send_private_message_link() {
global $bp;if ( bp_is_my_profile() || !is_user_logged_in() )
return false;return apply_filters( ‘bp_get_send_private_message_link’, $bp->loggedin_user->domain . $bp->messages->slug . ‘/compose/?r=’ . bp_core_get_username( $bp->displayed_user->user_id, $bp->displayed_user->userdata->user_nicename, $bp->displayed_user->userdata->user_login ) );
}It looks like I now need to “apply a filter to “bp_get_send_private_message_link” and override it so it doesn’t use bp_core_get_username().” Anyone know how to do this?
Thanks guys.
December 15, 2010 at 8:44 pm #100635In reply to: Memcached is breaking private messaging
gregfielding
ParticipantThanks for the link, but I’m confused a bit. My current code already has that patch in it, changing the “public” to “private” looks to be the only switch. I’m guessing this was changed in a more recent BP release?
And, you said:
“With the patch, you’d still need to apply a filter to “bp_get_send_private_message_link” and override it so it doesn’t use bp_core_get_username().
The same problem occurs with the bp_get_send_public_message_link() function – aka the “Mention this user” link.”
It sounds like this is the step I need to take. How exactly do I apply this filter?
Thanks!
December 15, 2010 at 8:08 pm #100628In reply to: Memcached is breaking private messaging
r-a-y
KeymasterCheck out:
https://trac.buddypress.org/ticket/1332
https://trac.buddypress.org/ticket/2636You can temporarily fix private messaging by overriding the username filter. See #2583 for hints.
December 15, 2010 at 8:04 pm #100626In reply to: Memcached is breaking private messaging
gregfielding
ParticipantBatcache isn’t supposed to impact logged-in users, so it seemed like a natural fit for BP.
Paul, you think this is a BP issue as opposed to just tweaking a caching setting?
I know that there are people using BP with memcached and W3Total cache…are any of you guys having trouble with this? (W3TC doesn’t worth with multi-db’s or I’d be using it)
December 15, 2010 at 6:36 pm #100615In reply to: Memcached is breaking private messaging
Paul Wong-Gibbs
KeymasterProbably more the other way; that BuddyPress needs to communicate when caches need to be refreshed better.
December 15, 2010 at 6:28 pm #100614In reply to: Memcached is breaking private messaging
teebes
ParticipantHmm, I was under the impression batcache would only cache public pages (non-logged in users). The above seems to indicate otherwise. Is batcache really buddypress aware (I noticed the last update of the plugin via the repo was back in April ’09).
December 15, 2010 at 2:04 pm #100593In reply to: solo practice university
David Carson
ParticipantNo courseware. The site was launched March 2009 on WordPress MU/BuddyPress. Slight modifications based on snippets/plugins posted by Burt Adsit, Paul G., Boone G., JJJ and Andy.
The content is mostly pre-recorded video and audio – not a formal educational program with assignments etc. So the setup is pretty straightforward and most of the customization is just theming. Main site has different content for logged out and logged in users. “Classrooms” are private sub-domain blogs (soon-to-be sub-domain sites) with a classroom theme. The main site and classroom sites are both using custom child themes powered by the BuddyPress default theme.
I’m in the process of upgrading the site so I’ll be around here more often if you have questions.
December 11, 2010 at 10:13 pm #100306In reply to: BP Sections?
@mercime
ParticipantThat “section” could be a “group” component already in WordPress and joining groups is either voluntary for public groups or by invitation for private groups and each group can have a forum if the group admin so chooses. That’s basic behavior which can be changed via a plugin you can make to do so. You could check out BuddyPress Group component and other default components by logging in http://testbp.org/ with the username and password you used here.
December 8, 2010 at 7:34 pm #100109In reply to: Private Messaging Broke
r-a-y
KeymasterObject caching bug most likely experienced with W3 Total Cache.
If you don’t have W3 Total Cache installed, not sure.December 8, 2010 at 8:06 am #100075toffee
Participantif ‘User A’ is admin of two private groups (B and C)
when members request to join those groups, the notification is sent to ‘User A’ with multiple notification
the notification may look like this: “2 requests group membership”
the problem is the link of notification is just only one of two group, when click that notification, it will redirect to group admin request (B or C), and notification will gone.brief: request is both B and C but notification link is only B or C
So, I’d like to change multiple notification to each single notification or any idea to fix above problem, please help.December 1, 2010 at 12:17 pm #99574In reply to: bp-messages Compose Message autocomplete issue
roman
Participantsimilar problem over here, autocomplete function finds valid users and shows them up, but in the following lines an error is displayed 3 times:
“Warning: Cannot modify header information – headers already sent by (output started at mountpointwp-contentpluginsbuddypressbp-themesbp-default_incajax.php:556 in mountpointwp-contentpluginsbuddypressbp-messages.php on line 556”
any idea?
by the way, is there a plugin which enables a better useabbility for choosing multiple user’s to send a private message to? Something like a list with checkboxes for example?
November 28, 2010 at 10:47 pm #99419Ezeke
Member@dwenaus thank you very much for this code, it works awesome!
I’m missing one feature though, when you click “create a new thread” you can’t chose the private/hidden groups, it would be great if you could add this.November 27, 2010 at 10:31 pm #99372In reply to: Groups Privacy behaviour
progressiveimpact
Membermmm… none of the above… and I’ve done some further research and discovered more clearly what the behaviour is.
To start, this is what I am looking to achieve:– If a user is NOT a member of a hidden group then it is hidden and they do not know it exists at all.
– if a user IS a member of a hidden group then it comes up on the group widget list as visible.
– all other current behaviour stays the same i.e. public (full access) private (can be seen but not entered).Now… what I have now found is that the group list pages do exactly what I expect, but the group widget behaves differently.
The widget does NOT show hidden groups even if you ARE a member but does show private groups that you are NOT a member of.
Also what I have seen is that if I look at another members page the group widget appears to then show their groups not mine (this might be an admin ‘feature’ though)???So if I have a 1000 groups and a user is member of 3 I do not want to display 1000… only 3 that are relevant to them.
For my application the users will not be able to register to be part of these set of groups as they relate to where they live.
If a user browses a friends page I do not want the group widget to then show the groups relating to the friend.So it seems that the group widget is using some diffently coded filters than the group listing pages and this (to me) is not correct and is (possibly) a bug.
I hope that is a little clearer on the nature of the issue… can be a little difficult to explain these things in a posting without loads of illustration etc to demonstrate.
cheers and thanks for your input.
November 27, 2010 at 8:44 am #99329In reply to: Groups Privacy behaviour
progressiveimpact
MemberWell I am looking at that plugin for a news type capability perhaps but it doesn’t address the fundamental behaviour I’m looking for… I really want the ability for hidden groups to be ‘seen’ by their members and therefore display in the group widget or for private groups to be hidden from non-members. The announcement plugin says if not admin->display in read only mode.
In essense if you have a thousand groups you wouldn’t want to present them all to non-members, but you do want to display those that you are a member of. The current group visibility behaviour (public,private,hidden) does not support this and it seems to me to be logical in many situations.
There must be a segment of code that reads… loop the groups -> if hidden and if not Admin, do not display… I just need to know where that piece of code is !!!
November 27, 2010 at 7:45 am #99328In reply to: Show avatars in notification menu
Virtuali
Participant@matiaspunx, Usually it will list the username, unless it is a private message.
It would surely be possible if you took the code of the (function ‘show user avatar’) ‘buddypress’)), and placed it in the adminpar php file, it would show up.
I would highly recommended seeking a professional web builder, because it requires going to to the Buddypress Core Elements, and would take some expert styling on avatar size, due to dropdown menu.
November 27, 2010 at 7:36 am #99327In reply to: How to display replies in Notifications menu
Virtuali
Participant@liesl1698 Are you talking about a Facebook Notification Functionality?
If yes, sorry, unless you are an expert at html code functions, that is not an option at the moment. The Notifications feature is for private messaging, and community functions. There may be a plugin in the near future.
November 22, 2010 at 5:45 pm #98900In reply to: Disable Activity Stream for Profiles?
Brajesh Singh
ParticipantHi,
The reason it is happening perhaps hide_sitewide is not set to 1 for private activity. Most probably a conflict with some plugin as you already mention above. Can you check the database activity table to confirm that ?Have you put the code
`
define(“BP_DEFAULT_COMPONENT”, “profile”);
`
In wp-content/plugins/bp-custom.php, It will make the profile accessible if put in bp-custom.php. yes,it simply change the default profile component(landing page on profile) from activity to xprofile.November 22, 2010 at 10:32 am #98864In reply to: Disable Activity Stream for Profiles?
Brajesh Singh
ParticipantHi,
The private updates on group should not be visible to anyone other than the profile owner. It means something is wrong, you should check other plugins.
btw, yes, you can remove the activity section from profile. put the following code in your theme’s functions.php`
global $bp;
bp_core_remove_nav_item($bp->activity->id);
`
But this will make the profile inaccessible, as activity is set as the default profile component. so you may want to put the following code in bp-custom.php
`
define(“BP_DEFAULT_COMPONENT”, “profile”);
`
hope that helps. -
AuthorSearch Results