Forum Replies Created

Viewing 9 posts - 41 through 49 (of 49 total)
  • Author
  • in reply to: rtmedia like button #98425
     yourateporn
    Participant

    Or even better, when i click on the image from my groups that the image will open as image that in large increases. Maybe that is possible. So the members will always in the group.

    in reply to: rtmedia like button #98422
     yourateporn
    Participant

    See the image for more info

    Attachments:
    You must be logged in to view attached files.
    in reply to: rtmedia like button #98417
     yourateporn
    Participant

    If it safe to put username and password here?

    in reply to: buddypress activity #98016
     yourateporn
    Participant

    I get it, its working now. I use the code i put in here. But the code changes when i put it in here. Sorry

    And thnx for helping me out. And sorry for my bad english 🙂

    in reply to: buddypress activity #98013
     yourateporn
    Participant

    I test it right now, cancel friendship, and make friends again. But it shows up in the activety

    in reply to: buddypress activity #98010
     yourateporn
    Participant

    Thnx, but i doing something wrong?

    I make a new php file and call it:
    bp-custom.php

    I put the code in it like this:
    <?php
    //Block certain activity types from being added
    function bp_activity_dont_save( $activity_object ) {
    $exclude = array(
    ‘updated_profile’,
    ‘new_member’,
    ‘new_avatar’,
    ‘friendship_created’,
    ‘joined_group’
    );
    // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function
    if( in_array( $activity_object->type, $exclude ) )
    $activity_object->type = false;
    }
    add_action(‘bp_activity_before_save’, ‘bp_activity_dont_save’, 10, 1 );
    ?>

    But its not working

    in reply to: Favorite star media #97994
     yourateporn
    Participant

    Thnx, i will do that. I start a new topic now.

    in reply to: Favorite star media #97973
     yourateporn
    Participant

    I have another question. I need some BuddyPress Block Activity Stream Types in css.
    I use now the BuddyPress Block Activity Stream Types plugin, but is slows and broke my site a lot.

    I want to this
    Which activity types should not be recorded:

    Members- New member registered
    Profile- Member changed profile picture
    Xprofile- Updated Profile
    Friends- Friendships accepted
    Friends- New friendships
    Groups- Joined a group
    Groups- Group details edited

    Is that possible?

    in reply to: Buddypress login #96610
     yourateporn
    Participant

    I solved the problem by putting this in my .htaccess folder.

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/
    RewriteRule .* – [CO=wordpress_test_cookie:WP+Cookie+check:%{HTTP_HOST}:1440:/]

    But i want to change something on my site, and the customizr will not open. I clear my cashe. But still not working. What can i do about that? See link below:
    http://www.buddy18.com/wp-content/uploads/2016/01/download.png

    Nice theme by the way.

Viewing 9 posts - 41 through 49 (of 49 total)

Log in with your credentials

Forgot your details?