Forum Replies Created
-
In reply to: Image verification plugin – bp demo site
I got it, it’s wpmu-signup-captcha
BR
SDQ
In reply to: We really need a required full name?you need to modify your theme in order to display one name for each user which is the BP full name, here is the function that do the job:
bp_core_get_userlink($post->post_author)
BR
SDQ
In reply to: Invite Module“Open Inviter” plugin http://openinviter.com/ is working with WPMU, try to download it from wordpress.org that one will work but not for all service providers.
BR
SDQ
In reply to: User full name functionThanks PreS I managed it:
bp_core_get_userlink($post->post_author)
****Post Closed****
In reply to: My Friends Activity@Michael, it depends on the page that you are using! for me I’ve added the profile component, but I’m not sure if this is going to work with you.
BR
SDQ
In reply to: Activity-List not updating correctlyyesterday suddenly all my user activities have been deleted, I’ve checked wp_user_1_activity_cached (admin user) and there is only 1 record!! I don’t know whats the issue? also note that I haven’t deleted any activity! please advice?
BR
SDQ
In reply to: My Friends ActivityTry to add the home page component to the if statement.
BR
SDQ
In reply to: Activity-List not updating correctlyI’m experiencing the same issue with the activity list with some members, even sometimes its being deleted! or being updated after a while?
BR
SDQ
In reply to: My Friends ActivityYou are very welcome!
@Trent regarding members’ privacy, you can use the following function to get the friendship status and then you can play with it accordingly to hide the profile info from non-friends members:
$friend_status = BP_Friends_Friendship::check_is_friend( $bp, $bp )
BR
SDQ
In reply to: My Friends ActivityIn reply to: My Friends ActivityHere you go guys, its a workaround solution, it might impact the activity plugin, however what you need to do is to edit bp_activity_template in the activity templatetags, remove the code $bp != $bp || from the if statement or add your home page component, then you will be able to use the function bp_activity_get_list in the home page, let me know about the result
In reply to: My Friends ActivityI find a solution, actuality I’ve added more privacy to members:
– No one can view any details about other members (Activity, Wire, Profile, Friends list) unless they are friends,
– Also at BP front page I replaced the sidewide activity widget with Friends activities, once members login to bp it shows them their friends activities, check it out on my test environment: http://wpmu.telecomize.com/
But the problem, all what I’ve done is playing with the code, so whenever I update my BP I have to go over the same changes. Also its not optional feature which members cant set it by themselves, its applied for all members.
In reply to: Require LoginI’ve added more privacy to members on my test bp:
– No one can view any details about other members (Activity, Wire, Profile, Friends list) unless they are friends,
– Also at BP front page I replaced the sidewide activity widget with Friends activities only, once members login to bp it shows them their friends activities, check it on my test environment: http://wpmu.telecomize.com/
but the problem here all what I’ve done is playing with the code, so whenever I update my BP I have to go over the same changes. also its not optional feature which members cant set it by themselves, its applied for all members.
if someone has time and can make it as plugin that would be great!!
In reply to: My Friends ActivityI’ve checked it, but the sidewide activity widget is querying different table, and the function “bp_activity_get_list” is not used! and thanks
In reply to: My Friends ActivityGuys – can someone help with bp_activity_get_list function?!
In reply to: My Friends Activityany update please?!
In reply to: My Friends Activityfor example if I want to get my activity I’m using:
<?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( “My Activity”, ‘buddypress’ ), __( “%s’s Activity”, ‘buddypress’ ), true, false ), __( “You haven’t done anything yet.”, ‘buddypress’ ) ) ?>
this function works with member theme only, when I try to add the same function to the home theme (i.e: index) it wont work, it gives me the above custom message (You haven’t done …..)!! thanks for your cooperation!
In reply to: long wire postguys – is there any solution to solve the above mentioned issue, personally I’m seeing it as major issue with the wire plugin, try to post long string like ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
appreciate your feedback, and thanks
BR
SDQ
In reply to: member theme “trunk-r640”I’ve replaced loader.php with the old one “r-571, now its working fine.
In reply to: member theme “trunk-r640”just to clarify my issue, when I go to user’s profile, the content is fine but with white background, user bar becomes vertical, there is no layout!!