Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,376 through 2,400 (of 22,713 total)
  • Author
    Search Results
  • #282269

    In reply to: SHOW GROUPS ADMINS

    diegomiguel05
    Participant

    hello, I’ve just tried adding the code on functions.php, but when i’ve opened it, the code has apeared in the section custom functions (where I added it before, using the wordpress theme editor). That’s why I don’t inderstand the error…and your hook also works perfectly, in spite of that error. Anyway I’ve done what you said, and have added it on function.php

    thank you again.

    shanebp
    Moderator

    Are you using BuddyPress 4.0 ?

    If so, you can file a ticket here.

    Be sure to state the BP version and the steps needed to reproduce your issue.

    #282263

    In reply to: Buddypress group

    shanebp
    Moderator

    If you are referring to BP 4.0, and the Fatal Error re add new members in wp-admin > Groups > Group > Edit, then you are correct.
    A bug report has been filed.

    #282255

    In reply to: Peepso vs Buddypress

    EricTracz
    Participant

    Well… let me add just my 2 cents here…

    PeepSo isn’t really expensive if you consider the level of support we provide, continuous and frequent updates etc. WPML compatibility is on our list, we still have a lot of other things to do before we can get to that.

    As we provide plugins for most functionality ourselves, updates won’t break anything. We test PeepSo with latest php, WordPress etc. to ensure it’s ready for whatever comes next. We’re already PHP 7.3 compatible. We have automated testing suite, dedicated server and an engineer to make sure everything always works.

    On the other hand there’s BuddyPress… to get all the functionality PeepSo provides with the bundle, you need to pay actually more… not only that but the need to go to multiple vendors, which don’t have the same development rate. You can update one thing and then the others don’t get updated and you’re stuck with outdated code. Or you upgrade something and break your site because it won’t play well with others. If you want to spend time one maintenance and making sure everything plays well together, sure. Go with BP.

    But just to touch base on customizations, when they are done properly with plugins, css, template or assets overrides they will not ‘break’ your custom code. Hacking plugins directly is NEVER a good idea. If you need advice on adding functionality or how to go about it, we can give pointers.

    dragonrubis
    Participant

    Hello,

    i’m on a new installation.
    Wordpress Version 4.9.8
    Unyson 2.7.20
    Woffice 2.7.8
    bbpress 4.0.0

    I’ve allowed the user registration, limited by the user email.

    When a new user register on the site, the site is sending the activation mail, but also emails telling the new user that the user X accepted his friend request, the user Y accepted his friend request and so on.
    At the moment i’m on the conception phase of the site with little number of users but i would like to correct this bug or missconfiguration.

    #282241
    frosttho
    Participant

    Hey all,

    I’m using the Mesmerize Design and I’m verry happy about it. But after installing BuddyPress I recognized that the Member and Group Navigations on the profile pages are missing.
    In both settings (horizontal and vertical) the don’t appear.
    Aquick view in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/home.php didn’t help me.

    Do you have any idea how to get the menu back? Users are nearly unable to use it without this navigation bar.

    Thanks!
    frosttho

    WordPress Version 4.9.8
    BuddyPress Version 3.2.0
    BuddyPress Plugin: LH Private BuddyPress 1.0.8
    Running on Apache / Ubuntu 18.04

    #282232
    funkman733
    Participant

    Hello everyone, in my installation of WordPress Multisite,

    I’m creating a site with social features using BuddyPress, bbPress, the theme SweetDate, Elementor, Slider Revolution and to manage WP membership Ultimate Membership Pro. I set everything, and everything seemed to be fine . Until yesterday everything is ok. I have customized the login and registration forms of the theme user with those of Ulimate Membership Pro. I have disabled the function of BuddyPress for user registration from the preset module of BP.

    Yesterday evening everything was OK, I was able to make user registrations and buy memberships. This morning I tried to register a user, but nothing happens … I reset the form of the theme, and by clicking on the registration key the user is redirected to a page [site_name] / register / that does not exist, reporting the error message 404. I have created the page “register”, and of course the page is white.

    I assigned BuddyPress the “register” page as a registration page, and now the user is redirected to the “register” page but remains white with the scroll wheel running at infinity. I tried to register from other subsites and everything works fine, even accessing it through [site_name] / wp-signup. I tried the same link on the site in question and nothing, white page with wheel that runs endlessly…

    Do you know what you can depend on and how you can solve?

    edited re line breaks and language – hoefully Google translate did not mangle the OP

    #282215
    darren1985
    Participant

    i am using the feature within buddypress to bring the ability to add articles/groups.

    it basically shows up like this site comment box, just basic text.


    @Venutius
    , article as in any news site you read it has text and images in the article.

    im able to allow users to add an article, set feature image, assign to category but in the actual body text its like this site, basic text no feature to add media.

    this can be done via the admin (backend) but i dont want users accessing my site via wordpress backend, id like them to do it via front end.

    #282205
    lookingahead
    Participant

    OH guess what…? 😀 Figured it out.

    I have a solution that so, sooo…..SSOOOOOOO many other people have been looking for, and I’m elated to say I’ve found it.

    Been cruising Stack Exchange, various WordPress plugin support threads, installing plugin after plugin, reading blogposts made by developers, comments made by disillusioned masses….I mean, it’s endless.

    But THANK GOD I found a solution!

    So it turns out that the code that BuddyDev mentioned was not to blame for the 500 error I mentioned in my intro. It was actually due to one of the two plugins that is recommended in BuddyDev’s tutorial (and they are now fixing that bug). 🙂

    I figured this out as I tried to reproduce the error while activating plugins in a different sequence.

    The first time I did this, I’d had BuddyPress disabled when I’d installed both plugins. I’d also already put the code mentioned in their tutorial into my bp-custom file. I then activated BuddyPress, and the site failed.

    This time, I had BuddyPress already activated, then installed and activated one of the two plugins BuddyDev recommended to use in the tutorial…and all was well. THEN…I installed the second plugin. And upon clicking ‘Activate’ the site failed again. NOTE: on the second attempt to reproduce the 500 error, I hadn’t put the code from the tutorial into my bp-custom file….

    And according to BuddyDev, even before I tried to reproduce the error, the bp-custom code I was using was sound.

    So when the site failed upon my attempt to reproduce the error, I knew: that plugin was to blame.

    Then, I found out more about that plugin…it is designed to be used for users to have extra fields to fill out upon signup, fields that would show in their Member Profile. And I have Member Profiles disabled. Wa-la!

    I then asked BuddyDev if I needed the plugin that failed…and THANKFULLY they said, ‘no — not needed for what you want to do.’

    WHEW!! 😀

    So, a summary:
    – Use custom code in bp-custom (pasted below)
    – Use one plugin in particular from BuddyDev
    – Do not use another plugin recommended by BuddyDev

    The plugin to DEFINITELY use, that was listed in their tutorial: ‘BuddyPress Member Type Generator’…that affects the ability for Webmasters to set custom member types AND an avatar specific to every custom type created! 😀

    The other plugin that was recommended in that tutorial, that is NOT needed to change user avatars for custom member types…not ever, as it has nothing to do with avatars — it was merely recommended in their tutorial so people could manage user profiles: ‘BP XProfile Member Type Field’

    SO. If you want to have a different default avatar for different member types, then you will need to use the ‘BuddyPress Member Type Generator’ plugin. Not the other one.

    Steps to take:
    1.] Download the ‘BuddyPress Member Type Generator’ plugin from BudyDev

    2.] Read their tutorial (I’ll paste a link below in follow-up comments to this comment)…do everything EXCEPT install the ‘BP XProfile Member Type Field’ plugin — it’s not needed for assigning an avatar via custom member type; it just is recommended in their tutorial to use so you can manage user fields 🙂

    3.] Use the code I’ll also paste below (in the follow-up comments) — modify it to your site’s name but insert your site name where I typed ‘sitenameprivate’…etc.

    4.] For creating more avatars with custom member types in the future, you’ll always have to update that same code in the bp-custom file…via FTP/SFTP; tbh that process is easy as pie once you realize how to do it

    5.] For making your life easier with switching out avatar images for member types without having to re-do the bp-custom file: just save over the image in your media library that is used for that particular member type…so the path is the same and your code won’t need to be changed

    Simple, yet difficult to find.

    Thank GOD FOR BUDDYDEV!!! <3

    #282198
    Venutius
    Moderator

    Ah ok, so you are taking a login widget and displaying it on that page.

    I think given you are a novice, then my first thought would be to try some different login widgets to see if they improve things.

    how about https://wordpress.org/plugins/ajax-login-and-registration-modal-popup/ ?

    #282192
    Kristian Yngve
    Participant

    WordPress: 4.9.8

    BuddyPress: Version 3.2.0

    #282191
    Kristian Yngve
    Participant

    Some goodens here:

    10 Free BuddyPress Themes

    #282183
    lookingahead
    Participant

    Hi!

    I’m looking to have a default avatar for different member types. So, upon registration, a user would be assigned, by default to the ‘Participant’ level. Or, another level.

    Thing is, if they register and are given a different level upon registration, such as ‘Moderator’ I do not want them to have the same default BuddyPress avatar as a ‘Participant.’ Because I want it to be clear in conversation threads what the level of each member is — who is ‘running things’ so to speak.

    I want Moderators to have a different avatar in conversation than a Participant. To make it obvious. And nooooo, looking at the top of the Group’s page is not sufficient to indicate this, as it would be easy to overlook if all avatars were the same; people are not going to easily see the ‘Moderator’ status under an avatar if they’re on mobile, or in a rush, or don’t care to view the person’s information/avatar past a glance. I want it to be incredibly obvious what level each person is in each discussion.

    And I want it to be automated. By default — that when a user signs up and is assigned a member type that they get the correct ‘member level’ avatar for their status.

    Note: I do not need this to be editable past their member type…because to be honest that is a hassle. I want it to be done based on their membership type, without me having to upload a new avatar each time…I want a member type to use the same avatar over and over again.

    And if that user’s level changes in the future, either to a higher level or a lower one, I want their avatar to be the new one — automatically — that is associated with their new member type that everyone else has, that has the same member type level as they now do.

    NOTE: I have ‘extended profiles’ shut off, and there is no reason to put them back on. I’ve tried that recently in my quest for ‘how the hell do I make avatars look different’…. 🙂 BUT turning on extended profiles messed up my site. Also, I tried turning on the feature ‘allow members to upload avatars’ and that messed up my site as well.

    I currently am using ‘BuddyPress First Letter Avatars’ with GREAT success; it is FAB. And the fact that it works to affect the appearance of BuddyPress avatars WITHOUT my having to enable extended profiles or turn on the ability for users to upload their own avatars…proves to me that I can edit avatars with code independent of those features being turned on.

    Remember — I can’t just have pretty avatars there. I need certain avatars based on member type. So using ‘BuddyPress First Letter Avatar’ as the plugin for my site is not a long-term solution. Currently my site is in development, so nobody else sees anything but me…when the site goes live though, I need to have the avatars populate based on member level. That plugin is not what I need…it does demonstrate that the idea I have behind getting this done is perhaps possible, though, as it does affect avatar appearance without breaking my site. I’d LOVE to reverse engineer it, and modify it for my purposes, but to be honest that’s a little past my paygrade. 🙂

    ONE OTHER thing to keep in mind: I do NOT want gravatars to be used on my site. Not ever.

    So I’ve shut those off. They repeatedly call back to the WordPress servers….something I don’t want. So I’ve used code that is listed in the BuddyPress codex to shut gravatars off. And am using a plugin to shut off gravatars within WordPress itself, outside of BuddyPress.

    Ideally, I’d love to accomplish setting avatars based on member levels, automatically, with a plugin. But currently no plugin exists to do this on Code Canyon, or the WordPress plugin repository, or elsewhere that I can find. I did find some code on BuddyDev that said we could use a couple plugins plus some PHP filters and etc….but I followed those directions and my site broke (500 errors)….which is what happened to someone else too (as mentioned in the comments), as recently as October of 2018.

    I am running WordPress 4.9.8 and the latest version of BuddyPress as well as bbPress.

    Thoughts?

    Thanks in advance for any and all assistance. 🙂

    #282178
    Venutius
    Moderator
    #282171
    shanebp
    Moderator

    … it sure looks like it’s being loaded but it just keeps reloading the same page

    Well, it’s loading the slug for a single group.
    But something is pulling in another template – perhaps the groups-loop template.

    It seems like your profile pages are heavily customized – can you try it with the standard BP templates ?

    I cannot duplicate this issue.
    Tested with the latest versions of WP & BP with Nouveau, in several themes.

    If you feel you have an issue that can be duplicated by others, you can create a ticket here.
    Be sure to include a link to this thread.
    Be sure to include all the steps necessary to recreate this issue.

    lookingahead
    Participant

    oh, by the way: my site has user profile creation disabled. also have disabled the ‘extended profiles’ as well as the option to allow users to upload avatars to their profiles.

    i tried re-enabling those things (‘extended profiles’ and ‘allow users to upload avatars’)…..my site stalled, then crashed not long after.

    sooooooo enabling those two things is not an option, lol!

    one interesting thing to note: whenever i use ‘buddypress first letter avatar’ then the buddypress avatar changes to be whatever the plugin says to put there (the first letter of the user’s name)….that’s awesome!! AND i am using that ‘buddypress first letter avatar’ without extended profiles being turned on and also using it without allowing users to upload avatars to their profiles.

    so i know that you CAN indeed change a user’s profile via programming without having to enable those two (annoying, lol) features in BuddyPress.

    i’ve considered modifying that plugin, but to be honest that’s a little above my paygrade. 🙂

    thoughts, @prashantvatsh? is there a simple solution i’m overlooking — a filter or something? no plugin i’ve found (so far) in the WordPress plugin repository can alter the BuddyPress avatar except the ‘buddypress first letter avatar’ plugin.

    lookingahead
    Participant

    hi @prashantvatsh! so i went to that link you posted (above) which then leads to a WPMUDEV thread…which uses an outdated chunk of code that apparently was created to work with a “social login” plugin….and many users from back in 2015 (which is after the code was shared) say it no longer works with their site, and a couple commenters even said it crashed their site. 🙁

    so….is there a filter/code that i can use to get BuddyPress to use the WordPress avatar that I set instead of the BuddyPress avatar…?

    i don’t think that article will help get BuddyPress to use the same avatar that WordPress is using on a site.

    please note: i have gravatars shut off on my site for WordPress and also for BuddyPress. i did it via code for BuddyPress, and am doing it via a plugin for WordPress. i will not be using gravatars…not EVER. 😀

    so now, all i need to know is how to get BuddyPress to use whatever avatar that WordPress is using on a site.

    please also note: i am “forcing” WordPress to use a local avatar….which is exactly what i want. then, if i could only get BuddyPress to use the same avatar that WordPress is using….that would also mean that bbPress will use the same avatar, because bbPress uses whatever avatar BuddyPress uses.

    so…..if i could find a way to get the avatar that WordPress is using to be used by BuddyPress, that would make me SOOO HAPPY!! 😀 it would be the last piece of the puzzle in my website avatar issue.

    main question: can you help me “remove the condition where it is checking if the user has uploaded avatar or not”….?

    follow-up question: in the future, would that mean that BuddyPress’s avatar is always in synch with WordPress’s avatar? in other words, would any changes to the WordPress avatar then automatically show up within BuddyPress (which would then mean bbPress changes too, because bbPress uses the BuddyPress avatar)…?

    thanks in advance for any and all assistance! 🙂

    rayasunn
    Participant

    WordPress 4.9.8 running CoverNews Pro theme
    BP Version 3.2.0
    site: http://www.sdcbalawandtech.org/

    I just installed BP and group posting is not working. When logged in as the admin or as a test user on another browser. I deactivated all plugins, no resolve. I uninstalled and reinstalled BP, no resolve. I installed theme Twenty Seventeen, no resolve. I installed BP on another site I manage and all the same issues. When clicking on the group name, it just loops back to the Groups page. I’ve placed screenshots and a movie on this page:
    http://www.sdcbalawandtech.org/bp-troubles/
    I hope these help and dont make you say wtf, haha

    Could there be a setting or an option or something I did on both sites that is preventing posting? Please make me feel stupid, I would love for this to be a simple fix. Any help – especially outside of the things I’ve already tried would be so great. Thanks in advance.

    #282137
    lookingahead
    Participant

    Ohhh, GOT IT!!

    looks like this code is exactly what is needed….i pasted it into a custom plugin and wa-la…credit goes to the fabulous @prashantvatsh! he replied in the support forum on his plugin (the ‘BP Custom Functionalities’ plugin)…like super quick, with the correct solution to me needing to restrict access to a user’s OWN profile. brilliant!

    here’s that support thread:

    https://wordpress.org/support/topic/restrict-access-to-users-own-profile/

    and here’s the code from prashant that i wound up putting into a custom plugin file and uploading to my site:

    add_action( 'wp', 'bp_own_profile_member_redirect' );
    function bp_own_profile_member_redirect(){
    	if(bp_is_user()){
    	    global $bp;
    	    $current_user_id = (int) trim($bp->loggedin_user->id);
    	    $member_id  = (int) trim($bp->displayed_user->id);
    	    if (!current_user_can('manage_options') && $current_user_id == $member_id)
    	    {
                    //Only admins can view their own profile
    	        wp_redirect(site_url()); //you can set any URL here
    	        exit;
    	    }
    	}
    }

    thanks again for all your help, @venutius — your help was fundamental to me figuring out the next steps (how the BuddyPress avatars exist and how to get those avatars to show what i wanted without messing with bbPress code)…i am truly grateful for all your assistance!

    #282133
    lookingahead
    Participant

    @venutius oh thanks for the suggestions, appreciate the plugin links…but they don’t accomplish what i need to do

    i need specific avatars for classes of users, ones that correspond to the styling and hierarchy of my site

    so identicons being ‘fun’…? sadly i don’t need fun, lol….i need a streamlined business look and fun with random identicons won’t work

    and creating local gravatar avatars for users that ‘don’t have one’ is also random — not corresponding with my site; if i wanted to have default gravatar avatars populate i’d just choose the options that come with WordPress by default — that already is an option

    and gravatar is incredibly cumbersome with its pinging to the servers where the gravatars are stored….it may seem minor to many, but it does burden a site

    plus, gravatars have weak coding that allow the email address of the user to be ‘scraped’ by bots

    so to protect my users from future spam and to keep my site as speedy as possible AND to have my site avatars correspond to the styling of my site i need gravatars to never ever ever be used, and nothing random either

    #282132
    Venutius
    Moderator

    I’ve found a couple of plugins for you to look at:

    BP Local Avatars

    And there is henry’s plugin:

    BuddyPress Identicons

    #282118
    Venutius
    Moderator

    What about – https://wordpress.org/plugins/disable-user-gravatar/ to disable the gravatar?

    #282102

    In reply to: Avatar blurred

    Venutius
    Moderator

    Might be an idea to raise this as a feature request on Trac – https://buddypress.trac.wordpress.org/ Maybe they can set the cropping window to max size as a solution?

    #282095

    After upgrade wordpress 5.0 beta 5-43933 everything ok with Buddypress 3.2.0 but after cliking on user message tab. The meassage inbox cant display.
    If anybody say any solve for this!!
    My theme: flatsome 3.7.1
    Website: https://microdoshomoeopathi.com

    #282093
    alriknijdam
    Participant

    This was already including my childtheme & custom functions.php.
    Literally everything slightly related to wordpress was checked.

    Best regards,

Viewing 25 results - 2,376 through 2,400 (of 22,713 total)
Skip to toolbar