Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,376 through 2,400 (of 22,649 total)
  • Author
    Search Results
  • #282499
    Venutius
    Moderator

    It’s here, see the bottom of the page:

    BuddyPress

    thafley
    Participant

    @shanebp

    RESOLVED!

    I completely wiped away everything and started ground up with Server 2016 and IIS. I installed PHP 7.2, MySQL 5.6, PHPMyAdmin 4.8.3, and WordPress 4.9.8.

    I did all the manual configuration required for each. Installed the theme/plugins again. This time buddy press installed correctly with all the directories needed to access messages, etc.

    The only thing I did differently was change from MySQL 8.0 to MySQL 5.6 and enable some extensions. I followed this article to the T:

    A Complete Guide to Installing MySQL and PHP with IIS

    Thanks for the support @shanebp !

    #282459
    Anonymous User 16484011
    Inactive

    Hi orientsee,

    Kindly use this free WordPress plugin for better customization.

    Regards

    #282446
    shanebp
    Moderator

    Thanks for the report.
    Please see the support forum for that plugin and make any further comments there.

    #282406
    Brajesh Singh
    Participant

    Hi,
    It is a bug in BuddyPress 4.0.

    BuddyPress 4.1 is coming soon and will have it fixed.

    Please see the ticket for more details.
    https://buddypress.trac.wordpress.org/ticket/8012

    Regards
    Brajesh

    #282387
    Venutius
    Moderator
    #282379
    thafley
    Participant

    Yeah, Apache seems to be the way to go with WordPress? My boss just likes IIS… I have researched and debugged various things and done fresh installs a few times but I have not tried using buddypress with a different theme and manual user creation. I will try that and report back. Thank you for the tip!

    #282311
    frosttho
    Participant

    Hey All!

    It’s me again. I upgraded from BuddyPress 3.2.0 to 4.0.0. After the Upgrade the “Add Members” Form on the Group Page in the Backend was empty. I only got the title “Add new member”.

    Is there any workaround?

    Thanks in Advance
    frosttho

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

    #282280
    shanebp
    Moderator

    You should follow this ticket.

    #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.

    #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

    #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! 🙂

    #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

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