Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,376 through 10,400 (of 73,985 total)
  • Author
    Search Results
  • #267793
    r-a-y
    Keymaster

    Your developer would need to write an import script to parse your old database tables to match the BuddyPress DB schema.

    No way around it, unless you manually create each user and fill in each user’s data one-at-a-time. This would be painful if your existing site is quite large.

    r-a-y
    Keymaster

    You shouldn’t rely on PHP conditionals for CSS targeting.

    Use your browser’s developer console and check the various body CSS classes and then target the ones you want to use in your CSS stylesheet.

    Why not use something like?

    body.forums .YOUR-SELECTOR {color:red !important;}

    If you must use PHP conditionals, use the ones that BuddyPress provides:
    https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-core/bp-core-template.php#L2034

    View the list of functions in that file for all the ones you can use.

    celsosoares
    Participant

    I really can’t understand why is_page no longer works in some buddypress pages, it was a very simple and elegant way of finding out what page you’re on. Can someone help me with this:

    I WANT:
    1. If the current page is X
    2. Display a certain piece of code, or change some css styling

    REALLY, that’s it!!!!!!

    Here’s an example that still works:

    <?php if ( is_home() ) : ?>
        <style>.homepage i {color:#ffd647 !important;}</style>
    <?php endif; ?>

    Here’s an example that no longer works:

    if ( is_page( 'forums' )) : ?>
        <style>.homepage i {color:#ffd647 !important;}</style>
    <?php endif; ?>

    The only difference between those two that I can find is that in the second example I went into a buddypress page.

    VERY IMPORTANT NOTE:
    I want to use this sort of function in a granular level, so for instance if the current page slug is http://mysite.com/forums/forum/some-forum/ , I want to be able to call something like if ( is_page( ‘some-forum’ ))

    Hope that makes sense. Maybe there’s something wrong with my code as I’m not a programmer, but THIS IS SUCH A BASIC FUNCTION, why isn’t it better documented????????????

    Pls help!!

    darrylmit
    Participant

    Existing Site: cancer survivor community cancermatch.com

    Exists since last 7-8 years; created by an amature web designer using php-mysql. I have is access to .sql dumps of individual tables of the existing database.

    The current website only provides simple functionality to accept data from users through a form [typical form consisting of First Name, Last Name, health status, Branch, age, etc.).

    What I have done so far:

    Created a buddypress powered site on a staging url. Before I take it to the Internet, I need to import the data of existing users from existing database to the new buddypress site.

    To keep the things simple, I have replicated the input fields of existing website into my buddypress site.

    Problem:

    I want to have all the old information imported to my new buddypress site’s database so that the old users do not have to re-register on the new website.

    Is there a way to solve the problem? Please suggest

    ezhmkv
    Participant

    It really really drives me crazy. I digged through Buddypress activity classes and can’t find where action activity string brings together. I just need to change in bp_activities() cycle string “userXYZ123:new avatar” to “/*user_displayname_here*/:new avatar”.

    #267781
    soh0715
    Participant

    How can I allow my user to add post (image) using WP User Fronted Pro inside BP profile (A new tab for adding image)? Is that possible?

    #267780
    Kostov
    Participant

    Hello, in my new wordpress theme buddypress plugin stop working.
    Theme based on FoundationPress and i add:
    add_theme_support( 'buddypress' );
    but all styles & .js files missing.
    Any idea how to fix this?

    #267777

    Topic: Buddypress FAQ

    in group forum Installing BuddyPress
    richr1
    Participant

    Greetings,

    Is there any harm in copying elements of this FAQ for my site? https://codex.buddypress.org/member-guide

    #267775
    Henry Wright
    Moderator

    How are you trying to delete the buddypress folder?

    #267772
    Carsten Lund
    Participant

    copying the buddypress folder containing the members-loop.php to my child theme leaves my page blank.
    And now the folder can’t be deleted from the child theme…

    “buddypress” could not be deleted, because an error (22126) occurred.

    #267770
    Carsten Lund
    Participant

    I mean, the buddypress folder in bp-templates/bp-legacy

    #267768
    Carsten Lund
    Participant

    Copy, and at the same time leave the original buddypress folder under plugins?

    #267767
    Henry Wright
    Moderator

    You can find all of the templates in a buddypress folder here: bp-templates/bp-legacy.

    Step 1. Copy the buddypress folder to your theme. You should then have something that looks like this: wp-content/themes/your-theme/buddypress
    Step 2. Edit the files inside the buddypress folder.

    #267764
    Carsten Lund
    Participant

    Thanks, I have read the page about Template Hierarchy, can see this is very complex, at least to me.

    I looked to the buddypress directory which looks different:

    wp-content > plugins < buddypress > bp-members > ?

    members_loop.php does not exist, is this aam I in the wrong directory?

    I have tried to ad a buddypress.php file to both my theme and child theme directory, but this will prevent my site from loading?

    dmitrikbalski
    Participant

    I’m running WordPress 4.7.5 on XAMPP v3.2.2. Directory C:\xampp\htdocs\WP. I think my installation is in a sub directory as I haven’t delete the localhost “dashboard” yet. Or, inside xampp’s htdocs folder there are folders named ‘dashboard’, ‘xampp’ and ‘wp'(Which i’ve install my wordpress).
    I did not upgrade from previous version of WordPress.
    Yes, wordpress was functioning perfectly before I’ve decided to install BuddyPress.
    I have tried to install buddypress 2.4.5.

    And an error appeared after activating the plugin:
    Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\htdocs\WP\wp-content\plugins\buddypress\bp-activity\bp-activity-loader.php:269 Stack trace: #0 C:\xampp\htdocs\WP\wp-includes\class-wp-hook.php(298): BP_Activity_Component->setup_admin_bar(”) #1 C:\xampp\htdocs\WP\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #2 C:\xampp\htdocs\WP\wp-includes\plugin.php(453): WP_Hook->do_action(Array) #3 C:\xampp\htdocs\WP\wp-content\plugins\buddypress\bp-core\bp-core-dependency.php(115): do_action(‘bp_setup_admin_…’) #4 C:\xampp\htdocs\WP\wp-includes\class-wp-hook.php(298): bp_setup_admin_bar(Object(WP_Admin_Bar)) #5 C:\xampp\htdocs\WP\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #6 C:\xampp\htdocs\WP\wp-includes\plugin.php(515): WP_Hook->do_action(Array) #7 C:\xampp\htdocs\WP\wp-includes\admin-bar.php(83): do_action_ref_array(‘admin_bar_menu’, Array) #8 C:\xampp\htdocs\WP\wp-includes\class-wp-hook.php(298): wp_admin_bar_render(”) #9 C:\xampp\htdocs\WP\w in C:\xampp\htdocs\WP\wp-content\plugins\buddypress\bp-activity\bp-activity-loader.php on line 269

    I did not upgrade from previous version of BuddyPress.

    Slider Revolution
    Vibe Course Module
    Vibe Custom Types
    Vibe ShortCodes
    WooCommerce
    WooCommerce PayPal Express Checkout Gateway
    WooCommerce Stripe Gateway
    WPLMS Assignments
    WPLMS Customizer Plugin
    WPLMS Dashboard
    WPLMS Front End

    I am running WPLMS (https://themeforest.net/item/wplms-learning-management-system/6780226) V.3.0.1

    I did not modify the core files of the theme and WP in any way.

    I’m not sure if I have custom functions in bp-custom.php

    I have used a newer version of WordPress (4.8.1) and BuddyPress (2.4.5) = failed (got similar error)
    I’ve reinstalled and tried to install BuddyPress (2.5.5) = failed same error
    Again, I tried to use BuddyPress (2.9.1) and again failed.

    #267761
    Henry Wright
    Moderator

    Which template are you referring to in 1.?

    Check out the Template Hierarchy article. The file you’d need to copy and then modify is buddypress/members/members-loop.php.

    can both code snippets be placed either in functions.php or bp-custom.php?

    2 can but 1 isn’t a code snippet (you’re copying and then modifying a file).

    #267760
    Carsten Lund
    Participant

    I am looking at the thread “Adding profile fields to members directory”
    https://buddypress.org/support/topic/adding-profile-fields-to-members-directory/

    You wrote:

    There’s 2 ways of doing this.

    1. You could modify the members-loop template (see the BuddyPress Template Hierarchy for details on how that’s done). See here. You would just add bp_member_profile_data( ‘field=the field name here’ ); to the template.

    2. Add this to your theme’s functions.php file:

    function add_info_to_members_loop() {
    echo bp_get_member_profile_data( ‘field=the field name here’ );
    }
    add_action( ‘bp_directory_members_item’, ‘add_info_to_members_loop’ );

    Which template are you referring to in 1.?
    can both code snippets be placed either in functions.php or bp-custom.php?

    #267756
    Carsten Lund
    Participant

    The bp-custom.php resides in the /wp-content/plugins/ folder according to this thread:

    bp-custom.php

    When I move the code snippets from functions.php the codes have no effect.

    I expect the bp-custom.php needs to be placed in an folder, if yes, what should this be named?

    Regards
    Carsten

    Regards

    tsengelbayar
    Participant

    Need help on buddypress plugin translation on loco translator. I’ve tried to configure in advance tab by myself but failed. If someone knows, please help to deal this problem. I am urgently needed?
    Thanks,

    #267750
    mika69400
    Participant

    Hello,

    I have the same problem as you. Here is my message:

    Activity that will disappear on my database

    It is incomprehensible that no solution is found …

    #267749
    mika69400
    Participant

    Hello,

    I have the same problem as you. Here is my message:

    Activity that will disappear on my database

    It is incomprehensible that no solution is found …

    edh890
    Participant

    I’m having this dilemma on the site I’m currently building. I use Paid Membership Pro as my membership plugin to register members, and after registration, members are linked to BP as their profile pages.

    Now I need to add another group of users, advertisers, to the site. And after advertisers register via a differrent plugin, even though they have their own account / profile from the plugin they register through, these members will also automatically show up in BP, since at backend admin, they are just like other members from Paid Membership Pro, they are all Users. What that also means these advertisers can easily go to any member’s BP profile and private message them, just like any other members from Paid Membership Pro.

    Some plugin author suggested I use https://wordpress.org/plugins/user-role-editor/ to use user role to set restriction to a certain role’s access to BP. But I did not see any option there to block these advertisers’ role’s access to buddypress.

    Does anyone know of a way to achieve this? Thank you.

    #267744
    sanapinrsp
    Participant

    Mi sitio web se puso lento al activar el plugin de buddypress. Esto pasó al actualizar el hosting, con el mismo proveedor pero ya con mayor capacidad y ancho de banda ilimitado y dedicado. Antes era un hosting básico y funcionaba correcto, pero luego de cambiar el hosting el plugin puso muy muy lento todo y no se que hacer para tener una pagina fluida.

    Ayuda y mil gracias por sus comentarios

    #267740
    ulferlingsson
    Participant

    Users trying to sign up from cell phones and tablets have been complaining that the fields are not writable. I have confirmed it on my device. The login fields work, but not the buddypress fields.

    The WordPress version is 4.8.1, the BuddyPress version is 2.9.1, its in Spanish now but the bug appeared also when it initially was in English. Site: http://fuerzadepazvenezuela.com/

Viewing 25 results - 10,376 through 10,400 (of 73,985 total)
Skip to toolbar