Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,601 through 19,625 (of 94,540 total)
  • Author
    Search Results
  • #239449
    viesii
    Participant

    Where did you see that in the codex?

    At Codex page about members loop.

    codex
    ^here.

    Thanks again!

    #239446
    ultimateca
    Participant

    So ive created a website using wordpress and buddypress, i have email activation active, users are getting the emails but when they click the link there accounts go in to pending mode, then i have to go into users and activate them myself is there anyway for it to automatically active it when they go through the link ?

    any help is appriciated

    #239444
    hammed4real101
    Participant

    Please, the sidebar i created for my BP page is not showing. I dont know if the fault is from my theme or the buddypress.

    here is the link to the page;

    http://dliplanet.com/activity/

    i will appreciate your feedback….. Thanks

    killabien
    Participant

    Hello,

    I have created two custom fields using buddypress plugin. Those are age and country. I want to divide content by age and/or country but I still don’t know how to do it. How can I get the data that users input during registration and insert that into a template?
    Let’s say that someone clicks on an age group 20-30’s. In that group I’d like to display the content only of the users whose age falls into that range.
    The same with countries. If someone clicks on the UK then all the UK users’ blogs will be displayed.

    I would really appreciate your help. Thank you

    Regards

    David

    Antipole
    Participant

    Hi.. please can I have some help with this one. My site uses BuddyPrees and the theme Attitude by ThemeHorse. The register page (see here) is causing confusion as some would-be users are filling in their proposed user credentials in the log-in fields in the sidebar. I need to suppress the sidebar on this register page.

    The guidance I have found on-line is to edit the theme (better a child theme) to make the call to get_sidebar() conditional, such that it is omitted for the registration page.

    However, my theme Attitude has an option to choose layout on a per page basis – in the control panel for that page I can override the default layout to ‘no sidebar’.The theme is doing conditional call to get_sidebar() depending on the page settings – nice! This works for all normal pages. However, this selection has no effect if the page is set as the BuddyPress register page. It appears that BuddyPress is doing its own thing here, despite the theme.

    I have done various tests, including:
    (1) Deactivated all plugins except BuddyPress – no change
    (2) Set the BuddyPress registration page to none and put the shortcode [bbp-register] on the register page. In this case I get the no sidebar layout as selected for the page but only a minimal registration form without the extended core fields.

    Advice please and thanks in anticipation.

    WordPress v4.2.2 Not network; not sub-domain
    BuddyPress v2.2.3.1
    bbPress v2.5.7
    theme: Attitude

    OakCreative
    Participant

    Hello,

    I am using WordPress’ WYSIWYG editor to enhance the What’s New textarea. That’s all working fine, however, the new autosuggest @mention only seems to work in the text editor.

    Is there a way to get it working within the visual editor?

    Using WordPress v4.2.2 and BuddyPress v2.2.3.1.

    #239436
    milenushka
    Participant

    Hi @imath

    I am sort of loosing my hair since I updated to the latest version of buddypress.
    had searched the forum a few months back and put a LOT of time into custom coding that the activity will read my custom post types. I put that code in my functions.php file and was really happy with everything- each activity had it’s own text and it was really nice.

    I am not a coder, just building my site, and now, since this update, all my work is gone- all I get is the generic “posted a new item”, and a link to the post- not even the name of the post. I have 3 custom post types, and I need them all to be unique.
    I don’t know what to do now, how to start over?

    Can I just cancel the new custom post support and go back to my own code?
    Please help.

    #239435
    screampuff
    Participant

    Sorry, it is working, edited that post but was a moment late. The issue was I had just updated Buddypress and forgot to create a new language file from the updated .pot

    #239415
    shanebp
    Moderator

    Why do you need the $bp global?

    Use the function meant for setting profile field data, and then you don’t need the $wpdb global either.
    http://stackoverflow.com/questions/12312372/how-to-update-custom-profile-field-data-in-buddypress

    danbp
    Participant

    If you’re talking about extended profile field groups, only the Base (Primary) Field Group shows up in the Registration Form.

    User Extended Profiles

    #239409

    In reply to: Change "activity" slug

    danbp
    Participant

    3 mounth later….
    just tested the defines and they’re working ! You have a cote error in above code. šŸ˜‰

    Try this:
    define( 'BP_ACTIVITY_SLUG', 'activitissima' );

    Remind also that BP’s activity page, defined in BP settings, must be empty, without shortcodes, template or page model. Just a title. These pages are dynamic, not static like normal WP pages.
    If you need to modifiy it, use a template override.

    If you still want to understand, please read here:
    https://buddypress.org/support/topic/changing-slugs-with-bp-custom-php-no-change/

    #239405

    In reply to: Change "activity" slug

    milenushka
    Participant

    this one is still uresolved.

    @danbp (https://buddypress.org/support/topic/custom-activity-slug/)
    custom slug change for ACTIVITY does not work for me.

    To change slugs on the sub nav on a member page add these defines to a file bp-custom.php and place this file in /plugins/bp-custom.php

    ?
    1
    2
    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_XPROFILE_SLUG’, ‘profile’ );

    niranjan4790chouhan
    Participant

    I am working in wordpress and using buddypress theme. In my php file i want to set value of a buddy press functions into an array parameter like following

    PLUGIN_METHOD( array( ‘Para1’ => ‘Value1’, ‘Para2’ => bp_activity_user_link(); ) );
    But i am unable to set value of function’s into array.

    Please suggest me right way.

    Thanks in advance!

    #239401
    Lars Henriksen
    Participant

    I have built an online community for historyteachers with BP and BBpress and Events Manager.

    Now I would like to create small online courses with video, quizzes and maybe a badge when you complete the course. Buddypress Courseware seems to be dead…?

    I have looked at Coursepress , but I would like it to be compatible with BP – activity feed, badges in member header and so on…

    This would be quite a challenging task, I know. Maybe it would be possible with public funding …?

    danbp
    Participant

    This core function has no filter. The easiest way is to use a language translation file.

    https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    In pot file, the concerned string Members is commented by [ component directory title ].

    screampuff
    Participant

    Hello, I want to change “Members” to “Employees”. I’ve created the Employees page and configured buddypress settings to use it, however the header title of this page still says “Members”.

    I’ve figured out that I can edit /wp-content/plugins/buddypress/bp-members/bp-members-loader.php

    and edit the line:

    'directory_title' => _x( 'Members', 'component directory title', 'buddypress' ),

    to

    'directory_title' => _x( 'Employees', 'component directory title', 'buddypress' ),

    However I don’t want to edit core files. I tried copying this file to /wp-content/themes/my-theme/buddypress/bp-members/ and making the changes there but they did not apply.

    Is there a way to do this change with a function?

    #239392
    dmiller5383
    Participant

    Hi,

    I’m working on a plugin trying to extend the registration functions of Buddypress. I have figured out how to over-ride the register page, and i can see many of the function in the bpxprofile and members stuff. However, I was wondering, what happens after the user clicks the submit button? What functions are getting called to get the raw data into the system and create a user?

    Thanks in advance!

    #239365
    Marcella
    Participant

    Theres a plugin which does what you mention. BuddyPress Activity Plus you can find it from the plugins page in your WordPress admin area.

    Ali Chant
    Participant

    Seems that you’re supposed to upgrade from 1.2x to 1.5 first. Anyway, I did that and encountered a similar problem which was caused by bp-core-update.php not using the correct url for buddypress being network-activated.

    #239362
    niranjan4790chouhan
    Participant

    Hello,

    Was my question irrelevant or BuddyPress people are not interested in providing support ?

    I am not sure what’s the reason that i am not getting any response.

    #239358
    @mercime
    Participant

    @loralai I looked at the source code and jQuery files are missing. Aside from which, there are two versions of the CSS from BuddyPress, the regular one and the minified one, and the same goes for the JS from BuddyPress, one minified and the other is not.

    Open up your theme’s header.php file and make sure that <?php wp_head(); ?> is placed immediately before the closing </head> in your theme. Remove the hard-coded BuddyPress stylesheets and JavaScript files (if you did hard code those in your theme).

    #239354
    rebekahmeuir
    Participant

    mine says define(‘WP_DEBUG’, false);

    and script_debug is not found in my wp-config.php

    With my issue, I am not getting any error message, and there is no error message on the server either. When I try to change a profile photo using BuddyPress, it just does not allow me to change it. It kind of “blinks” instead of bringing up the crop screen.

    Similarly, when I try to send a private message in BuddyPress, it lets me compose the message, but when I try to send it, it “blinks” with no error message but does not send the private message. The private message disappears and does not go into my sent folder, either.

    #239350
    @mercime
    Participant

    @rebekahmeuir I was able to replicate the issue using WP 4.2.2 and BP 2.2.3.1. Going to create a ticket in BuddyPress trac and post the link here.

    #239349
    loralai
    Participant

    @mercime I am using WordPress 4.2.2 and Buddypress Version 2.2.3.1
    We have only one other plugin installed which is the Enhanced Text widget
    We host the site ourselves off a VPS
    and working with the Twenty Thirteen template the crop image works fine. I am not sure were the conflict is, today was the first time we started using any js with the template we have been developing aside from one or two that point to our Centova Cast installation for stream details.

    website link is http://pawzgroup.com/loralai

Viewing 25 results - 19,601 through 19,625 (of 94,540 total)
Skip to toolbar