Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,501 through 4,525 (of 68,986 total)
  • Author
    Search Results
  • #306977
    beat sk
    Participant

    Hello,

    I have a question about buddypress profile menu. How can i make a link in the menu only for userroles? Something like “Go to administration” in the profile menu – Profile, Activity, Groups, Messages ? Is there a chance to add this only for user roles and admins? Register and Login working on front-end and we want hide /wp-admin from others. Thank you for positive/negative feedback.

    #306974
    giftinghands
    Participant

    I just downloaded the BuddyPress, and activated. I believe it is all setup. However, looking for information on setting up my registration page,as well as getting the social pages to be more appealing. The theme I am using is magcess, you can take a look at the site here https://giftinghandsnonprofit.us

    #306973
    iamthewebb
    Participant

    Hey, BuddyPress doesn’t have events built-in so I’m guessing you are using an addon to add this feature? You’d probably need to ask on their support how to do this, most event addons I’ve used easily allow changing of permissions.

    #306970

    I also want the same thing.

    #306968
    ninjaslice
    Participant

    Please can you resolve this conflict issue between BuddyPress and (WpDiscuz). We are not able to delete comments. Please see below copy of the
    message from WpDiscuz plugin authors/developers:

    The issue comes from the BuddyPress plugin and cannot be fixed by wpDiscuz
    side. For some reason, the wp_delete_comment WordPress function is being
    called twice (BuddyPress plugin uses hooks that calls the function) and it
    messes up wpDiscuz codes. You should contact BuddyPress support and ask
    them to check the issue.

    #306966
    John
    Participant

    I’ve been trying to turn off mentions using:

    add_filter( 'bbp_find_mentions', '__return_false' );

    and

    add_filter( 'bp_activity_do_mentions', '__return_false' );

    but it’s not working. Has this changed in v2.6?

    Running bbPress v2.6-rc-7 and buddypress 4.3.0

    I want to turn it off as it’s not required by the site, but mainly that it breaks URLs that happen to contain a username as described here.

    Any ideas on how I can turn off @mentions?

    flow1992
    Participant

    Hey,

    I have an issue with the integration between BuddyPress and bbPress.

    I want to allow my members to create private groups with Forums, the issue is that these private groups forums also show up on the Forum front page for members who are not in this group.

    Members of this private group should see the group forum in the ./forums/ page but not for members who are not in this group.

    #306961
    werny
    Participant

    Nice, but how can I make that work on my buddypress?

    cellcy
    Participant

    Hi, am logged in but i can’t see how to create a new topic.
    Just want to raise my consent over the fact there may be a bug with the recent update. when i head over to my website dashboard-settings-BuddyPress-pages, all the pages assigned there seem to redirect back to my homepage. unless i set the directories to “none” which makes the plugin unusable.

    Kindly assist if you can.

    Thanks

    kirsteno
    Participant

    No nothing. So, unfortunately, I need to get on with the website so I will have to go ahead with BuddyPress but without the Friends connections.

    HQ Overview
    Participant

    Is there a way to allow buddy press members/ users to connect an RSS feed to their personal profiles? I have a network of networkers and this would make it simple. Just connect your rss feed (let’s you’re your YouTube) and it will grab/ post every time you put out a new video.

    kirsteno
    Participant

    Thanks so much for your help. I think I am going to have to admit defeat and run Buddypress without the friends connections. Hope you have a great week.Thanks again for taking the time to help to sort this out.

    dcorp
    Participant

    Hello,

    It is driving me crazy that when I install BuddyPress, the profile links either redirect people to main domain or wp-admin page of my site. I could not find a solution for this.

    I install the same theme “boombox” and same plugins to another domain for test and buddypress works as intended there, but not on my current domain.

    Here is my url: https://www.testçöz.com
    ASCII version of my url is: https://www.xn--testz-1ra9h.com

    As my site is IDN, does it cause the issue? Does anyone know how to fix this?
    NOTE: I have tried to clean install of buddypress, disabled all other plugins to see if any of them makes the conflict, it is the same issue even if the only plugin activated is buddypress.

    You can login with the following user data to see and reproduce the error

    username: borabey
    password: borabey

    Please help me as I want to use BuddyPress with myCred and Zombify plugins together.

    I can not go to buddypress

    kikismedia
    Participant

    Hello good please I need help with my website , I want to add buddypress followers and following on my theme header like this following (1) followers (1) how can I do it’s please

    #306908
    beat sk
    Participant

    Hello again friends. 🙂

    Now I have a question about buddypress profile menu. How can i make a link in the menu only for userroles? Something like “Go to administration” in the profile menu – Profile, Activity, Groups, Messages ? Is there a chance to add this only for user roles and admins? The website is built to hide we are using wordpress in front of people. Register and Login working on front-end and we want hide /wp-admin from others. Thank you for positive/negative feedback.

    iamthewebb
    Participant

    If you visit ozzyspals.com/members/wedzzeditor as the other user it should show the buttons.

    If not double check within Dashboard -> Settings -> BuddyPress that you have the required Components selected.

    If the above doesn’t work I’m afraid I’m stumped and hopefully someone else will be able to help.

    #306901

    In reply to: Activity Stream Ads

    atonyk
    Participant

    @notright

    I tried this but it limited my ability to toggle between activity streams. For example when I went from “all members” to “friends” and the activity feed didn’t load. I have to refresh the page to get it to load.

    I have found the solution to this problem. Just add this CSS to your styles:

    .buddypress .content div.activity {
        display: block !important;
    }
    colingdi
    Participant

    So I found (though I can now track it down) a page with how to add custom fields to a group and it worked (yipee) however during testing we’ve realised that when you add the fields and select ‘Create Group and Continue’ and on the next page select ‘Previous’ your fields are blank. But when you just proceed straight through and don’t ever go back they store. I’m pasting the groups code below if someone knows a hook I can use or similar I’d greatly appreciate it.

    function bp_group_meta_init() {
            function custom_field($meta_key='') {
                //get current group id and load meta_key value if passed. If not pass it blank
                return groups_get_groupmeta( bp_get_group_id(), $meta_key) ;
            }
            //code if using seperate files require( dirname( __FILE__ ) . '/buddypress-group-meta.php' );
            // This function is our custom field's form that is called in create a group and when editing group details
            function group_header_fields_markup() {
                global $bp, $wpdb;?>
    <label for="group-guidelines">Group Guidelines</label>
    <textarea name="group-guidelines" id="group-guidelines" aria-required="true"></textarea>
    <br>
    <label for="group-aims">Group Aims</label>
    <textarea name="group-aims" id="group-aims" aria-required="true"></textarea>
    <?php }
        // This saves the custom group meta – props to Boone for the function
        // Where $plain_fields = array.. you may add additional fields, eg
        //  $plain_fields = array(
        //      'field-one',
        //      'field-two'
        //  );
        function group_header_fields_save( $group_id ) {
            global $bp, $wpdb;
            $plain_fields = array(
                                  'group-guidelines',
                                  'group-aims'
                                  );
            foreach( $plain_fields as $field ) {
                $key = $field;
                if ( isset( $_POST[$key] ) ) {
                    $value = $_POST[$key];
                    groups_update_groupmeta( $group_id, $field, $value );
                }
            }
        }
        add_filter( 'groups_custom_group_fields_editable', 'group_header_fields_markup' );
        add_action( 'groups_group_details_edited', 'group_header_fields_save' );
        add_action( 'groups_created_group',  'group_header_fields_save' );
    cachinate
    Participant

    WordPress 5.2.2
    theme: Masonry Hub
    BuddyPress and MediaPress are the plugins being used;

    Problem: I am trying to move the “Submit Post” & “Cancel” buttons on the activity page OUT of the textbox because I need them to be shown at all times WITHOUT activating the textbox, this is so people can just click the picture icon to attach a picture with no words and click submit.

    https://imgur.com/a/KSFyu4l Check these pictures to get a further understanding!

    Possible solution:
    1:
    I’ve looked into mpp.js to trigger the textbox activation when the picture icon is clicked (I know where to put the code to trigger the activation, but I dont know what code snippets I need from: buddypress-activity-post-form.min.js to do it)

    2:
    Override the CSS and force it out be outside of the textbox activation which is what I’d like.

    I’ve spent hours digging at this and haven’t gotten much besides whats above, any help is greatly appreciated!!

    #306879
    snorklebum
    Participant

    Hey, BuddyPress uses bbpress for it’s forum software, you may be better asking there. You’ll also find a plugin directory specific to the forums that hopefully will have something that meets your requirements.

    breatheheavy
    Participant

    Hi there. I am interested in switching to Buddypress from Invision Power Board. I was wondering: in the forums section, is it possible for users to post Instagram, Facebook and Twitter posts? Or can they only simply link to the posts?

    I would like for users to have the ability to post the actual Instagram/FB/Twitter post in the comment versus linking. Is this possible?

    shadowmere
    Participant

    I need to make my “Members” pages private, but if I do so on “Pages” menu BuddyPress gives me an error.

    #306875
    shadowmere
    Participant

    I got a client who has a site with BuddyPress installed, it has about 2500 users registered, and who made the website created a field with sensible information with “Profile fields” and left its visibility as “Public”, now everyone has access to those informations. Is there a way to change every registered user’s visibility in that field? I will consider even SQL queries, or any database info about it. Thanks a lot!

    matwin23
    Participant

    I have just noticed this issue, dont believe it was a capability last time i checked.
    Any member can now go to another members profile and click on settings and adjust the members password, email, visibility, export data etc.
    Why is this available to other members and how do i fix?
    thanks

    #306853
    Krishna Savani
    Participant

    Hello Buddypress Team,

    I am using JSON user plus api with buddypress REST API plugin which is made by you guys so i have issue that if i register new member/user than the new member is not showing in this api “https://ihsmi.org/wp-json/buddypress/v1/members&#8221; please let me know where i am wrong and what to do with this i am registering user by this “https://ihsmi.org/api/userplus/register/?key=5ce84b089c2d1&username=test&email=test@gmail.com&nonce=c589b20004&display_name=testibl&user_pass=krishna&first_name=test&last_name=testiam&#8221; but in members api the new user is not showing at all or also not shwoing others users it just showing some of them..please let me know how can i see all the members of buddypress or newly register member of buddypress.

    waiting for your positive response!

Viewing 25 results - 4,501 through 4,525 (of 68,986 total)
Skip to toolbar