Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • mmaccou
    Participant

    @mmaccou

    @shivam-kumar Yes it is all the latest version. I’ll check out that thread and see what I find


    mmaccou
    Participant

    @mmaccou

    Hey @tecca

    Here is the bp-custom…

    <?php

    if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
    define( ‘BP_AVATAR_THUMB_WIDTH’, 128 ); //change this with your desired thumb width

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 128 ); //change this with your desired thumb height

    if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
    define( ‘BP_AVATAR_FULL_WIDTH’, 256 ); //change this to default width for full avatar

    if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
    define( ‘BP_AVATAR_FULL_HEIGHT’, 256 ); //change this to default height for full avatar

    /* deactivate @mention – BP 2.0+ & bbpress */

    add_filter( ‘bp_activity_do_mentions’, ‘__return_false’ );
    add_filter( ‘bbp_find_mentions’, ‘__return_false’ ); //bbPress only

    ?>


    mmaccou
    Participant

    @mmaccou

    @shivam-kumar

    I looked and found several home.php files. I went through each and and found thatit was already sent to div id=content. Same with the acttivity/index.php. any other suggestions?


    mmaccou
    Participant

    @mmaccou

    OK @danbp thanks I’ll take a look at that documentation


    mmaccou
    Participant

    @mmaccou

    @Hugo

    Thanks for your response. This post wasn’t prompted by any of my threads. I have been lucky to have most of my questions answered quickly and clearly, and @tecca has been extremely helpful with my @mentions question.

    It was other users’ threads that prompted this post. It wasn’t meant as an attack, just constructive criticism based on what I’ve noticed as someone who is new to web development.


    mmaccou
    Participant

    @mmaccou

    I’m struggling here lol. I tried both things and neither are working. When I enter the above code it doesnt seem to have an effect


    mmaccou
    Participant

    @mmaccou

    And I forgot to add…I’m using the Salutation WP Theme


    mmaccou
    Participant

    @mmaccou

    Hey Tecca,

    I’m having the same experience as you…where it works and doesnt work. It still shows in the Latest Updates section – – I would love to get rid of that as well if you can walk me through it.

    Issues I’m still having that I want to get rid of…

    1. Remove the “Mention this user” button on the profile page of other users
    2. Remove the latest update portion of profiles

    I think that’s it…


    mmaccou
    Participant

    @mmaccou

    @tecca

    Thanks for the quick response. I tried this and it didnt work. I put in wp-content/plugins/bp-custom.php. But I still see the mention option.


    mmaccou
    Participant

    @mmaccou

    I just submitted a reply but not sure if it went throught….anyway i tried adding that code to the bp-custom and it didnt work. I also tried functions and the mention was still showing. Everytime I try to add screenshots, links, or images to this post, nothing gets submitted. Im not sure whats happening…


    mmaccou
    Participant

    @mmaccou

    This helps a lot thanks!! I tried activity plus, but I didnt like the way it posted to the activity feed. Just posting the URL into the activity form that is standard with Buddypress works great for audio or video, but for some reason image URLs do not post. I would also like the option for the user to upload images. I dont want them to upload video since I heard the size of the video can cause other complications. I will try rtmedia. Hopefully I can find a way to customize it to only allow the user to upload images – and still post video via youtube or another site.

    Do you have any estimate for when mediapress will be available?


    mmaccou
    Participant

    @mmaccou

    Is mediapress available yet though? Im not seeing an option to download it

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