Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,651 through 4,675 (of 69,040 total)
  • Author
    Search Results
  • FTLRalph
    Participant

    So a user discovered today if they make a post with <li>...</li> tags OR with just a single <li> tag, the </li> tag seems to be removed upon processing the comment and the whole site layout obviously takes a dump.

    (This doesn’t seem to happen if the <li> tag is properly placed in a <ul> or <ol>)

    ALSO.

    A user can assign classes to their HTML elements. The same classes used by the website’s CSS, thus allowing for ridiculous formatting in their comments.

    I don’t want to disallow HTML (some users utilize bold, code, etc) and that’s fine, but I obviously would like to fix the <li> issue, and also not allow HTML elements to be assigned classes.

    I have no idea where even to begin…what function to extend off of and even then what PHP to use to validate/fix?
    Maybe a strip_tags before a comment is posted to remove everything except for <strong> and others, but dunno how to fix the class issue…

    (Buddypress 3.2.0, using legacy theme)

    #306187
    shanebp
    Moderator

    That folder will not exist in ftp.

    Did you assign a page to the Members component?

    wp-admin > Settings > BuddyPress > Pages

    Assign a page to each item shown on that screen. You can create a page and assign it – but leave the page blank.

    #306181
    fynnge
    Participant

    Hey,
    My problem is the Buddypress on the pages created by the plugin displays no content and pages such as (notifications) are not at all found [The requested URL / members / fynn / notifications / was not found on this server.] Can anyone help me there

    http://prntscr.com/ntyvp1
    http://prntscr.com/ntyvzm

    Wordpress Version: version 5.2.1
    BuddyPress Version : Version 4.3.0

    #306177
    snorklebum
    Participant

    https://wordpress.org/plugins/buddypress/advanced/

    Wordpress.org, search for the plugin, on the plugin page click advanced view, scroll to bottom and there should be an option to select previous versions for download.

    I’m assuming you haven’t been taking backups if you are unable to roll back, now would be a good time to install updraftplus or similar so you have a backup available.

    8star
    Participant

    Hello team,
    BuddyPress new update is conflicting with my website. But it was working with the previous version. But I don’t know exactly, which version was I using. Can You explain How can I download the old version and check 1 by 1, which is working or other not? Right now, I have a new update of BuddyPress Version 4.3.0.
    Please guide me over this issue.

    Best regard,
    Vivek

    jarrettttt
    Participant

    I’ve tried Yoast and other seo plugins showed sitemap error.
    After troubleshooting by enabling and disabling plugins, I find the sitemap error is due to a conflict with buddypress(the latest version as well). It seems buddypress has caused empty lines in the sitemap xml, I wonder is there a way to resolve this? Thanks!

    Following is the error message when trying to access yoast sitemap_index.xml

    XML Parsing Error: XML or text declaration not at start of entity
    Location: http://127.0.0.1/wordpress/sitemap_index.xml
    Line Number 3, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?><?xml-stylesheet type=”text/xsl” href=”//127.0.0.1/wordpress/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl”?>

    a608237
    Participant

    I added some customized content to the buddypress.php template in my theme, but no matter the section (notifications, activity, profile etc.), my custom content appears in every page.

    How can I have the content appear only on the home page (or another specific profile page?)?

    Thanks in advance.

    #306129

    In reply to: Lost Password Link

    shanebp
    Moderator

    Another plugin is the path of least resistance if you don’t know how to code, don’t want to learn and don’t have a developer.

    Adding the lost-password link is easy.
    Just use one of the action hooks in the class for that widget.
    I suggest you use this hook: do_action( 'bp_login_widget_form' );
    For the hook context, see this file:
    buddypress\bp-core\classes\class-bp-core-login-widget.php

    If you don’t know how to code, share the hook info with your developer.

    Venutius
    Moderator

    Are you using BP Nouveau? Are you using Cover-images?

    if so you would need to overload the plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php file:

    1. Setup a child theme.
    2. make a copy of cover-image-header.php
    3. Edit line 23 of cover-image-header.php as follows:

    Current:

    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    edited:

    <h2 class="user-name"><?php bp_core_get_username( bp_displayed_user_id() ); ?></h2>

    4. place your edited copy of cover-image-header.php in themes/your-child-theme/buddypress/members/single

    #306125
    Venutius
    Moderator

    Have you ruled out conflicts with other plugins or your theme?

    In a vanilla install this feature works so it’s reasonable to suppose there’s something in your specific configuration that is preventing this functionality.

    Try deactivating all other plugins apart from BuddyPress and switching to a default theme such as 2019.

    #306124

    In reply to: Lost Password Link

    Venutius
    Moderator

    Have you investigated other login widgets that have this feature? For example https://wordpress.org/plugins/login-sidebar-widget/

    The alternative is to raise a feature request on Trac https://buddypress.trac.wordpress.org/

    #306118
    elucinda
    Participant

    Hi I use the Buddypress widget login on my site.

    I’m using the latest Buddypress & WordPress version.

    It doesn’t have a lost password link, how can I add this?
    What else do I need to do to set this up? Is there a form accessible for this in buddy press?

    Thank you.

    Home Full Page

    ovihasan
    Participant

    I develop a site. Where I use Buddypress plugin for User profile. When I visit any user individual profile in the beginning of the profile it shows user username. But I want to show the Name of the user there instead of username.

    I’m hoping that there is an easy answer to this.

    Here is the Screenshot of the problem and what i want shown there.

    Venutius
    Moderator

    Try downloading the latest version from here:

    https://github.com/r-a-y/buddypress-followers

    bhattarai1995
    Participant

    Hi there, thank you so much. It seems there is a bug in the buddypress follow plugin. It was updated 3 years ago and is not completely working now. When i follow another user an error page comes up front (although following the user does happen). Are there any codes or anyway to correct this problem? Thank you. Please reply.

    #306111
    Venutius
    Moderator

    BuddyPress does not come with that option, it must be added by something else I’m afraid.

    Venutius
    Moderator

    ONe option is to overload the buddypress css by creating a file in themes/buddypress/css/buddypress.min.css you could then choose not to add any bp css styling to those elements.

    #306109
    Venutius
    Moderator

    What you could to is overload buddypress/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php line 58 to be as follows:

    <?php if ( bp_is_group_home() && ! bp_nouveau_groups_front_page_description() && bp_nouveau_group_has_meta( 'description' ) ) : ?>

    #306104
    harshdev92
    Participant

    Hi

    Please help me how I can take a print of BuddyPress user profiles or save them as a pdf from the backend or frontend. Thanks in advance

    Site is working on the latest BuddyPress and WordPress version

    site link

    Home

    #306102
    jsanjak
    Participant

    Okay, turns out the entire problem was solved by simply deactivating the “Automatically check for new items while viewing the activity stream” buddypress setting.

    It was effectively the same issue as in this thread https://buddypress.org/support/topic/buddypress-js-not-loading/

    #306101
    shanebp
    Moderator

    Do you still want to use private messaging?
    If not, simply turn off the Messaging component in wp-admin > Settings > BuddyPress

    #306073
    fulviods
    Participant

    Hi

    I have the last version of wordpress and buddypress but our site is not visible (its private)
    You can only see the home page http://www.test2.allianceschlumberger.org

    I would like to replace the username by the first name and last name in the forums but also in the email notifications..how can i do it ? i didnt find a valid solution

    #306065
    delauney
    Participant

    I have WP 5.2.1, BP 4.3.0, PHP 7.3.5, GhostPool Aardvark Theme 3.5

    I can create groups, but when I click on the group, it never opens and I get a white page.

    I have tried deactivating plugins, didn’t resolve issue.
    In error logs I have this:

    PHP Fatal error: Uncaught Error: Call to undefined function bp_nouveau_group_meta() in /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress/groups/single/group-header.php:24
    Stack trace:
    #0 /home4/bandarro/public_html/wp-includes/template.php(724): require()
    #1 /home4/bandarro/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/home4/bandarro…’, false)
    #2 /home4/bandarro/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false)
    #3 /home4/bandarro/public_html/wp-content/themes/aardvark/lib/sections/single/page-header.php(112): bp_get_template_part(‘groups/single/g…’)
    #4 /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress.php(21): ghostpool_page_header(0, ‘gp-fullwidth-pa…’, ”, ‘320px’)
    #5 /home4/bandarro/public_html/wp-includes/template-loader.php(78): include(‘/home4/bandarro…’)
    #6 /home4/bandarro/public_html/wp-blog-header.php(19): require_once(‘/home4/bandarro…’)
    #7 /home4/ban in /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress/groups/single/group-header.php on line 24

    #306062
    jsanjak
    Participant

    Sorry for the error code dump. According the admins of wpengine there is no minification implemented.

    The theme I am using (woffice) uses BuddyPress and has thousands of installs that work just fine. This error occurs with nothing but a fresh install of the theme and no other plugins.

    Any other thoughts? To me it seems that there is some interaction between BuddyPress code and wpengine, but I really don’t have the technical background to figure it out.

Viewing 25 results - 4,651 through 4,675 (of 69,040 total)
Skip to toolbar