Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,726 through 10,750 (of 68,948 total)
  • Author
    Search Results
  • #250650
    shanebp
    Moderator

    What you want is the ability for members to create posts in the front end.
    And have filterable activity items created for those posts.

    Both items are very doable – via other plugins or custom code.

    To see the current offerings, Google: buddypress front end post

    #250645
    Gretchen Louise
    Participant

    Yes, this is the search widget built into bbPress.

    We deactivated all plugins except for bbPress, and it worked fine. Next we activated BuddyPress, and it quit working. Even when those are the only two plugins active, it doesn’t work.

    #250640

    In reply to: Visible profile fields

    idoobi
    Participant

    Forgot to mention: using latest BuddyPress, bbPress in Divi theme.

    Mark
    Participant

    @djpaul Hi Paul,

    I have no clue what that means! Will copy my details from this ticket into a bug report when I get a chance. It’s 3:22AM so I will do so probably tomorrow.

    So I just pieced some code from Buddypress 2.5.0 (previously used code from 2.4.0 files during testing) files together using class-bp-core-whos-online-widget.php and bp-members-widgets.php to create a generic widget containing a generic loop in it. After putting that generic widget into a dynamic sidebar and then calling that sidebar above the cover image header the loop displays and doesn’t break the private message button. Weird way about getting my custom loop to display above the cover image header on a member’s profile but works for some reason. Thought I’d let you know just in case the info helps.

    Not sure why the code I pieced together from Buddypress 2.4.0 (bp-members-widgets.php) didn’t work also when I first tried this random workaround. During that round of testing the loop displayed as intended but still broke the private message button. I’m not a coder so I have no clue what is happening, I just figured it was something to do with the loading of the code so I tried random things to try and get it to work. Noticed you no longer just use bp-members-widget.php for 2.5.0 so maybe that has something to do with my workaround working now. Weird.

    Anyways, thanks for all your help. Will be great to have one of you experts take a look and remedy this quirk.

    Have a great night.

    Regards,
    mark

    #250625
    Paul Wong-Gibbs
    Keymaster
    #250623
    Paul Wong-Gibbs
    Keymaster

    What you basically need to do is:

    1) rename the old plugins/buddypress/ folder to bp-backup
    2) unzip BP 2.5.0 into plugins/buddypress/
    3) go to your site, into wp-admin/plugins.php. This will start the update script (it should happen instantly and without displaying anything).
    4) If the new BP is working for you, you can then delete the bp-backup folder.

    If you find a problem, you can delete the new BP folder and rename bp-backup to buddypress, if that makes sense.

    #250621

    In reply to: Download for 2.4.3?

    Paul Wong-Gibbs
    Keymaster

    HTTP 500 errors are pretty bad. We’re tracking one bug that might be the cause, but if you can look in your web server’s PHP error log (or ask your host to do this for you) and share with us any error or warning messages for the time period where you tried to update BuddyPress, we can look at it and find out for sure.

    I’m very sorry 2.5 didn’t work for you, but we want to fix it.

    #250620
    Paul Wong-Gibbs
    Keymaster

    The very last one might be an issue, but the others need to be fixed to be sure. Those others are to do with some other plugin you have active on your site; it’s doing something at the wrong time (too early), and BuddyPress and bbPress are both throwing warning messages.

    I don’t think there’s a BuddyPress bug, you’ll need to look at those other plugins.

    #250615

    In reply to: Language email

    Paul Wong-Gibbs
    Keymaster

    @danbp The email subject and email body content are both intended to be translatable via .po/.mo.


    @xxsemmiexx
    The Dutch translation of BuddyPress has not been updated for v2.5. Look here: https://translate.wordpress.org/projects/wp-plugins/buddypress — “Dutch” + “Stable” = 90%.

    For example – the email in your screenshots – you can see the text is untranslated at the bottom of this screen of the translation tool: https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/nl/default?filters%5Bstatus%5D=untranslated&sort%5Bby%5D=priority&sort%5Bhow%5D=desc&page=10

    Once a language’s translation is 100% complete for the “Stable” version, a Language Pack is automatically built, and your WordPress will then prompt you to download it on its normal “Updates” screen.

    Once THIS happen, THEN you can run the repair tool, and you’ll have Dutch emails. 🙂

    You can see the latest available translation packs for all languages here:

    https://translate.wordpress.org/projects/wp-plugins/buddypress/language-packs

    #250612
    danbp
    Participant

    Hi,
    it seems you don’t use BuddyPress.
    Ask better on https://wordpress.org/support/ or at least, analize your site on an expert site like https://gtmetrix.com

    #250610

    In reply to: Language email

    danbp
    Participant

    Hi @xxsemmiexx,

    the new email feature comes in with a pre-built list of emails. These emails are defaults one for any possible situation in BuddyPress. It’s more or less the same as you have on your profile > settings > messages, where you have the email situation and a checkbox.

    The translatable part of these emails, shipped with xx_XX.po/mo, is the mail subject.
    When you click on the subject from within the email list, you’ll get the email editor.

    At this stage and if the mo file is correctly made, you see the list in your language.

    Now, let’s see the mail content. Click on Edit.

    As title you have the subject (which is translated) and the body (which is not).
    That’s intended so. It’s fake content in english and let you see how to use the tokens inside the email body – or subject.

    This is also usefull if you want to add some custom email.

    That said, after updating a translation, the modification doesn’t show up automagically in the list. To see it, you have to run the email repair tool.

    Hope it is clear and helpfull for you.

    #250603
    sharmavishal
    Participant

    updated to stable release form wordpress.org..still the site crashes…plugins clashing were deactivated.. Following from debug logs:

    BBpress:

    bbp_setup_current_user was called incorrectly
    Cannot redeclare bbp_get_component_name()

    Others:

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /opt/www/site.com/wp-includes/functions.php on line 3792

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /opt/www/site.com/wp-includes/functions.php on line 3624

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /opt/www/site.com/wp-includes/functions.php on line 3624

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /opt/www/site.com/wp-includes/functions.php on line 3624

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /opt/www/site.com/wp-includes/functions.php on line 3624

    Fatal error: Call to undefined function bp_is_user_inactive() in /opt/www/site.com/wp-content/plugins/buddypress/bp-core/bp-core-caps.php on line 362

    #250599

    In reply to: Download for 2.4.3?

    kmtrent
    Participant
    #250593
    richdal
    Participant

    Found an outside link where someone is trying to modify the same information that I am.

    http://stackoverflow.com/questions/25485299/how-to-add-placeholder-in-buddypress-registration-how-to-make-field-descriptio

    $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() );
    $field_type->edit_field_html();

    Sounds like I might need to copy and rename the BP_XProfile_Field_Type_Textbox class and put that in my functions.php file. Hopefully I can edit that there.

    #250591
    Dono12
    Participant

    I’m no Buddypress or WordPress pro but for a temporary fix add this to your styles.css

    ul.first.acfb-holder li{
    list-style:none;
    }

    #250590
    shanebp
    Moderator

    Please use the code button when sharing code or error-log entries.

    Thanks for your report.

    Re #3: See https://buddypress.trac.wordpress.org/ticket/6937

    Re #2: Use the new BP filters.
    See: https://buddypress.org/support/topic/bp-2-4-x-to-2-5-wp_mail_from-not-working-with-new-emails-in-bp/#post-250532

    Re #1: You can open an enhancement ticket here..
    Use the same user / pw you use on these forums.
    The new BP Mail API is generating a lot of tickets – per usual for a new API.

    #250589
    shanebp
    Moderator

    You’ll need to be able to write and debug code.

    You can create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\profile\profile-loop.php

    Set a variable with the current user role. Google how to get that value.

    Then create an array of profile field ids for a role.
    For example :

    if ( $current_role == 'model' )
        $show_fields = array( 1, 5, 23 ); 
    elseif( $current_role == 'photographer' ) 
        $show_fields = array( 1, 7, 12, 35 );

    Then check if the current profile field is in that array.
    Something like:

    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    
    	<?php if ( in_array( bp_get_the_profile_field_id(), $show_fields ) ) : ?>
    	
    		<?php if ( bp_field_has_data() ) : ?>
    	
    			<tr<?php bp_field_css_class(); ?>>
    	
    				<td class="label"><?php bp_the_profile_field_name(); ?></td>
    	
    				<td class="data"><?php bp_the_profile_field_value(); ?></td>
    	
    			</tr>
    	
    		<?php endif; ?>
    		
    	<?php endif; ?>

    Avoid setting any fields to ‘required’ if you’re only going to show them based on role.

    #250586

    In reply to: translation email

    Stephen Edgar
    Moderator

    Also a couple of new features in GlotPress now on https://translate.w.org:
    • BuddyPress Language packs: https://translate.wordpress.org/projects/wp-plugins/buddypress/language-packs
    • BuddyPress Translator contributors: https://translate.wordpress.org/projects/wp-plugins/buddypress/contributors

    #250578
    r-a-y
    Keymaster

    I haven’t looked into this yet, but nejisly’s problem may be due to the Easy WP SMTP plugin and how BuddyPress 2.5 is not compatible with it.

    @nejisly – Can you try another SMTP plugin and see if that works?

    If you need to keep using Easy WP SMTP, read the last point in this article to find out how to disable BP’s email functionality:
    https://codex.buddypress.org/emails/#customize-email-template

    #250577
    r-a-y
    Keymaster
    #250572
    Jot
    Participant

    This is rare. In my installation if it works. You have seen this message left today “Paul Gibbs” in another post ?. Apparently the new version of BuddyPress does not support these functions.

    “wp_mail_from or wp_from_name filters
    Developers: if you’ve been using the wp_mail_from or wp_from_name filters, these do not work in BuddyPress 2.5 onwards because we no longer use wp_mail().
    Read this post for sample code to re-implement your filters.

    [edited – links added]

    #250571
    neijisly
    Participant

    I think that version 2.5 buddypress that causes the problem because i just created an account but i still did not get the email. I think back to version 2.4.3

    #250570
    Jot
    Participant

    I checked a shipment of update messages in activity and private, and both work well.
    Working with both WordPress latest version as of BuddyPress.

    #250569

    In reply to: translation email

    danbp
    Participant

    @airsid,

    BuddyPress in french is now 100% translated. You can download it from here:
    https://translate.wordpress.org/locale/fr/default/wp-plugins/buddypress

    In case the emails still remains in english, use the repair tool link at the top of the email list and start “RĂ©installer les emails (supprime puis restaure les paramètres par dĂ©faut)”.

    #250568
    neijisly
    Participant

    Nothing for me. I get the well test wp mail smtp email but the side still buddypress nothing. What version of wordpress you use!? I’m in lastest version. I specify that all work great before update. Thanks again.

Viewing 25 results - 10,726 through 10,750 (of 68,948 total)
Skip to toolbar