Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,151 through 10,175 (of 69,150 total)
  • Author
    Search Results
  • Jonas
    Participant

    Hi,

    you can control whether or not to show the alerts through their css classes.

    I’m guessing you’ve copyied Buddypresses way of notification alerts to your own template’s custom header, something like this svn.buddypress.org/branches/2.0/bp-notifications/bp-notifications-adminbar.php

    0 notifications is governed through the .no-alert class – and whenever more than 1 notification is shown, it’ll have the .alert class.

    So you could do something as as simple as writing .no-alert {display:none} in your css stylesheet.

    #254590

    In reply to: Solve Error 500

    castresana
    Participant

    I’ve checked. Nothing solves the issue.
    After going back my own steps. I used the Buddypress Repair Tools. And one of the process got the Error 500. Maybe it was the beginning. I don’t remember which one, but it looks like it all comes from the DB.
    Any ideas?
    Thanks!

    #254585

    In reply to: php error

    r-a-y
    Keymaster

    Contact the authors of rtMedia:
    https://wordpress.org/plugins/buddypress-media/

    danbp
    Participant

    add this from within your child-theme style.css:

    #buddypress .standard-form#signup_form div.submit {
    	float: left!important;		
    	background-color: orange!important;
    	height: auto!important;
    }
    
    #buddypress .standard-form div.submit input {
    	margin: -12px 3px 3px 3px!important;
    }
    #254579

    In reply to: Solve Error 500

    danbp
    Participant

    It’s a common issue but not directly related to BuddyPress. Some ideas and hints here.

    #254577

    In reply to: Solve Error 500

    castresana
    Participant

    I’ve managed somehow to activate everything.
    Basically all plugins (including Buddypress) are working.
    The problem is that I cannot enter the wp-admin area. I get an Error 500 when I try to load that section.
    The rest of the website (the real website) works without a problem.
    Any ideas on how to solve this issue? Thanks!

    PS: Error from the errorlog.-

    This is the error I'm getting:
    [Wed Jun 15 15:10:00.498556 2016] [fcgid:warn] [pid 11901] [client 188.32.118.119:42274] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes) in /var/www/vhosts/mydomain.com/httpdocs/wp-includes/wp-db.php on line 2352 
    #254573
    myndphunkie
    Participant

    Hi Guys,

    BuddyPress v2.5.3
    Wordpress v4.5.2
    My own theme created with Artisteer

    Getting blank notifications for every user. Seems to happen when something is triggered (ie: user is mentioned in the activity wall or something else).

    Never used to happen, can only assume an update has caused it.

    Has anyone else had this? Is there a log file I can check to see what’s going on?

    Thanks

    danbp
    Participant

    at the moment, /register leads to a 404 error (page not found).

    I deleted that page and re created again.

    – Did you also deleted it definetly from Trash ?
    – Did you checked the existence of the page in BP pages settings ?
    – It seems also that you don’t have an activation page.
    – Once both pages are activated, go to permalinks, select any option except “default” and save.

    and inserted short-code

    All BP pages should always stay blank without any content. If you need a shortcode on a BP page, you must add it to the template.

    Configure BuddyPress

    #254536
    r-a-y
    Keymaster

    So what you’re looking for is to use a custom user avatar instead of BuddyPress’?

    Try the following code snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php:

    remove_filter( 'get_avatar', 'bp_core_fetch_avatar_filter', 10, 6 );

    Update – That code snippet only reverts the avatar in WordPress posts and comments.

    To override BuddyPress avatars in BuddyPress content with a custom avatar solution, you would have to hook into the 'bp_core_fetch_avatar' filter:
    https://buddypress.trac.wordpress.org/browser/tags/2.5.3/src/bp-core/bp-core-avatars.php?marks=534-549#L534

    #254535
    mmurguia
    Participant

    @danbp,

    This is not exactly what I need. Accounts are not created with buddypress or wordpress. They are created by Xenforo. This creates an account in wordpress, and also imports the users avatar correctly in wordpress. so it is a valid wp account with user avatar. I’d like Buddypress to use the wordpress avatar. Is this possible?

    Thanks!

    M

    #254532
    jasonegli
    Participant

    Hello, thanks for the advice. I installed the plugin, but unfortunately it still doesn’t appear to be sending registration emails. I noticed that the plugin mentioned above will be automatically disabled on BuddyPress 2.5.3 and higher because the functionality is already built-in.

    #254531

    In reply to: text field pre fill

    danbp
    Participant

    The correct file is bp-legacy/buddypress/activity/post-form.php. Don’t modify it, but copy/paste (same path – same file name) buddypress/activity/post-form.php to your child-theme and do your changes from there.

    #254530
    danbp
    Participant
    #254529
    danbp
    Participant

    I tested your code and CPT & Posts counts are both correct (on tab and profile).

    How did you implement CPT ? Try to test with the snippet given here:

    Post Types Activities

    #254526
    danbp
    Participant
    danbp
    Participant

    In one of the comments, it’s yet explained. (july 9th 2015)

    Read throught, built the ID list of the concerned users and add it to activity loop filter options

    Another approach is to use the buit-in fonctionnality of profile fields. The value is linked to any member ho filled the same value.

    This means that if you click New York on a profile, you get a list of all user who entered New York and by extension, you have access to all new-yorker activities.

    But if you want to sort the site activity of NY users only, you need to use the first solution and to code a bit more to add also a SWA filter for any existing state…

    #254524
    mmurguia
    Participant

    To be clear @sharmavishal and @djpaul,

    I have thousands of wp users that have avatar images. I want buddypress to use them. Is there a plugin that does this?

    Thanks!

    M

    #254522
    mmurguia
    Participant

    Hey @djpaul we probably misunderstand each other. I’m just saying that if a WordPress account has an avatar image, BuddyPress should use it.

    #254513
    Henry Wright
    Moderator

    The Change Default Members Profile Landing Tab article will help you do that.

    JWachsman
    Participant

    It’s actually a custom menu item that was created. It’s a questionnaire (Winner’s Questionnaire is the name of the page) that should only be visible to admin’s when logged in. So it’s not a built in menu item. I didn’t write the original code and as mentioned above I’m new to BuddyPress so this is pretty foreign to me.

    I’m not sure that really helps but hopefully it’s enough to give me a general answer to point me in the right direction.

    valuser
    Participant

    old testing site with an existing bp setup with groups.

    ok i’ve now got no error (so far) on an old but up to-date online multi-site multinetwork testing site with an existing bp setup with lots of groups.

    set-up
    WP 4.5.2
    BuddyPress Version 2.6.0-beta1 Network Activated
    PPHP Version 5.4.43
    MySQL Version 5.5.45-cll-lve
    Plugins: lots
    WP 4.5.2
    BuddyPress Version 2.6.0-beta1 Network Activated

    #254497
    Henry Wright
    Moderator

    In that case, this could be a bug. It seems the apostrophe isn’t being handled properly upstream. Can you open a ticket for this on Trac?

    https://buddypress.trac.wordpress.org/

    #254487
    sharmavishal
    Participant

    couple of plugins to make bp site private

    ex: https://wordpress.org/plugins/buddypress-members-only/screenshots/

    disable user can register option in general settings

    you can use any page as home page via settings-reading option

    to redirect user bp login redirect plugin to your activity page

    #254481
    bryanbatcher
    Participant

    That’s what I was worried about. There are other plugins that use activities in the way I want this plugin to. BuddyPress Like and BP Reactions do. I can try to dig into those and see how they do it. Maybe I can find a way to make this work.

    #254477

    In reply to: Emails

    Paul Wong-Gibbs
    Keymaster

    This sounds like an email sent by the paidmembershipspro plugin, which BuddyPress has no control over. Have you contacted that plugin’s developers for support? Or posted on its WordPress.org support forums?

Viewing 25 results - 10,151 through 10,175 (of 69,150 total)
Skip to toolbar