Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,451 through 16,475 (of 73,981 total)
  • Author
    Search Results
  • #246810

    In reply to: Fatal Error HELP!

    shanebp
    Moderator

    Which version of BP are you using?
    There is no such file in the current version of BP – 2.4.0
    .../wp-content/plugins/buddypress/bp-core.php

    #246808
    josephz94
    Participant

    I haven’t uploaded anything to cloud services no, should I?

    The following is displayed in my JS console during page load:
    calling a builtin Map constructor without new is deprecated and will be forbidden in ES6 GsqdpfQrJbQ.js:332:580
    calling a builtin Set constructor without new is deprecated and will be forbidden in ES6 GsqdpfQrJbQ.js:332:580
    The content did not change when I pressed the button or when I tried refreshing after the button.

    I have tested it without and it behaves the same

    To enable multi-network on WordPress we have used the plugin WP Multi Network. We have not done anything to BuddyPress? Should we have done something to it? As a school we have multiple networks to support the different populations, general sites, faculty sites, and student sites.

    #246807
    shanebp
    Moderator

    That message is not generated by BuddyPress.
    It is most probably generated by a membership plugin.
    You should submit your question to the support system for that plugin.

    #246799
    r-a-y
    Keymaster
    #246798
    Charla
    Participant

    Try creating it as a function such as something like below or download the free plugin BuddyPress Reorder Tabs
    http://www.buddyboss.com/product/buddypress-reorder-tabs/

    
    function re_order_my_tabs() {
      global $bp;
      $bp->bp_nav[‘Activity’][‘position’] = 30;
      $bp->bp_nav[‘profile’][‘position’] = 20;
      $bp->bp_nav[‘notifications’][‘position’] = 10;
      $bp->bp_nav[‘messages’][‘position’] = 80;
      $bp->bp_nav[‘friends’][‘position’] = 70;
      $bp->bp_nav[‘groups’][‘position’] = 60;
      $bp->bp_nav[‘media’][‘position’] = 50;
      $bp->bp_nav[‘settings’][‘position’] = 40;
    }
    add_action( 'bp_setup_nav', 're_order_my_tabs', 999 );
    #246794
    Henry Wright
    Moderator

    $ud is a WP_User object of the person who is receiving the message. So:

    function filter_private_message_email_body( $email_content, $sender_name, $subject, $content, $message_link, $settings_link, $ud ) {
    
        $content = wp_trim_words( $content, 15 );
    
        $email_content = sprintf( __(
    'Dear %1$s,
    %2$s sent you a new message:
    Subject: %3$s
    "%4$s"
    To view and read your messages please log in and visit: %5$s
    ---------------------
    ', 'buddypress' ), $sender_name, $subject, $content, $message_link, $ud->user_login );
    
        return $email_content;
    }
    add_filter( 'messages_notification_new_message_message', 'filter_private_message_email_body', 10, 7 );
    #246793
    Charla
    Participant

    @Agbams have you set up any Widgets for Buddypress sidebar http://vibethemes.com/envato/wplms/documentation/theme-guide.html#sidebar-setup.

    Also check under the created page “Members” and see what sidebar is selected if that option is available.

    #246792
    paragbhagwat
    Participant

    @r-a-y thanks i did read that and i added a front.php in my theme under buddypress/groups/single and it worked perfectly fine. I was then looking to have a different page for pubblic groups vs private groups so i created a new file called

    front-status-public.php and placed it under the same location of buddypress/groups/single

    That is not working. Only front.php works.. as given in the hierarchy it should look at the status file before it even picks up the front.php. As shown below the home.php seems to be looking only for front.php and not the hierarchy. Any idea what is going on?

    home.php code

    
    if ( bp_is_group_home() ) :
    
    						// Use custom front if one exists
    						$custom_front = locate_template( array( 'groups/single/front.php' ) );
    						if     ( ! empty( $custom_front   ) ) : load_template( $custom_front, true );
    
    						// Default to activity
    						elseif ( bp_is_active( 'activity' ) ) : locate_template( array( 'groups/single/activity.php' ), true );
    
    						// Otherwise show members
    						elseif ( bp_is_active( 'members'  ) ) : locate_template( array( 'groups/single/members.php'  ), true );
    
    						endif;
    
    
    #246789
    UgoDimma
    Participant

    Hey @webgirl

    Thanks for your response.

    Just as I said, am running buddypress v2.3.4 with wordpress 4.3.1

    Am using WPLMS theme by Mr. Vibe It is deeply integrated with buddypress for maximum compatibility, but I don’t know to what extend.

    Some plugins am using includes but not limited to;

    • Vibe course module
    • Vibe custom type
    • WooCommerce
    • BBPress
    • WPLMS Assignment
    • WPLMS Dashboard
    • WPLMS Events
    • and some other ones.

    The plugins am using, has nothing to do with the sidebar other than to add their own widget if need be. But in the theme files, there are a lot of buddypress instances there.

    #246781
    r-a-y
    Keymaster

    @paragbhagwat – I’ve split your reply into a separate topic.

    About the custom group homepage template, this is only for theme developers. It’s not something we bundle.

    For more info, read the “Single Groups Front Page” section of this codex article:

    Template Hierarchy

    #246776
    Charla
    Participant

    What plugins are you using?
    Version of Buddypress and WordPress Installation?
    Are you using custom sidebars?

    These answers will help others better help you.

    If you are using a custom theme, make sure that you’re using the correct Template Hierarchy explained here. https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    #246775
    Charla
    Participant

    More information is explained here if you’re not using a default WP theme.
    https://codex.buddypress.org/themes/buddypress-cover-images/

    ottolini
    Participant

    If anyone is looking for a plugin to allow members to select his/her own member type at registration, I just released one that just do that: https://github.com/mottolini/buddypress-xprofile-member-type-field
    It creates a new field type, called Member Type, that you can use to create a new field to add in the Base Group. During the registration it assign automatically the member type at the user. Member type cannot be changed after registration (it’s a feature, not a bug).
    Leave a comment here or open an issue on github.

    #246765
    Sweeny
    Participant

    Hello,

    I have the same problem installing the WOFFICE-theme (http://themeforest.net/item/woffice-intranetextranet-wordpress-theme/11671924).

    Warning: Creating default object from empty value in C:\xampp\htdocs\home\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 258
    Fatal error: Call to undefined method stdClass::save() in C:\xampp\htdocs\home\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 275

    Sweeny

    #246764
    earthjibber
    Participant

    wow thanks so much for offering all of this information and insight. I need time to really digest and understand everything you explained but for the most part it really helps a lot!

    I knew for sure that my project would require a lot of customizing and extra plugins to achieve what i’m after but the biggest help that you have offered so far is that I need to start from the payment system. I didn’t think of that before and I see how it makes perfect sense.

    I do want to ask, if I start at the payment system, is it still a good idea to include buddypress as well right from the start of my project?

    I might have some other questions for you later on when I actually start working on this project, right now I’m still researching all of my possible options and solutions as well as working out all of the logic from what you said.

    thanks

    #246762
    sLa Team
    Participant

    @jeremymh wrote

    Has this been resolved in the new version?

    Yes! !! This plugin not have any issue …

    You have posted this on forum: https://wordpress.org/support/topic/not-working-with-buddypress-installed/ but you have not provided any further information on the configuration used, or other plugins installed, or the conditions in which you experience the alleged problem, for registered and unregistered users, for example, so it is impossible to give assistance. BuddyPress also has to do the settings for the management of Admin Bar or Toolbar.


    @danbp
    ,

    This plugin works at the administrative level, not at the user level.

    What you’re talking about operates at user level, then an administrator, or super admin, has no control of these functions.

    IMHO, given his role as moderator, should not make personal comments about plug-ins, and the work of its authors.

    Thanks.

    #246759
    shanebp
    Moderator

    To hire a developer, you can post here:

    BP Jobs Board


    Be sure to include contact info.

    #246757
    shanebp
    Moderator

    Example of adding tabs.
    The code goes in your-theme/functions.php or in bp-custom.php or in a custom plugin file.

    How you put content inside those pages will require ability as a developer.

    #246753
    rv8820
    Participant

    I encountered the same problem (Fatal error: Call to undefined method stdClass::save() in …/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php on line 275). I am running Buddy Press in a multisite. It was working fine until I updated the plugin today.

    djsteveb
    Participant

    @niranjanchouhan – given that sweetdate is a premium theme, you will need to contact those theme developers for support with issues like that.

    In 99% of cases around here (at buddypress dot org) you will find no help with premium themes and plugins. There are many reasons for that. People posting questions about premium accounts and premium themes just waste space here and get people kind of.. not happy.

    I have been looking at some options to restrict private messaging to certain groups of users, and there was a recent form post here about limited certain groups of users to a certain amount of private messaging. Which I think are great topics.. however the only options I have seen with details on doing that are premium / paid options.

    If you find a free plugin or code that gets into these kinds of restrictions I’d love to see that conversation here at the BP forums.. however if you only have experience with that one theme, then I’ll pass. I’m looking for something like that that will work with multiple themes.

    #246744
    Henry Wright
    Moderator

    @startershut

    You should ask on the plugin’s support forum. Also, something that might be of interest to you, there’s a new invitations API in progress. See #6210.

    #246739
    jrcd92
    Participant

    Hi Shane, r-a-y,

    2) is fixed, thanks – I wasn’t using the right register.php.

    3) I’ve got so far using this and this fix. Being the newbie that I am, I can’t find the “tests/phpunit/testcases/core/caps.php”, which is the second file I need to edit in that fix. It’s not affecting the signup process, so it’s not so urgent now, but if you could help with the location of that file, I’d be so grateful!

    Thanks again both 🙂

    Jack

    #246730
    r-a-y
    Keymaster

    3) might be related to a bug with profile field visibility enforcement.

    See the following for an interim fix:
    https://buddypress.org/support/topic/profile-field-visibility-enforced-but-members-can-override/#post-246690

    If you just want to remove that block from being shown, you can do what shanebp suggests or use CSS to hide it.

    #246728
    shanebp
    Moderator

    I have tried changing the register.php, to no avail.

    Is this the file you mean?
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php

    Where are you trying to change it?

    You should be creating a template overload of that file.

    All of your items are doable.
    If your changes do not appear, it is probably something specific to your theme.
    To confirm, just switch to a WP theme like 2013 and review the register page.

    #246725
    Lars Henriksen
    Participant

    Thanks, @r-a-y, the fix works!

    (copied the ‘raw’ code from Github, pasted it to a new file called ‘bp-activity-privacy.js’ and uploaded to /plugins/buddypress-activity-privacy/includes/js/ .)

    Maybe the activity-privacy function could be merged into BP core If the privacy plugin is no longer maintained .. ?

    Thanks again for answering !

    Lars

Viewing 25 results - 16,451 through 16,475 (of 73,981 total)
Skip to toolbar