Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,001 through 7,025 (of 32,678 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    Can you try the following fix?
    https://buddypress.trac.wordpress.org/changeset/10586/branches/2.4/src/bp-messages/bp-messages-functions.php

    This is scheduled to be released with BuddyPress 2.5 this week, but you can try this fix temporarily.

    johnywhy
    Participant

    Thx! We modified https://wordpress.org/plugins/bp-disable-activation-reloaded/ to get the result we needed. Hoping to post it as a new plugin soon.

    #250433
    Henry Wright
    Moderator

    Hi John

    If you’re referring to the BuddyPress Activity Plus plugin, try asking this same question on their support forum.

    billysgtr
    Participant

    Hello,

    I am using a WordPress theme(which is WPLMS). I am trying to send messages between users but I am getting the following error:

    Fatal error: Call to a member function get_error_message() on a non-object in /wp-content/plugins/buddypress/bp-messages/bp-messages-actions.php on line 104

    The strange thing is that I tested on localhost and there is no problem there. I only have this problem on live server.

    ps. I am using https on my site.(I don’t know if this has to do with the problem)
    (WordPress version 4.4.2
    Buddypress version 2.4.3)

    Thank you in advance for any help.

    #250430
    r-a-y
    Keymaster

    I believe you can simply delete /bp-forums/bbpress/ and you should be good to go.

    However, I understand that this is annoying for WP Engine as you might have to do this manually each time BuddyPress has an update.

    An alternative is to pull the development version of the codebase (SVN or Git) from buddypress.trac.buddypress.org. Then, you can checkout the current maintenance branch (currently 2.4, but will be 2.5).

    The development version does not include the older version of bbPress; we only include the older version when bundling it for a release.

    Hopefully that helps somewhat.

    Mike
    Participant

    I’ve added Buddypress menu items (e.g. messages, notifications etc.) in my main WordPress menu. Is there anyway I can have the notification counters next to each of them, as they are in the standard Buddypress menu bar?

    shanebp
    Moderator
    #250422
    Henry Wright
    Moderator

    You could create a mini plugin for this which uses wp_enqueue_script to enqueue a custom script.

    Ref: https://codex.wordpress.org/Writing_a_Plugin

    #250411
    r-a-y
    Keymaster

    BuddyPress users are WordPress users; they are the same.

    If you are talking about making those users active in BuddyPress terms, then those users would need to login at least once.

    #250410
    r-a-y
    Keymaster

    See:
    https://buddypress.trac.wordpress.org/ticket/6633

    Particularly:
    https://buddypress.trac.wordpress.org/ticket/6633#comment:3

    If you are interested in testing BP 2.5, maybe you can try in a local environment?

    #250408
    Carrie
    Participant

    Hi,

    Is there any way to activate existing WordPress users as BuddyPress users? I found an old thread on the topic but it was years old – wondering if there is more recent functionality.

    Thanks!

    #250401
    xmatter
    Participant

    I am running the lastest version of WP and BP on an IIS 8.5 server. Last week I updated WP to Multisite and I am still using BP on the main site. I tried adding a new user today to the sub-site, but I cannot activate this person. The only when I can even see that I tried creating a new user is under Manage Signups from the Network Admin menu. If I click anything under that user’s name, i am shown a permissions page. I have tried THIS SOLUTION already, but when adding this code, it disables the dashboard for my main site.

    Again, I only have BP enabled on the main site, and BP is not network activated. I am assuming the permissions error has to do with BP and not WPMU. since there is similar issues regarding BP. Please help me fix this?

    #250383
    Jeremy Siow
    Participant

    WP version: WordPress 4.4
    BP version: Buddypress Version 2.4.3

    Hi,

    I am developing a WordPress site with Buddypress profile function. One thing is that when I upload a new profile photo or cover image, the page doesn’t refresh and show the new image. I need to refresh the page after successful upload to view the new uploaded image.

    I want to insert a code to refresh the page after each successful upload. Any help on which file and function is the function to uploading avatar & cover image?

    Cheers,
    Jeremy

    #250337
    valuser
    Participant

    These MIGHT help.

    Group Home Page

    or

    Link a Page to Groups

    Both actually do what they say they’ll do and MAY be a part solution for your project.

    #250331
    Don
    Participant

    Hello,

    I just installed BuddyPress on my new WordPress Multisite network (v4.4.2) configured for subdomains and it doesn’t appear to have been installed correctly, or I am missing a critical configuration setting.

    After installing BuddyPress on my Multisite network through “Plugins > Add New” the following menu items were added to my “Users” menu:

    1) Manage Signups
    2) Profile Fields

    The issue is, when selecting Manage Signups, I am taken to an empty “Users > Add New” interface where it indicates (directly under the interface title) 2 total users and 1 Super Admin (I’m setting this up for the first time).

    When clicking the “Registration is disabled. Edit settings” link in the “Manage Signups” window, I am taken to my Multisite Network Settings where I have the following selections saved:

    • Logged in users may register new sites

    • Send the network admin an email notification every time someone registers a site or user account.

    When linking to “Users > Add New” through the original Multisite Users menu (“Users > All Users) the two current users are listed as expected. At this point, the function of “Manage Signups” is not clear.

    Thank you for your assistance,
    Don

    #250327
    mariza21
    Participant

    Hi there,

    What is the best way to go about setting up BuddyPress/bbPress to work seamlessly with a Network Install of WordPress?

    I have one main site that will serve as the parent site and then we have about 10 or so child sites underneath. I want each of the sites to share social activities with the parent, including their main forums. When I try to create a new site, it doesn’t seem to share BuddyPress/bbPress with the main site as I cannot see anything on the widgets. 🙁

    Is there a better way to do this?

    #250323
    Henry Wright
    Moderator

    Take a look at Theme My Login. That plugin has a redirection module which will help you do that.

    #250312
    shanebp
    Moderator

    You will need to write custom code for that task.
    There is lots of existing code/plugins that does similar things.
    You could probably tweak an existing plugin to only work for your client.

    Google: ‘wordpress comment email notification plugin’

    #250306
    shanebp
    Moderator

    I’m not aware of any code re ‘Clone Group’.
    And it would be very easy for such code to create a real mess.

    imo, this is definitely plugin territory.
    Look at the generate groups code in this plugin:
    https://wordpress.org/plugins/bp-default-data/

    miguelcortereal
    Participant

    Register page and both frontend and backend edit screens are missing the checkboxes from checkbox fields.

    This is happening in the primary fields group, labels are shown but their input tags which contain the checkboxes aren’t showing at the HTML.

    Wordpress 4.4.2 and BuddyPress 2.4.3 are fully updated as of today’s versions.

    register page here to check it out.

    #250303
    centerfold
    Participant

    Hello there,

    during the last couple of days I started working with Buddypress and I think I got the basics by now. Right now I am working on a custom theme and wanted to edit the look and feel of buddypress aswell.

    I read a few things and I am not sure if I am doing it right. Don’t get me wrong here – It’s no problem to use the legacy files, as described. But what I asking myself is – Are those legacy files do have the same features as the “normal” Buddypress, and are they updated regularly, whenever buddypress gets an update? Somewhere I read, that legacy files are based on 1.7 of Buddypress. Is that true?

    If not – Is it better to go another way with a custom theme?

    Thank you for your help. Oh, and I am using the newest versions of Buddypress and WordPress.

    Best regards!

    #250292
    aswain1
    Participant

    I used the WordPress Reset plugin today to see what effect that would have, and it fixed whatever was going on. It all works now. Thanks for the help in figuring out where the problem might have been! Still not sure what happened, but it’s all good now.

    #250281

    Topic: Widget memberbox

    in group forum Third Party Plugins
    Mathieu M.
    Participant

    Hello,

    I’m a new WordPress French user and I want to use Buddypress for some community projects I’ve in my mind.

    Well, there’s only one important thing I could not resolve at the moment : add a widget exactly like the one we can find in admin bar : Here’s an example

    Instead of the “login widget”, I would really love to see a complete and fully integrated widget with Buddypress member’s notifications, messages, etc…

    Is it possible ? Can you please give me some tips ?

    Thanks a lot ! 😉

    #250280
    bkleine
    Participant

    Hi,
    being fairly new to bp I wonder whether the following is intentional. Being concerned with privacy I have all users of my side choose a (bp)name different from the username to protect usernames from being published. This intention is, however, overridden by bp showing the username in the profil as @username. Is this changable? Otherwise there does not make sense to have different bp names and usernames.

    Up-to-date wordpress, buddypress, and several other plugins at
    mysite

    Regards
    Bernhard

    #250278
    rbaccaro
    Participant

    Hi @shanebp, @bowe, @modemlooper, could you help me?

    I found the cover filter (bp_attachments_cover_image_upload_dir)
    but I have no idea how to start:

    https://buddypress.trac.wordpress.org/attachment/ticket/6591/6591.04.patch

    Any help is appreciated.

    Thank you,

Viewing 25 results - 7,001 through 7,025 (of 32,678 total)
Skip to toolbar