Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 20 replies - 1 through 20 (of 20 total)

  • sdq80
    Participant

    @sdq80

    I got it, it’s wpmu-signup-captcha

    BR

    SDQ


    sdq80
    Participant

    @sdq80

    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


    sdq80
    Participant

    @sdq80

    “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


    sdq80
    Participant

    @sdq80

    Thanks PreS I managed it:

    bp_core_get_userlink($post->post_author)

    ****Post Closed****


    sdq80
    Participant

    @sdq80

    @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


    sdq80
    Participant

    @sdq80

    yesterday 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


    sdq80
    Participant

    @sdq80

    Try to add the home page component to the if statement.

    BR

    SDQ


    sdq80
    Participant

    @sdq80

    I’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


    sdq80
    Participant

    @sdq80

    You 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


    sdq80
    Participant

    @sdq80


    sdq80
    Participant

    @sdq80

    Here 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 :)


    sdq80
    Participant

    @sdq80

    I 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.


    sdq80
    Participant

    @sdq80

    I’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!!


    sdq80
    Participant

    @sdq80

    I’ve checked it, but the sidewide activity widget is querying different table, and the function “bp_activity_get_list” is not used! and thanks


    sdq80
    Participant

    @sdq80

    Guys – can someone help with bp_activity_get_list function?!


    sdq80
    Participant

    @sdq80

    any update please?!


    sdq80
    Participant

    @sdq80

    for 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!


    sdq80
    Participant

    @sdq80

    guys – 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


    sdq80
    Participant

    @sdq80

    I’ve replaced loader.php with the old one “r-571, now its working fine.


    sdq80
    Participant

    @sdq80

    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!!

Viewing 20 replies - 1 through 20 (of 20 total)
Skip to toolbar