Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,426 through 13,450 (of 69,016 total)
  • Author
    Search Results
  • danbp
    Participant

    WP MS + BP should be installed at the root: example.com/
    Default user role on main site is: subscriber (see wp settings for that)

    BP settings allows you to let users create a blog.
    A new user create a blog which goes as subfolder: example.com/the_new_blog/

    User from the main (subscriber) created the new_blog and is now blog admin of his blog and subscriber on the main blog.
    He can only access his own blog dashboard but cannot go to the main site dashboard.

    They are several WP plugins which let you customize the toolbar and many WP snippets you can use to do it by yourself. For example removing some of WP items, or adding some conditionnals to shows them to certain roles only.

    BuddyPress uses templates and depending what a member does and where, such a template is fired.
    Most of these BP templates are using a loop which you can customize. See Codex for details on each and what you can do with extra template params.

    #237349
    danbp
    Participant

    You can certainly find this plugin usefull:
    https://wordpress.org/plugins/buddypress-group-email-subscription/

    #237348
    danbp
    Participant

    And no theme ? 😉

    Seems that you have actually two theme declared on your site.
    And apparently one of js function (jmigrate) is deprecated.

    Note also that BuddyPress doesn’t work when WP is in its own directory. Both should be in the same directory.

    #237347

    In reply to: Chat plugin?

    mcpeanut
    Participant

    I don’t understand what you mean because buddypress has private messages built in as standard.

    #237344

    In reply to: Chat plugin?

    mariatrier
    Participant

    What I mean is this: Right now, it seems users can only send “standard” messages through the wordpress/buddypress messages system, or chat through for example arrow chat or Cometchat.

    To be able to view all messages (chat messages and “standard” messages between users) in the same place (like in FB or any other modern platform) would be a good improvement. Or perhaps simply throw out the regular messaging system and be able to add the chat to the profile?

    #237343
    Mac
    Participant

    @bphelp as for expertise, there is none! I’m here because I’d like to learn BuddyPress, and I figured by helping, preferably by documenting, I’d learn, and possibly even help.


    @danbp
    I’ve visited the Codex Standards & Guidelines. However, one issue I’m immediately finding is that I don’t have the ability to create or modify.

    The reason I dropped the request in this forum is because I read the topic This is why we can’t have nice things @johnjamesjacoby. I figured this was the current SOP for volunteering.

    Thanks to all, and I’m looking forward becoming and active member of the community.

    #237341
    aymanomar85
    Participant

    1- WordPress 4.1
    2- install directory
    3- subdirectory
    4- wordpress upgrade 4.1.1
    6-BuddyPress 2.2.1
    7- last version
    8- yes i have many plugins

    8.1-Advanced Custom Fields
    8.2-bbPress
    8.3-BP Login Redirect
    8.4-BP Profile Search
    8.5-BP Profile Widgets
    8.6-BuddyPress
    8.7-BuddyPress cover
    8.8-BuddyPress Edit Activity
    8.9-BuddyPress Follow
    8.10-BuddyPress Security Check
    8.11-Buddypress Social
    8.12-BuddyPress Xprofile Custom Fields Type
    8.13-Email newsletter
    8.14-Facebook Friends Inviter
    8.15-HashBuddy
    8.16-rtMedia for WordPress, BuddyPress and bbPress
    8.17-Social Login
    8.18-User Name Availability Checker for wordpress/buddypress
    8.19-Wordpress Social Invitations – Lite

    #237339
    danbp
    Participant
    #237338
    danbp
    Participant

    hi @ripozzo,

    in addition to @bphelp, you may also read here:

    Codex Standards & Guidelines

    #237337

    In reply to: Chat plugin?

    mariatrier
    Participant

    Hi Julian,
    Yes, this is a cool plugin, but I’m after something where you can write a message from the BuddyPress profile to another user and then it kind of is already a chat – like on Facebook.

    #237324
    dingxiaohan
    Participant

    Thank you, I think that answers one of my questions: notification does not go far beyond indicating that there has been activity. What I’m hoping to do is breathe more life into a community by improving communication, and the more action is required from users the less likely that is to happen. At present we correspond by exchanging emails to group addresses manually compiled in Notepad, with no two people having the same list! A Yahoo group would work much better. At present it looks to me as if people would find the bbpress / buddypress solutions more laborious.

    Two things about Yahoo groups: 1. The incoming email gives you all the content, without your having to do a second click and go and find it, and 2. you get emails on all contributions to the group you’ve subscribed to, not just when someone specifically targets you. Those limitations in buddypress look to me like killers, but maybe I haven’t understood everything yet.

    I hope not, because full and easy integration of communication into a website would make it such a powerful tool.

    #237321
    danbp
    Participant

    hi @dingxiaohan,

    default general usage of notification is explained on our Codex:
    https://codex.buddypress.org/member-guide/notifications/

    Each topic can be followed by the author and all who answer on a per topic base. Email you’ll receive in this case will show the topic url and a brief excerpt.

    A little different is BP Live Notification plugin, which add a Facebook Like real-time notification for user.

    Some other way to use and show notification can be done by coding a little, which is explaine here.

    #237319
    danbp
    Participant

    Hi @stefanievalentic,

    additionnal informations about activity and member loop can be found here:

    Activity Loop

    Members Loop

    #237313
    R3REIKO
    Participant

    I found the solution to changing the title here – https://buddypress.org/support/topic/customizing-buddypress-activity-wall/#post-237312 – but now none of my posts are showing… What did I do wrong? Is there another file I have to change?

    #237307
    batufan
    Participant

    OR
    You can enter the pages in the buddypress settings page and then you can match to your pages…

    shanebp
    Moderator

    The file is here:
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php

    The recommended approach to changing any template is to create a template overload and make your changes in that file.

    #237301
    mrgiblets
    Participant

    Thanks bro, had a look at that plug in but it hasn’t been updated since 2013 and isn’t compatible with my version of WordPress.

    Sounds like a great plug-in though, if it works (haha).

    Hope you get it fixed.

    Still gonna try to do with without a plug-in though as i’ve done all the legwork manually already, just need to stop buddypress from enqueuing the original files (or at very least dequeue them in my functions.php). Just can’t find the functions in BP that are loading them originally.

    #237299
    5high
    Participant

    Brilliant! It worked a treat, and I used the ‘user_register’ as suggested. So for anyone else looking for this solution, this is the code i used to turn some on and some off by default on new user registration:

    add_action( 'user_register', 'bpdev_set_email_notifications_preference');
    function bpdev_set_email_notifications_preference( $user_id ) {
    //I am putting some notifications to no by default and the common ones to yes to enable it.
    //ref. https://bp-tricks.com/snippets/changing-default-buddypress-notifications-settings and BP forum
    $settings_keys = array(
    'notification_activity_new_mention' => 'yes',
    'notification_activity_new_reply' => 'yes',
    'notification_friends_friendship_request' => 'no',
    'notification_friends_friendship_accepted' => 'no',
    'notification_groups_invite' => 'no',
    'notification_groups_group_updated' => 'no',
    'notification_groups_admin_promotion' => 'no',
    'notification_groups_membership_request' => 'no',
    'notification_messages_new_message' => 'yes',
    );
    foreach( $settings_keys as $setting => $preference ) {
    bp_update_user_meta( $user_id, $setting, $preference );
    }
    }

    and this went in my child theme functions.php file.
    Hooray! Thanks so much again – it will make a big different to our users experience.
    Cheers 🙂

    #237292
    mcpeanut
    Participant

    It can be a real pain when combining js scripts so i feel you, i have not yet tried to combine the js files used within buddypress, although i have done this many times with other js files with mixed results, its a case of trial and error manually combining js files, i will probably be trying to do all this myself within my latest buddypress install when the time comes, i would recommend trying a plugin called minqueue to help you combine files as i have used this myself on previous built sites with great results but i have found an issue recently that i posted in the support forum for the plugin which you can read here https://wordpress.org/support/topic/works-at-first-then-logging-out-and-back-in-stops-it-working?replies=1

    maybe you could try it and see if it works for you without the problems i described then i know it wasn’t just my install and config causing it.

    The beauty of this plugin is that it lets you see exactly what scripts are loaded on a per page basis via the front end of your site and if you hover over the said scripts it will let you also know the dependencies of each script, then you can add different scripts to be combined in a queue on the backend, the dev has not responded to my support yet there so im still unsure if its my install that is causing the problem, try it and follow the steps i raised in the support and see if it does the same for you.

    #237287
    mcpeanut
    Participant

    I have posted in the new favorites plugin support asking if the dev could possibly consider adding native support for buddypress here, i suggest others add to it and the dev may respond positively and look into it, who knows… maybe worth a shot https://wordpress.org/support/topic/buddypress-92?replies=1#post-6781081

    #237279
    shanebp
    Moderator

    Create template overloads of these two pages:
    buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php
    buddypress\bp-templates\bp-legacy\buddypress\members\index.php

    In the first, change
    if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) :
    to
    if ( bp_has_members( bp_ajax_querystring( 'members' ) '&per_page=1000') ) :

    In the second, delete the div that starts with:
    <div class="item-list-tabs" id="subnav" role="navigation">

    #237275
    Gromozeka
    Participant

    Thank. I did added custom menu item. But i try load custom template when open ,y custom page on member profile. I use this code

    function bp_gf_ua_profile_nav_add()
    {
        bp_core_new_nav_item(
            array(
                'name' => __('Email preferences', 'buddypress'),
                'slug' => 'email-preferences',
                'position' => 3,
                'show_for_displayed_user' => true,
                'screen_function' => 'bp_gf_ua_profile_load_template',
                'item_css_id' => 'all-conversations'
            )
        );
    }
    
    function mb_show_posts2() {
        echo "Test Text";
    }
    
    function bp_gf_ua_profile_load_template()
    {
        add_action( 'bp_template_content', 'mb_show_posts2' );
        bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/email-preferences/preferences' ));
    }
    
    add_action( 'bp_setup_nav', 'bp_gf_ua_profile_nav_add' );

    But always display memeber-loop template. What i doing wrong?

    Thanks!

    #237274
    disha76
    Participant

    The above plugin has no sync with buddypress activity stream.
    It also does not show who has favorited a post (compare Jetpack Likes)
    Thanks for the news.

    #237268
    disha76
    Participant

    I am also suffering from this issue.


    @modemlooper
    it was posted in support forum / github of almost all Like and similar plugins long long ago by many users. No response.

    Buddypress core via trac was also requested / issue submitted to make the “Favorit” logical like comments – if you can comment both ways, favorit should also be like that. Isn’t it ? But this has been indefinitely postponed.

    Jetpack Like team was requested because they have the “power and punch” – but there also nothing happened.

    True – only Buddypics does Favoriting both ways.

    #237265
    modemlooper
    Moderator
Viewing 25 results - 13,426 through 13,450 (of 69,016 total)
Skip to toolbar