Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,301 through 5,325 (of 69,044 total)
  • Author
    Search Results
  • #302888
    Varun Dubey
    Participant

    @markorton93 BuddyPress Post activity section is plain input area without any text editor.

    #302883
    Varun Dubey
    Participant

    @oaz on localhost it might have issues
    like this
    Refused to display ‘https://buddypress.org/support/topic/not-embedding-in-groups/embed/#?secret=hteHTpJ8oj’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

    but at a live site with https, it will fine for both profile and group activity.
    eg you can check here https://dokan.wpbp.in/members/admin/

    shanebp
    Moderator

    Hmmm… The OP was for default alphabetical listings for group members.

    In that case, rather than the members-loop template, the template to overload is this ( assuming you are using the Legacy template pack ):
    buddypress/bp-templates/bp-legacy/buddypress/groups/single/members.php

    And the change would be:
    <?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) . '&type=alphabetical' ) ) : ?>

    So try overloading that template and make sure you adjust the placement of that template in your child theme.

    Venutius
    Moderator
    shanebp
    Moderator

    afaik – It is not possible, at least not easily.
    Members are not stored per site – regardless of whether BP is activated per site or globally.
    And neither are BuddyPress activity items. “Recently Active” is handled via activity items.

    WP multisite uses the usermeta database table to track which users have access to which sites.
    You could write a custom widget that checks BP last_activity items and then filters it by the usermeta data.

    gsindall
    Participant

    Hi,

    I have a multisite install with one main domain and 3 sub domains. I have buddypress activated locally on each site rather than network-wide. I’m using the recently active members widget on one of my pages of one sub domain, but I want it to show only users from that same sub domain and not users from across the whole network. Is this possible?

    Both wordpress and buddypress are running on the latest version.

    Thanks!

    #302866
    Oaz
    Participant

    Hello there, I am running a WP wih BP, all updated to latest version.

    From what I read on the codex, thre should be no issue with embedding photos in groups flow

    Embeds

    Well, I do have an issue with photos, they will not show a preview when I paste a link. (It works well with videos though). What can I do about this ?

    Thanks

    #302864
    razer1
    Participant

    Hi everyone,

    My friend and I are having issues with our Activation Email. While we are also sending emails by another plugin which is instant. We are using our own Host to send the emails.

    Sometimes it gets sent straight away while some email providers it can take up to a day for them to get it.

    Looked around and they also mostly are about Not Sending ours send just some are really late.

    Does anyone else have this issue?

    BuddyPress 4.1.0 – WordPress 5.0.3

    Thanks.

    msteimann
    Participant

    Hello,

    I am using the latest BuddyBress version (legacy template) and have disabled the activity stream. For security reasons I want to hide a member’s username wherever it is possible. Can someone please advice me how to hide the username in the autocomplete field? Please note the attached screenshot.

    I found this thread, which probably shows a solution for my request, but unfortunately I have no coding skills and got stuck while trying to follow the steps.

    Autocomplete shows both names

    Many thanks

    How to hide username

    #302856
    alikadievmr
    Participant

    my website vikings.life WordPress 5.0.3 BuddyPress 4.1.0

    #302853
    AiratTop
    Participant

    After creating a profile, spammers start sending friend requests to all users (and then they start sending spam messages). It should be stopped.

    Can you add limits for “add to friends” requests?
    For example: you can set a limit of 40 requests per day. This time is enough to catch and block the spammer.
    And admins will be able to change this number of requests in the settings of BuddyPress (or disable this feature).

    BuddyPress 4.1.0

    #302852

    In reply to: Changing group slug

    shemakeswebsites
    Participant

    Hi Varun, thank you for your response. But I’m not really sure how to do that without affecting the page that currently uses the “groups” slug. Is there a way to change the page end point from groups to regional-groups? I wasn’t able to locate any setting for this.

    I have a site that currently uses: http://www.website.com/groups

    When I enable Buddypress groups, the content of this page is overwritten with the Buddypress groups content. I cannot change the content from my current groups page to another page as I have a lot of printed material that references that particular page. So I am hoping there is a way to have the Buddypress groups content appear on another page (www.website.com/regional-groups).

    #302850
    madhall
    Participant

    Hi there!

    I would like to display only member updates on the Activities page (Would like to avoid any other updates like profile changed, etc) – How can I achieve this? I have tried looking through the forums but unable to find a working solution – Nouveau has changed things?

    Using the latest version of buddypress and wordpress.

    any guidance please?

    thanks

    #302844
    johnjack
    Participant

    I would find this incredibly useful as well as I am trying to integrate the buddypress personal messaging system in to a site I am working with.

    I want to be able to replicate the contents of this div
    <div id=”item-body” class=”item-body”>

    (when “Messages” is selected on the “Members” Page)

    I am very new to php/wp dev so struggling a little

    Can you help?

    #302843
    Jackson Bird
    Participant

    BuddyPress
    BuddyPress is a powerful WordPress plugin that takes the self-hosted WordPress sites to integrate with social network and community features. It allows you to handle user profiles, user groups, activities, and others within WordPress blogs. So you can use it as a social network for schools, colleges or universities or a communication tool for friends, organizations or companies; and more. As a result, you can easily develop WordPress community with BuddyPress.

    #302837
    shemakeswebsites
    Participant

    Hi, I found this page but at the bottom where the snippet is, it says that it’s depreciated and needs updating. https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

    Can someone help with editing the group slug? The site I’m working on currently uses the page “group” for a page on their site. Enabling the groups option overrides this page with the buddypress group info.

    For reference, I’m trying to change the URL from : http://www.website.com/groups to http://www.website.com/regional-groups

    Any help is appreciated. Thank you.

    #302836
    shanebp
    Moderator

    Yes, it is on purpose – see the ticket.

    #302832
    JM Deom
    Participant

    Hi again,

    I verify my other plugins and I think I have found where there is come from.
    The problem occurs after installing rtmedia for WordPress, BuddyPress 4.5.5. The former version is 4.5.4.
    The older comment are visible but not the new one after installing the 4.5.5 version.

    Do you have an idea where is it come from ?

    Thx a lot for your support.

    #302829
    Venutius
    Moderator

    The BP Nouveau I was referring to, it’s the BP Theme, you can check which one you are using in Settings>BuddyPress>Options, it’s either Legacy or Nouveau

    #302827
    JM Deom
    Participant

    Im using BuddyPress Group Email Subscription, BuddyPress Multilingual, BuddyPress Profile Shortcodes and BP Profile Search.

    For me a “comment” is a response on a activity post by somebody in a group.

    #302824
    JM Deom
    Participant

    When I put a comment in a Group, the notification is send as waited and the comment is visible.
    When I leave this group and come back, my comment is no more visible.
    It’s well save in the Website log.

    We use the BuddyPress 4.1.0 installed 10th February. No problem occurs with the previous BuddyPress version.

    Regards,

    #302822
    shanebp
    Moderator
    #302820
    missbrimichelle
    Participant

    @shanebp Thank you. I’e tried that as well. I’m currently using the themify ultra theme. I tried doing this on another site of mine that I’ve not yet updated to the new Buddypress using same theme and updated WP. It works on this site. Could it be a bug with the buddypress update? Is there a way for me to download the previous version of buddypress?

    #302818
    missbrimichelle
    Participant

    @shanebp Thanks for the suggestion though I have already tried deactivating all plugins including PM Pro. The only difference there has been was to updating Buddypress and WP to the current versions but they should be compatible with each other right?

    #302816
    missbrimichelle
    Participant

    Recently updated my site to the newest WordPress and Buddypress updates. Everything else seems to work fine but people are not able to register. The register page is there and user is able to fill it out but after hitting submit, it just refreshes the register page and the password section is highlighted. This happens even if a strong password was used. I’ve read previous threads about this who suggested making the subdomain folder title in lowercase. Didn’t work. Also someone suggested adding www. in wordpress url in settings. That kicked me out of the site to where my username and password would no longer work. Had to restore backup to get back into my site.

    Register

    (I have a placeholder page on fabambitious.com currently because of issue)

    Help anyone? I want to launch my site in few days….

Viewing 25 results - 5,301 through 5,325 (of 69,044 total)
Skip to toolbar