Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,501 through 9,525 (of 69,120 total)
  • Author
    Search Results
  • #258097

    In reply to: New Privacy Plugin

    Fencer04
    Participant

    Turns out the error you pointed out is a bug that is being tracked in BuddyPress. It will be resolved in version 2.7. I will still see if I can alleviate it somehow:

    https://buddypress.trac.wordpress.org/ticket/7203

    #258094

    In reply to: New Privacy Plugin

    danbp
    Participant

    hi @fencer04,

    thank for sharing your work. Well done, but it needs some revision (sorry).
    At his activation on 2 test sites (one with 4.5.3/bp 2.6.1, other 4.6/bp2.6.2) i got a notice.
    Array to string conversion in buddypress/bp-core/classes/class-bp-core-nav.php on line 279from

    sbpp04_privacy_check( )	..\plugin.php:525
    sbpp04_privacy_redirect( )	..\buddypress-profile-privacy.php:176
    bp_core_remove_nav_item( )	..\buddypress-profile-privacy.php:184
    BP_Core_Nav->delete_nav( )	..\bp-core-buddybar.php:798

    Another point concerning UI/UX is the Private button appearing on buddybar.
    On this tab, a default message says Friends Only.
    USERNAME has chosen to limit profile access to friends only.
    That’s wrong! Because this appear on each profile, even if the owner hasn’t setup anything about his profile privacy.

    So far i understand its fonctionality, this plugin let each member decide to show or not his whole profile page to friends or members only or to everyone (bp default).

    – imo this tab should show “This profile is private” to anybody who is concerned by a privacy setting and should not appear at all if “Everyone” is set.
    – the original BP Add as friend button on profile header or members directory is still there. This means that there is no need to go on Private tab to ask forfriendship.
    This is a little confusing !

    If the plugin is to extend profile settings, it should appear in profile settings only. And as it doesn’t superseed BP, there is no real reason to give him an extra tab on buddybar outside of the settings scope. A template notice could be enough to tell visitors what’s going on on such a profile.

    Just my 2 cents.

    danbp
    Participant
    danbp
    Participant

    That’s documented here:

    Navigation API

    #258089
    danbp
    Participant

    @jendam As of #6573, you’ll need to add custom CSS to tweak the appearance.
    Read https://buddypress.trac.wordpress.org/ticket/6573#comment:4

    The ticket is closed as invalid.

    #258082

    In reply to: Isolated Groups

    BILL
    Participant

    Thanks @DanBP

    I can’t figure out how to do it with BuddyPress so I am asking for any opinions that could point me in a useful direction. My thought concerning bbPress was that maybe by adding forums I would be able to limit what the Group Leader and Students can see to just that groups user list.
    So, my question isn’t how to get bbPress to do this but what way can I do this. Does BuddyPress have this functionality and I need to find some instructions that have eluded me so far? Or, is there a plugin that I have to use or possibly do I have to learn about using the multisite feature or some other method to create isolated groups that the group leader can invite and remove users without seeing other companies/clients?

    I accept I may be missing something obvious to knowledgeable WP Devs, actually, I hope it is something I just haven’t found in the BuddyPress docs.

    To be clear, this project is still in development and I can use whatever is best for this important and seemingly simple situation.

    #258081

    In reply to: import xprofile CSV

    sharmavishal
    Participant
    #258080
    Paul Wong-Gibbs
    Keymaster

    Closing in favour of https://buddypress.org/support/topic/import-xprofile-csv/, which the most recent responder also posted. (This thread was 4 months old prior to this last post).

    #258079
    Paul Wong-Gibbs
    Keymaster

    You don’t need to post basically the same thing three times. Closing in favour of https://buddypress.org/support/topic/import-xprofile-csv/

    #258070
    jgilbert1990
    Participant

    Thanks DANBP, i will give that a shot.

    What i am trying to achieve is to have my sitewide activity sorted by likes. Ill use a ‘recipe’ site as a simple example. I would like my users to be able to post recipes and have other users like there favorite recipes. I would like my ‘Sitewide Activity’ page to be organized with most liked recipes at the top.

    As far as i can tell this is the only plugin that will allow that. There is an option to allow voting on buddypress activities, which led me to believe this was possible.

    Any advice would be much appreciated. Do you think if i learn enough about PHP i will be able to edit the code to allow this plugin to do this?
    Is there anyway to modify the functions of sitewide activity in my own file? One that will still exist after a update?

    #258067
    danbp
    Participant

    Perhaps the closing php tag after endwhile. Remove ?>

    <?php endwhile;
    	// User filtering.
    	$user_id = bp_displayed_user_id()
    		? bp_displayed_user_id()
    		: false;

    Note that you’re hacking a core file and that customization will be lost at next bp update.
    Never do that.
    That said i doubt that your like button will work on BP activities. That button is made for wordpress, not BP.
    Try better this plugin which is more appropriate imho.
    https://wordpress.org/plugins/buddypress-like/

    #258064
    Graham
    Participant

    Hello @mairaj
    I’m having quite a time trying to find the solution for importing the user’s data (specifically Buddypress extended data) and it looks like you had some success. Would you mind walking me through your process?

    Also, I had similar problems logging into the dashboard after a user import – turns out my earlier attempt reset the “regsistered” COL and password. I figured it out in phpMyAdmin.

    Thank you for any help!
    -Graham

    #258046
    danbp
    Participant

    That’s a Firebug question, but not important anyway. Also, there is no need to use all rules, as they are handled by the original CSS. You declare only the part you want to modify for .label

    Open /child-theme/style.css and add only this: (#xyz123 is the color hex you want to use)

    #buddypress table.profile-fields tr td.label,{
       background-color: #xyz123!important;
       color: #xyz123!important;
    }
    #258038
    danbp
    Participant

    Read from here and see if you can code in a watermark

    BP_Attachment

    #258037
    danbp
    Participant
    #258028
    davidpaul30
    Participant

    Thank you very much for getting back to me. I meant the copyright attribution. I’ve put this with image info in the media library in the past, but I’ve now realized that nobody will ever see it there with BuddyPress cover images even if I manage to put the attribution there.

    The only think I can think of at the moment is to all the image copyright info to the group info.

    #258018

    In reply to: Fatal Error

    danbp
    Participant

    Please don’t double post on this forum.

    You activated BuddyPress Custom Profile Menu plugin and got a fatal error. Remove it or rename his folder via FTP, so you can access your dashboard again.

    Then contact the plugin author.
    Since 2.6, BP use a new navigation API. Maybe the plugin isn’t updated for that or there is another conflict with your theme.

    You have to debug.
    And read also here please.

    #257053
    bigkahunaburger
    Participant

    You may want to look at creating member types. Then you could add the meta as a div class and style them via css:

    Member Types

    https://gist.github.com/imath/3a5c5ade44eae997fdfd

    If you don’t have the ability to code or hire someone that does you may want to try some of the member type plugins out there:

    BuddyPress Member Types

    https://wordpress.org/plugins/bp-member-type-generator/

    mrjarbenne
    Participant

    If you want to replace the activity post with recipes instead (eliminating the default ‘activity’) you could change the label of activity to “recipes” using this guide from the codex:

    Change “Activity” component’s name and slug to something else.

    If you want to keep the activity updates, and add a separate form for recipes, you will probably need to explore Custom Post Types. You’ll need to register a post type called Recipes.

    These might help:
    https://codex.wordpress.org/Function_Reference/register_post_type
    http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/

    Then add it to the activity stream as a registered activity:

    Post Types Activities

    Users would need to use the dashboard to create a recipe update in this model, unless you created a front end recipe posting system using something like Gravity Forms:

    https://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/

    #257480

    In reply to: Chinese Translation

    Petya Raykovska
    Participant

    Hey @idichoo,

    It’s awesome you’d like to help with BuddyPress translation! Happy to help you get started with translating on http://translate.wordpress.org. I’m Petya on wp Slack.

    If you’d like to get started on your own, this is the best page: https://make.wordpress.org/polyglots/handbook/about/get-involved/first-steps/

    BuddyPress could use a Project Translation Editor for Chinese as well, so if you’d like to become one, you can post a request on https://make.wordpress.org/polyglots and we’ll put you in touch with the Chinese General Translation Editors so they can add you as a project maintainer.

    P.S. If you’d like to help the team with something quick, you can give us a hand with translating the WordPress 4.6 release video to Chinese! http://www.amara.org/en/videos/HD0Z715enyuZ/id/1429554/

    #254337
    rblea24
    Participant

    Is this the code I need? If so, can you please help me understand where it goes?

    
    <ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
    		<li id="wp-admin-bar-my-account" class="menupop with-avatar"><a class="ab-item" aria-haspopup="true" href="https://buddypress.org/login/" title="My Account">Anonymous<img alt="" src="https://secure.gravatar.com/avatar/?s=16&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/?s=32&d=mm&r=g 2x" class="avatar avatar-16 photo avatar-default" height="16" width="16"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
    		<li id="wp-admin-bar-user-info"><a class="ab-item" tabindex="-1" href="https://buddypress.org/login/"><img alt="" src="https://secure.gravatar.com/avatar/?s=64&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo avatar-default" height="64" width="64"><span class="display-name">Anonymous</span><span class="username">Not Logged In</span></a>		</li>
    		<li id="wp-admin-bar-register"><a class="ab-item" href="https://buddypress.org/register/">Register</a>		</li>
    		<li id="wp-admin-bar-lost-pass"><a class="ab-item" href="https://buddypress.org/lost-password/">Lost Password</a>		</li>
    		<li id="wp-admin-bar-login"><a class="ab-item" href="https://buddypress.org/login/">Log In</a>		</li></ul></div>		</li></ul>
    
    #255322
    binary10
    Participant

    @danbp okay so it works if i copy the activity permalink of some status update from some other buddypress installation, right. Sorry for my english. What I mean is: i installed WP and BP at http://loacalhost and then at http://localhost/site. If i copy the permalink http://localhost/site/members/john/activity/1/ in the activity post form at http://localhost/members/binary10/ then it works otherwise not. What i want is that it should work for the same website. Is it possible?
    thanks

    #257957
    sensibleplugins
    Participant

    There is now a plugin that allows you to easily add a new tab to the user profile page: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    Full disclosure: I am the plugin author 🙂

    #257955
    alexdex
    Participant

    Hi, thanks a lot, was the number the problem, i remove it from MySQL and it work.
    I use another plugin for login, so this is not a buddypress problem. Thanks

    #257954
    jgilbert1990
    Participant

    SOLVED

    Incase anybody has a similiar problem in the future, for some reason my permalinks were set to a strange stucture. The steps i took were:

    1. Go to Settings> Permalinks and change to default structure.
    2. Go to Tools>Buddypress and repaired all three boxes.
    3. Message appears at top of screen “Buddypress is almost ready! Please change permalinks from default structure.”
    4. Changed Permalinks back to custom structure. (The structure changed from the long one that it was set to, it now showed “http://example.com/archives/%post_id%

    Pages now render properly.
    Thanks Danbp for pointing out the relation to permalinks.

Viewing 25 results - 9,501 through 9,525 (of 69,120 total)
Skip to toolbar