Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,276 through 11,300 (of 73,986 total)
  • Author
    Search Results
  • #264966

    Topic: Mediapress help

    in group forum Installing BuddyPress
    joeyfogas
    Participant

    I have installed mediapress version 1.0.7 on wordpress 4.7.3 with buddypress version 2.8.2

    When posting to my profile activity page, I have icons that let me upload media to the activity stream which works wonderfully.

    However, While trying to post in a group, those icons do not appear on the input bar.

    I have went through all options and googled all day and cannot find a solution. I am no coder but maybe someone could point me in the right direction?

    I just want the media upload icons to appear when posting in groups as well.

    #264964
    kdannay
    Participant

    My client discovered today that the photos associated with groups / forums are no longer being displayed. Recent upgrade of BuddyPress to 2.8.2. Is there a setting somewhere that turns this on and off? If so, where might I find it. Thanks.

    #264962
    donburikun
    Participant

    Are there any plans for release a widget for Buddypress private messages so that users can see from the front page (or anywhere else on the site) whether they have any messages in their pm inbox?

    #264961

    In reply to: Filtering activity

    Venutius
    Moderator

    You probably just need to copy the content of your old child theme buddypress directory into your new childtheme directory.

    #264960
    Onlyanurse
    Participant

    Hello,
    I am trying to get rid of everything from my Buddypress Activity but the updates. I don’t want “new friendships” or any of the other stuff that is clogging the feed up.
    I managed to do this, but I changed my theme and now it’s back to needing filtering again.
    I don’t know how to code so If someone can tell me how to do this and exactly where to put the code I would be extremely grateful.
    Thanks in advance!

    #264952
    mahwash
    Participant

    Hi, i use buddypress with bbpress on my forums site, there is no comments option on the activity stream. users have to click on the topic to be able to comment.

    Please is there anyway users can comment directly from the activity stream?

    Thanks

    sinikkali
    Participant

    Hi there,

    I tried to create custom profile fields for the buddypress profile and then tried to delete it, but everytime I get a 403 error. the same when I’m trying to edit a field:

    http://take.ms/UkM40

    http://take.ms/7FJ4K

    As you can see, the error refers to the user.php file.

    Has anyone an idea what to do?

    Cheers,

    Sinikka

    #264950
    daveolsen
    Participant

    Is there a way to have BuddyPress automatically follow up with a user who has created an account but hasn’t actually completed their profile?

    Thanks,

    Dave

    #264949
    danbp
    Participant

    Please read the forum before asking… A similar question came up yesterday with an answer to

    This modification not work… I don’t understand why

    customizing profile-header

    #264948
    danbp
    Participant

    Copy the whole content of that example file into bp-custom.php.

    You can also transform it into a mu-plugin by just adding it some header information.

    Once done, you can test the tabs and try to understand how they work. And then apply your own preference.

    #264946
    berthaboy73
    Participant

    OK – I’ve just found this:

    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id)
    {
    add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }

    on https://seventhqueen.com/blog/buddypress/show-users-members-directory-right-account-activation.html

    So will just have to import user data again (using https://codection.com/import-users-csv-meta/) and modify the code to add that activity record.

    berthaboy73
    Participant

    I was struggling to work out why the users I had added manually to my test BP site weren’t showing up in member directories, until I read the answer to this post:
    https://buddypress.org/support/topic/resolved-all-member-not-show-in-member-page/

    Is there any way of programmatically generating an activity record for each of these members that will ensure they appear in the member directories before they have logged in for the first time? Or does someone have an SQL statement that I can use in phpmyadmin that will iterate over all the user ids in wp_users and add an activity record for any that don’t already have one?

    Bamwempan
    Participant

    Hello,

    I would like change the mentionname on the buddypress profile. My user can log with facebook and can’t hide her name. So i would like use the username.

    I change the code :

    <?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
    <h2 class=”user-nicename”>@<?php bp_displayed_user_mentionname(); ?></h2>
    <?php endif; ?>

    <?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
    <h2 class=”user-nicename”>@<?php bp_displayed_user_username(); ?></h2>
    <?php endif; ?>

    And my path is (child theme) : childtheme/buddypress/members/single/member-header.php

    This modification not work… I don’t understand why :/

    Thank

    #264941
    danbp
    Participant

    @possip,

    what i wanted to say was that if you use the allow header image option, BP will use a different header template. When you don’t use this option, BP will use member-header.php

    The’re two component who use header’s: members and groups.

    To handle groups header, it is exactly the same logic as for the members header.
    In the group directory (bp-templates/bp-legacy/buddypress/groups), you have 2 files named group-header.php and cover-image-header.php where you can handle goup header customization.

    #264939
    danbp
    Participant

    Try this plugin:
    https://github.com/r-a-y/buddypress-usernames-only

    For the “why”, perhaps it is because “chat” and “forum” have their own logic. Both aren’t part of BuddyPress.
    Note also that there is no obligation to use all the things appearing on the templates. If you don’t want them, symply remove or hide them.

    For example, the names who appear on profile header are effectively different. Why would you need to use both, that’s nonsense! I guess this is only in so you can choose which one is better for your project. And it is so because (probably) it is better and easier to choose between something you see thant between something theoretical exposed or detailed in code comments…

    Note that my remark concern only the appearence, not the internal fonctionality of username vs.displayname or nicename.

    #264938
    hemanttechno
    Participant

    Hello there,

    I’m looking for ‘Clubs’ functionality very similar to ‘Groups’ in Buddypress. Is there anyway to make full clone of ‘Groups’ to creating ‘Clubs’ Functionality for bpmembers? I Want to keep Groups in my site but also need to create ‘Clubs’.

    Thank you for your valuable suggestions.

    #264937
    shanebp
    Moderator
    #264936
    terjemk
    Participant

    Hey guys.

    Now this has really got me baffeled and I can`t get my hrad around it nor find a solution. I have a membersite with about 500 members and the fact tha buddypress uses both a username and a profilename makes things messy. the @username is what is referred to in the system when it comes to messaging etc but the profile name shows when users interact in chat and in forum.

    How do i set up the system so that ONLY username is used throughout the site?

    And is there any reasonit is set up this way?

    Regards.
    Terjemk

    Kparth3000
    Participant

    It seems like buddypress activity plus is not compatible with buddypress version 2.8.2. I would appreciate a link to downloading 2.8.1

    #264934
    Anonymous User 9551304
    Inactive

    Hi there!

    I’ll be using BuddyPress to launch an online weather community site coming up. I have a few getting started questions I need to ask the BuddyPress community. The site will offer signup/registration, member profiles, direct messaging, a blog, and discussion groups for starters. Here’s the other questions I had:

    1. Can we custom brand/theme the signup/login page for our BuddyPress site? I’d like to do something a little more than a generic WordPress signup/login page.

    2. What’s the best way we could handle photo/video galleries on BuddyPress? Should we have a full-fledged photo gallery or just have people include photos in their blog posts/weather reports? For videos, I’ll likely have people publish to YouTube or Vimeo and embed in videos. Should we have a video galleries page people can embed in videos or just have those added to blog posts as well?

    3. Is there a way to offer live chat in BuddyPress or a live chat WordPress plugin we could look into?

    4. Since people from around the world will be sending in weather reports to the blog, I’d like to be able to display their location (not their current location using GPS but statically display what location they enter into their WordPress/BuddyPress profile) next to their name and blog title. This would help us to at-a-glance know where all weather reports are coming from. Is there a way to pull this off in WordPress/BuddyPress?

    Thanks!

    edwardianhall
    Participant

    Hi There,

    Using socialchef theme with latest version of WordPress and Buddypress.

    Works with themes Twenty Twelve, Twenty Thirteen, etc… Have isolated the plugin conflict as Woocommerce. Once deactivated accept a friend works. However need woocommerce to function.

    Really need some help! Any ideas?

    #264918
    coolhunt
    Participant

    Hey Guys,

    I imported my users and Id like to add ADMIN as everyones friend. I found this snippet…
    (But it doesnt work)

    function create_global_buddypress_friend($user_ID) {    
    global $wpdb;
    $now = date('Y-m-d H:i:s');
    $wpdb->insert($wpdb->prefix . "bp_is_friends", array('initiator_user_id' => $user_ID,'friend_user_id' => '1','is_confirmed' => '1','date_created' => $now));
    }
    add_action('user_register', 'create_global_buddypress_friend');

    Any ideas?

    tpstriker
    Participant

    Unless the buddypress plugin is network activated (I want it only on some specific sites) I can’t edit or delete any xprofile fields. I received an error message from wordpress that I don’t have access to that page.

    Running WordPress 4.7.3 (Multisite)
    Running BuddyPress 2.8.2

    #264895
    justinpeijffers
    Participant

    Hi guys,

    I just set up a buddypres community at a site of a friend of me, but it’s not possible to comment on a post in a topic. Whenever you click on the comment button it will load en come back at exactly the same page, but without the window to comment. It succeeded 2 times, but after that not a single time anymore. Used different browsers, laptops, accounts and topics.

    Wordpress version: 4.4.8
    Buddypress: 2.8.2

    #264894
    Droidism
    Participant

    Environment:
    PHP 7.0.3
    Apache webserver
    MySQL v5.5.49
    WordPress v4.7.3
    BuddyPress v2.8.2
    Theme: Emmet Lite v1.5.0
    Other plugin: none

    Hi,

    I have installed BuddyPress on a fresh local install and used the Emmet Lite theme.

    My problem is that when I create a user, login to the site using a completely different browser, with the cache purged and browsing history removed on start, and go to the user profile, I do not have the option to change the profile visibility. The dropdown for the Name is not showing at all.

    Please see settings-profile-visibility on the BuddyPress codex.

    When you view the image you will see “Base -> Name” and “Visibility -> Everyone” in a dropdown. In my install the “Visibility -> Name” is not a dropdown and not selectable attall.

    Thanks in advance for helping me figure this one out.

Viewing 25 results - 11,276 through 11,300 (of 73,986 total)
Skip to toolbar