Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,476 through 13,500 (of 73,985 total)
  • Author
    Search Results
  • #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/

    jjones1978
    Participant

    Hi there,
    Hope someone can help!

    I inherited a website developed by another agency which has the following functionality:
    woocommerce
    woocommerce subscriptions
    woocommerce groups
    buddypress
    buddypress invites

    There is a bit of functionality whereby a subscription is created (membership) and part of that process is that a buddypress profile is created – essentially a membership profile.

    What used to happen is that a company profile would be created as well. This must have been a custom function that hooks into buddypress core.

    Can anyone tell me what the differences have been with buddypress core that might have broken this function?
    I know this is vague but a point in the right direction would help!

    #258075
    rvnamb
    Participant

    @chatty24

    https://buddypress.org/support/topic/how-to-hide-comments-from-activity-stream-but-not-from-single-activity-page/

    I too have the same need and i guess you have found a solution for it. Can you please share the code ?

    #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/

    #258065
    jgilbert1990
    Participant

    Hope everybody is doing well.
    Im having trouble using a plugin. The plugin is by likebtn.com and allows me to sort activity by most liked content. However it requires modifying a bit of code and im having quite the difficult time. I have tried pasting this line of code into a few different files. Currently im trying to paste it into ‘public_html/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php’. When i try to include it into the PHP file the activity page breaks and a syntax error appears saying there was an unexpected ‘<‘ at the top of the new code. Here is where i pasted the code and the instructions provided by likebtn.com

    function bp_has_activities( $args = '' ) {
    	global $activities_template;
    
    	// Get BuddyPress.
    	$bp = buddypress();
    
    	/*
    	 * Smart Defaults.
    	 */
             //Filtering by Likes.Custom Code.
             <?php query_posts($query_string . '&meta_key=Likes&orderby=meta_value&meta_type=numeric&order=DESC'); ?>
    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
        <?php get_template_part( 'content', get_post_format() ); ?>
    <?php endwhile; ?>
    
    	// User filtering.
    	$user_id = bp_displayed_user_id()
    		? bp_displayed_user_id()
    		: false;

    https://likebtn.com/en/wordpress-like-button-plugin#sort_posts_by_likes

    #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

    #258062
    Graham
    Participant

    I am aware that there are numerous threads about impoting/exporting CSVs. I wasn’t able to find a good plugin for importing xProfile data specifically.

    Thanks to Ruby @rubyji I was able to find this plugin

    that exports the user’s xProfile data . . .

    But wasn’t able to crack the issue of properly importing. I would like to avoid phpMyAdmin and SQL as it seemed a bit complex. Some day I’d love to learn it but not for this project.

    Thank you in advance for any direction or plugin guidance.
    -Graham

    #258048
    jbboro3
    Participant

    Hello buddypress lads,

    Please help me to get separate pages (or url) for each individual activity components.. I want to stream activity of friends in one page (or url) and activity of groups in another page (or url). That is: 2 separate components in 2 separate pages..

    Please help me someone.. I hired someone but he couldn’t do it without sufficient information from the experienced buddypress developer..

    Thanks in advance

    #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
    #258031
    BILL
    Participant

    I building an LMS with the Learndash plugin and I am using Buddypress for groups. I am not sure if what the best way to achieve the requirement is and your thoughts would be greatly appreciated.

    My client, the course creator, sells seats to companies to access the LMS content. The companies will have a person, Group Leader, manage the seats for the employees, Student. Each company should only be able to see their own employees and not anyone else on the LMS or WP. The Group Leader will be able to sign up Students and the Student will only be in the Group Leaders group. The Group Leader will have control over Students enrollment through deletion.

    Is this possible with just BuddyPress or do I need to use BBPress?

    Thanks in advance for any suggestions you have to help me decide which way to go.

    #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.

    Ariful Alam Tuhin
    Participant

    Hello,
    For which tasks (new activity, activity comment, reply on comment etc) BuddyPress sends email notification? And is there anyway so that I can trigger another function(s) to send iOS/Android app push notification so that both email and push notification send?

    Regards

    macmizer
    Participant

    I have been racking my brains out trying everything I know of to fix the issue I am having. First off let me say that I have been over a 1000 sites using wordpress so I am well aware of all the tricks to troubleshoot. Not saying i know everything because if I did I would not be here. 😉
    Now I have WordPress 4.5.2 (tried upgrading to 4.6 as well at some point on a cloned server)

    Running 4.5.2 of wordpress, Avada 4.0.3., BuddyPress 2.6.2

    I can add a cover image to the profile and to the groups but it does not appear. There is a button to click to delete the cover for profile and groups and when I click the Delete cover button the screen displays a message that the image was removed. When I upload cover images I can see a rectangular grey background where the image should be yet the image does not show. I then inspect the area where the image should be and I find style that shows the url for the image that should be showing. I take that url and paste it into a browser and I get a 404 message. I then check through cpanel file manager and ftp and see that the images is sitting exactly where the url points to. I tried changing the permissions as well to 777 on everything such as the image and all the sub-directories leading up to the image. Still no display of the covers. Strangely though, if I click on the link in my buddypress navigation called “Media” I see the cover image only on that page/link. No other buddypress nav item, when clicked, shows the cover image for the user. The “Media” link in the buddypress is part of the rtmedia plugin. Of course I disabled that plugin to see if that was causing the cover image not to show but it was not the cause.

    At some point disabled every single plugin ever installed except of course the core buddypress plugin. The cover image never displays for either profile or groups.

    I then changed the theme from Avada to anyone of the default “Twenty” themes and the same issue, no covers showing.

    When I first discovered the issue I was running 4.5.2 of WordPress and Avada 4.0.2. I cloned the entire site and put it onto a new subdomain just to test upgrading the WordPress and Avada. Same issue with no cover images displaying.

    I have never been able to display the cover image with this site. It is a development site waiting to go live once I get the issue with the covers showing.

    #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.

    #258015
    tomholman
    Participant

    Hi I added BuddyPress Custom Profile Menu, once I installed and activated it I went to the settings and got the below error and no every time I try and navigate through the dashboard it goes to the error, how do I fix it?

    Fatal error: Call to a member function add_nav() on a non-object in /home/content/n3pnexwpnas02_data01/58/3538958/html/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php on line 155

    #258010
    davidpaul30
    Participant

    I’m using photos for cover images for BuddyPress groups. The images don’t appear in the media library, so I’m not sure how to set the attribution for the photos. I would be grateful for help with this.

    I’m setting up a new BuddyPress site using the Boss theme on WordPress 4.6

    #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

Viewing 25 results - 13,476 through 13,500 (of 73,985 total)
Skip to toolbar