Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,851 through 1,875 (of 22,686 total)
  • Author
    Search Results
  • reviseshare
    Participant

    WordPress version=5.2.2
    BuddyPress version=4.4.0
    Link to site=www.reviseshare.co.uk
    Using this with Aardvark theme (developer has made it clear that he cannot help us, as this is definitely a BuddyPress issue).

    Hi, we are developing a revision sharing website platform (as two students that have recently finished A-Level exams) and the most recent problem we have been trying to resolve is with BuddyPress. Firstly, when the user goes to their account, their posts do not appear. We are using a USP Pro submission form for users to submit posts, but we do not think this is the cause of this particular issue. Here is an image showing the problem: Illustrating no posts problem

    Secondly, when a user tries to change their profile image and uploads a file, the crop image messes up and only shows a dot that you cannot move or resize.

    We have tried reinstalling BuddyPress many times to no avail. We cannot express how grateful we would be for a solution, because without BuddyPress, we don’t think we would be able to launch the site.
    Thank you in advance.

    #307361
    denniosgwanka
    Participant

    Email should work but much can go wrong including things connected to plugins, themes and functions.php or bp-custom.php files.

    Presuming the email didn’t go into spam, and WordPress sent emails before installing BuddyPress, then one thing that can be tried is disabling all plugins except except buddypress and the ( un-customised ) bp-default theme.

    If this is a localhost/dev site then php / server has to be correctly configured and/or upgraded for email. Alternatively WP Mail SMTP may be useful in this situation…

    The main email address is set on the wordpress Settings > General page.
    I would advise you check you have correct PTR record for your IP address, and also set a SPF record along with your MX records doing these two things can drastically affect how mail servers receive your mail or reject it if not happy these two items exist and check out as valid.
    There may be other issues in some situations. For more info see: How to fix WordPress Not Sending Email issue

    #307360
    denniosgwanka
    Participant

    Email should work but much can go wrong including things connected to plugins, themes and functions.php or bp-custom.php files.

    Presuming the email didn’t go into spam, and WordPress sent emails before installing BuddyPress, then one thing that can be tried is disabling all plugins except except buddypress and the ( un-customised ) bp-default theme.

    If this is a localhost/dev site then php / server has to be correctly configured and/or upgraded for email. Alternatively WP Mail SMTP may be useful in this situation…

    The main email address is set on the wordpress Settings > General page.
    I would advise you check you have correct PTR record for your IP address, and also set a SPF record along with your MX records doing these two things can drastically affect how mail servers receive your mail or reject it if not happy these two items exist and check out as valid.
    There may be other issues in some situations. For more info see: WordPress Not Sending Email – Mail SMTP Not Working

    #307359
    denniosgwanka
    Participant

    There might be problem in your theme, its better to check your wordpress theme first of all. This post might help you – https://secure.wphackedhelp.com/blog/detect-malicious-code-malware-wordpress-themes-plugins/

    #307355
    knelsonkris
    Participant

    Hi,

    Every couple of weeks the buddypress forum stops working on http://www.Livelikeaviking.com. I have to “flush” the permalinks and everything is fine.

    I don’t know that it isn’t working until one of our subscribers complain – not a good situation.

    Please try to supply answers to the following questions.

    1. Which version of WordPress are you running?

    Wordpress 5.2.2

    2. Did you install WordPress as a directory or subdomain install?
    It is an add-on domain at SiteGround

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    Yes – have upgraded since 4.8 however the issue was occurring then also.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Yes – everything works perfectly.

    6. Which version of BP are you running?

    2.5.14

    7. Did you upgraded from a previous version of BP? If so, from which version?

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Yes – a lot of them

    9. Are you using a standard WordPress theme or customized theme?
    Using the Voce theme have a child theme

    10. Which theme do you use ?
    Voce theme – http://www.wpstudio.com

    11. Have you modified the core files in any way?
    No

    12. Do you have any custom functions in bp-custom.php?
    NO

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress

    No errors

    15. Which company provides your hosting?

    SiteGround

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    Apache

    17. Which BP Theme are you using?

    18. Have you overloaded any BuddyPress template files.

    No

    19. Any other site customisations that might have a bearing on the issue?

    No

    #307354
    nwus30
    Participant

    Link to my site
    WordPress version 5.2.2
    BuddyPress version 4.4.0

    Can you help with how to customize and add Social Login to the buddypress login form? I have attached a copy of the login form.

    `Login form

    Thank you

    #307344
    Mathieu Viet
    Moderator

    Thanks a lot for your interesting suggestions @coolhunt. I agree we need to talk about how we can improve BuddyPress documentation and about how to find help to start using/resolve issues.

    We are currently working on the next major version of BuddyPress (5.0.0). As soon as it’s released, I’ll start a discussion about it from our Development news blog.

    PS: really happy you like the work accomplished in Bowe Codes (although it would benefit from some improvements, but that’s another topic 😉 )

    #307337
    Boone Gorges
    Keymaster

    Hi @m4soN – The easiest place to add custom CSS is in the Customizer. See https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/.

    Once there, you’ll need to learn a bit about how CSS works to make the changes you want to change. Without knowing more about what “very ugly” means, it’s hard to give specific instructions. But let’s say you wanted to increase the field padding. You might introduce the following CSS:

    
    .buddypress-wrap .bp-tables-user tr td {
      padding: 20px;
    }
    

    Here’s some more info about getting started with CSS: https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS

    #307331
    Boone Gorges
    Keymaster

    Hi @sibahmed, and thanks for the post!

    Unfortunately, BuddyPress doesn’t have these kinds of fields built in. They’re called “nested” or “conditional” fields, and they’ve been requested in the past – see https://buddypress.trac.wordpress.org/ticket/579. It’s a large job to build it as a feature for BuddyPress, though it’d be easier to build a custom tool for yourself that does this.

    If you’ve got the technical experience, you could a custom BP_XProfile_Field_Type, whose edit logic would contain the markup and JavaScript to enable these sorts of fields. I did some quick searching, and it looks like someone was writing this at some point – see https://rimonhabib.com/coming-up-next-buddypress-nested-conditional-fields/. Maybe worth following up there?

    #307329
    Boone Gorges
    Keymaster

    Hi @cassel – Thanks for the post!

    I’ve just installed All In One SEO to try to reproduce. Looks like the line numbers have changed – I’m seeing 5711 now, instead of 4735! – but the error is still there.

    Looking into the all-in-one-seo-pack code, it appears that this error only occurs if you haven’t yet saved the options for this plugin. Once you’ve done so, the error ought to go away.

    For the record, I was able to trigger this notice even without BuddyPress.

    I’ve opened a ticket with the All In One folks to let them know about the bug on their end, so stay tuned at https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/2805 ! In the meantime, you might consider forcing errors not to be displayed on your production site – always a good idea. See https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/

    #307296
    coolhunt
    Participant

    Im sorry to say that despite of the “updates” — BP is an extreme bear to wrestle..

    1) SUPPORT of any sort seems to be very lacking
    2) The usability (ui/ux) is sketchy –> its one of the reasons BP adoption is klunky (it takes too much work)
    3) the “THEME” (look & feel) is awful
    4) Theres SPAM on the support forum
    5) Documentation is getting sketchier & sketchier
    6) Between Buddypress, The Built-in wordpress-user/author mechanism AND “wordpress.com user-system” –its just confusing
    7) The Buddypress plugin ecosystem is a big gamble (most dont work right)
    8) WP community ALWAYS preaches to have as little plugins as possible – but get getting buddypress to be usable takes at least a dozen

    ***SUPPORT OF ANY SORT IS LACKING*****

    jcfromkc
    Participant

    I’m looking for a way to remove or replace […] at the end of blog post excerpts on the Activity Stream. I’ve found a way to replace […] on the blog page by using the following code.

    function new_excerpt_more( $more ) {
    return ”;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);

    excerpt_more is a WordPress filter. It helps with the blog page, but not the BuddyPress Activity Stream.

    I found another filter, bp_get_activity_content_body but so far I haven’t been able to make the filter do what I want it to do.

    Can someone please point me in the right direction? What BuddyPress filter can I use to remove or replace […] on the Activity Stream?

    Thx!

    #307290
    BuddyBoss
    Participant

    Hey,

    Michael from BuddyBoss chiming in here. I can’t speak for BuddyPress, but I do want to clarify some of what was mentioned about BuddyBoss.

    It does not seem their fork will survive on its own(been following their updates from the first release till now) if the BuddyPress development ceases

    This is definitely not the case. Right now if BuddyPress development ceased, it would have no impact at all on what we’re doing. We are no longer pulling code from BuddyPress since forking (besides security patches) and our development team is substantially larger than the core team of developers at BuddyPress. Also our developers are all paid, full time staff, so we are able to build features very rapidly. And we will eventually open up the plugin to allow others to contribute to it. We’re not going anywhere.

    Other than that, no membership plugin has a vast eco system than BuddyPress(It has 500+ addons on wordpress plugin repo).

    BuddyBoss Platform has the same ecosystem. We have taken great care to make it backwards compatible to BuddyPress and to make sure that any existing BuddyPress plugin works out of the box with BuddyBoss. And if it doesn’t, you can submit a support ticket and we’ll patch it so it works.

    #307284
    Brajesh Singh
    Participant

    Hi,
    BuddyPress.org is not shutting down. The next version of BuddyPress will be available on 15th.
    You can follow the development here
    https://github.com/buddypress/BuddyPress

    and for the upcoming REST API here
    https://github.com/buddypress/BP-REST

    BuddyBoss’s fork is mega bundle of BuddyPress and a few other plugins(bbpress, bp-profile search, and a few others) with minor enhancements. It does not seem their fork will survive on its own(been following their updates from the first release till now) if the BuddyPress development ceases. Consider it as a distribution that bundles some needed functionality together than a real fork(atleast until now).

    There have been many community plugin available in past(ultimate members, user ultra and I can recall 4-5 others) which have been doing well. There will be even more.

    The choice should be based on your needs. Using a commercially supported plugin provides better support which BuddyPress lacks currently. If support is important, BuddyPress may not be the best choice.

    Other than that, no membership plugin has a vast eco system than BuddyPress(It has 500+ addons on wordpress plugin repo).

    Hope it clarifies and helps you decide.

    Regards
    Brajesh

    #307267
    iamthewebb
    Participant

    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
    Has a list of things that could potentially help fix the problem.

    #307265
    Xohnor
    Participant

    Hi everyone, I developed this problem some weeks ago and I don’t know to solve it.
    Whenever i access my website I see nothing but a white blank page, I asked some people who told me the issue is called White Screen of Death, but one of them told me he could only help with me paying him a few bucks and I believe its justs a minor issue i can fix myself with a little guide since I am a little broke.
    So any help would be appreciated.
    Thanks!

    #307254
    Russ Powers
    Participant

    Not sure if this is still relevant, but you can easily remove the email address field without having to remove the entire page. This can be accomplished by editing the BuddyPress template files you copied into your WordPress theme (wp-content/themes/mytheme/buddypress).

    The file you will want to edit is named general.php and is located in “wp-content/themes/mytheme/buddypress/members/single/settings”. Once you locate general.php, simply delete the following code located around line 27 and 28.

    <label for="email"><?php _e( 'Account Email', 'buddypress' ); ?></label>
    	<input type="email" name="email" id="email" value="<?php  echo bp_get_displayed_user_email(); ?>" class="settings-input" <?php bp_form_field_attributes( 'email' ); ?>/>

    Presto! No more email field 🙂

    #307253
    james4177
    Participant

    I am new to WordPress and Buddypress. I have a couple of items I am struggling with and would love a little direction.

    1. In Buddypress, when you visit a group that is private, you receive a default message that says “This is a private group. To join you must be a registered site member and request group membership.” I would like to add a button directly below this message that says “Register”. This would need to be connected with the default message in some way so that the register button appears every time (and for every different group) the default message is displayed. I tried before but it seemed to connect the button only to one particular group. How can I go about adding this to the default message and what file and where in that file would I edit such a thing?

    2. Once they press the button to register, how do you get them to redirect back to the group they were originally linked to?

    3. In Buddypress, is there any way to turn off the public, private, or hidden options when creating a group and just make all groups private automatically?

    I would really appreciate any assistance. Thank you.

    #307251
    tirinorius
    Participant

    I am new at asking for assistance in these forums. So, bear with me please. I am working on a WordPress site that involves BuddyPress groups as well as the membership system that PMPro provides. I am using these on the Kleo theme. I am looking to have a site that has many users who will make groups for their needed purpose. What I need to figure out is, once that group is made the user will send a link to the group they created to the guests they want to join said group. The guest that received that link will click on it and be sent to the group, however, they will still need to sign up to the site to access the group.

    What I would like to know how to do:
    1. The guest will be able to see the group (from clicking on the sent link) but I would like there to be a button on that page prompting user to sign up to the site to join the group.
    2. Immediately after registration, which will be a form on its own page, the guest will be redirected back or to the same group page as the link clicked.

    I am fairly novice at this kind of thing and not really even sure where to even start, so I hope that I explained it well enough and I appreciate any assistance greatly. Thank you!

    #307242
    Ricardo J F
    Participant

    We are trying to redirect the users after registration on our site to a specific page (https://ficando.com.br/obrigado), without success. They are always sent to the site main page.

    We could get the user to be redirected on his first login to the page above, from a code from PMPro site, working fine.

    We are able to redirect the user after login to the desired page, no problems either.

    We tried this on functions.php, nothing changes:

    function wpse_19692_registration_redirect() {
    return home_url( ‘/obrigado’ );
    }

    add_filter( ‘registration_redirect’, ‘wpse_19692_registration_redirect’ );

    We tried a modification on bp-custom.php file, also without success:

    <?php
    /**
    * @package WordPress
    * @subpackage Seeko
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Seeko 1.0
    */

    add_action( ‘bp_complete_signup’, ‘buddydev_redirect_after_signup’ );

    function buddydev_redirect_after_signup() {

    $page = ‘obrigado’;

    bp_core_redirect( site_url( $page ) );
    }

    ?>

    No matter what we do, nothing changes. Any ideas on how to achieve that?

    Any help is much appreciated.

    WP: 5.2.2
    BP: 4.3.0
    Theme: Seeko v. 1.1.5

    iicchisan
    Participant

    I’ve been spending my time searching for a way to add Custom User Role in a Group whenever the Administrator (or anyone with access) add new member into that specific Group in WordPress but there’s no luck.

    what I’m trying to do is for example in WordPress, I have a user name “Kevin” with default user role “Contributor”. I want to add Kevin into a group named “Dev Team” with custom role as “Web Designer” specific only for that group. currently if I add users into a group, it will display default role as “Members” only. and I like to display custom user role for each member in a group.

    so the default will be like:
    Group: “Dev Team” Members:
    Michael (Administrator)
    Kevin (Moderator)
    Keith (Member)
    Lisa (Member)

    while what I want to achieve is:

    Group: “Dev Team”. Members:
    Michael (Administrator)
    Kevin (Web Designer)
    Keith (Programmer)
    Lisa (System Analyst)

    Group: “Marketing Team”. Members:
    Michael (Administrator)
    Kevin (Marketing Operator)
    Keith (Database Administrator)
    Lisa (Customer Service)

    is there any way to achieve this?

    #307222
    rsmithgs
    Participant

    WordPress Version: 5.2.2
    BuddyPress Version: 4.4.0
    bbPress Version: 2.5.14

    Hello, I’m looking for a hook to grab data of new topics and replies as they are added.

    I was thinking this would do the trick, but it does not trigger my curl request.

    add_action('groups_forum_new_topic_after', 'group_was_posted_on', 10, 2);
    add_action('groups_forum_new_reply_after', 'group_was_posted_on', 10, 2);

    Then I tried this:

    //new topic was created
    add_action('bp_forums_new_topic', 'group_was_posted_on', 10, 2);
    //new post was created to a topic
    add_action('bp_forums_new_post', 'group_was_posted_on', 10, 2);

    Still no luck. What actions/hooks do I need to use for:
    User creates a new topic
    User creates a new reply to a topic

    Thanks for your help

    justvdv
    Participant

    Hi,

    My goal is to grab the buddypress private messaging part and include this in another page such that this can be used as a single messaging feature without the complete buddypress profile.

    I am somewhat familiar with customizations of templates and usage of hooks in wordpress.
    My wordpress version is 5.2.2 and my buddypress version is 4.4.0.

    So when digging into buddypress I found the bp_templates folder and figured out that to for example load the message composition part we should use bp_get_template_part( 'members/single/messages/compose' );. This included the part but without any styling while the stylesheet of buddypress does seem to be included when looking into the developer tools of Chrome.

    Therefore my question is: How to include the complete private messaging part on another page with the styling included?

    Kind regards,
    Justvdv

    #307153
    TonyPrower
    Participant

    Here is my profile
    https://nature-photo-travel.co.uk/members/radar/

    I am admin and I chose “radar’ to add an extra level of security. hat security is compromised because my ‘hard-to-guess’ admin name is displayed on my public profile and even in the url.

    What a gift for the hackers!!

    I have ‘Tony Prower’ set as my display name in my wordpress profile. How do I get that to reflect in my buddypress profile?

    #307118
    iamthewebb
    Participant

    It may be worth having a look on their support forums but the first thing I found when I did a quick search was https://wordpress.org/support/topic/problem-with-multiple-users-member-site/ which seems to describe what you experienced.

    Hope the launch goes well!

Viewing 25 results - 1,851 through 1,875 (of 22,686 total)
Skip to toolbar