Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,951 through 6,975 (of 32,678 total)
  • Author
    Search Results
  • #250700
    danbp
    Participant

    Yep, now it’s clearer. But sorry, I don’t know about a way to get some groups on main site and some others only on a secondary site.

    Group should be intended as members group. And a group is not a site. It is just a bunch of members attached to a group.

    Also, a group is not a blog and that’s why you get on a multisite install several blogs who share the same members, belonging eventually to differents groups. What and wherever the install is on main or seconday blog.

    Members are all in the same DB table and WP doesn’t share them by groups, but by username > blog authors…

    As you already know, BuddyPress comes with a member directory and a group directory. And on a multisite(aka network), a blog directory. But basically, all 3 cases are related to members, not to blog. There is no relation between a blog and a group. You can eventually install a blog into a group (buddypress group blog plugin), but you can’t install a group into a specific blog (outside the one where BP is activated). A group is not a blog.

    On codex it is specified: buddypress root blog (the one you get from WordPress) or buddypress root blog on secondary site.

    In other words, It should go to the secondary site. is not possible.

    But i can be completely wrong. 😉

    #250692
    danbp
    Participant

    Hi @tammy1999

    I have a 2 site multisite sounds a bit ambiguous.

    Do you mean 2 multisite installs or 1 multisite install with 2 sites ?

    If your config is the second option, BuddyPress should be at the root of the main site, at the same level as WordPress. Case A. of a standart network install, as explained here:

    Installation in WordPress Multisite

    Read attentively each step of your special configuration to see if you didn’t omited something in your settings.

    jersey peeps
    Participant

    Hi guys I have picked up on a bug where as any emails being sent are being shown as from wordpress and not from my website.

    Being a custom website I would prefer users not to know that i’m using wordpress to run the website, plus it doesn’t look very professional.

    I was using WP Better emails plugin which fixed this issue, but it conflicts with the buddypress built in email features so have had to disable it to make every thing work as it should.

    Any ideas on how to show emails being sent as being sent from my website and not ‘wordpress’ ?

    #250679
    edragonxx
    Participant

    Did not work either. Have tried so many different ways to get rid of that buddypress register page and use standard one. This option should be already built in to let users use do they want use buddypress one or do they want use wordpress one. So that login, register, lost password, etc forms would use same page/system and would not be different.

    #250676

    In reply to: wp_mail_from BP_email

    Paul Wong-Gibbs
    Keymaster

    Cool!

    @jgob https://github.com/WordPress/WordPress/blob/ef7a559e2e7804844f99034e4ec018c5ffbf66c9/wp-includes/pluggable.php#L1700

    There’s no way to filter or halt the action; I suppose it MIGHT be possible to intercept it inside wp_mail() but it’d be awkward.

    #250673
    Paul Wong-Gibbs
    Keymaster

    Thanks for your feedback, @backpackersunion. I’ll let others chime in as I spent a long time working on the email feature, so it’s close to my heart, but here’s my thoughts:

    • Decisions, not options.
    • It’s much easier to add options than it is to remove options.
    • It’s risky to add options or features unless you’re sure what your users want, so launching with a minimal feature set and listening to feedback and consensus helps us make informed decisions.

    And the template, yes — you run the risk of the template going out-of-sync with the version distributed by BuddyPress. But this isn’t specific to the email feature, and could apply to any of BuddyPress thirty or so other templates.

    We have some plans to add some communication around template changes in a feature release, like WooCommerce apparently does, which will help a bit.

    #250669
    Paul Wong-Gibbs
    Keymaster

    If the filter bp_email_use_wp_mail returns true, it’ll grab the “plain text” version of the email from BuddyPress, and send that to wp_mail(). BuddyPress does not re-implement wp_mail().

    BuddyPress will also fall back to use wp_mail() if it detects that any other plugin has re-implemented that function (pretty common in email plugins), or if something’s configured WordPress to send HTML emails.

    BuddyPress does not stop or block any other plugins’ emails from being sent, nor any emails sent by WordPress core (with a few exceptions for multisite-specific emails, but this has been implemented for about 6 or 7 years, so it’s not a new change).

    I am just now testing this with WP Better Emails. Give me a minute.

    BackpackersUnion
    Participant

    I posted a few challenges with the new email template UI here in ‘Ideas’, but it seems using add_filter( 'bp_email_use_wp_mail', '__return_true' ); to bypass the new email template feature, also causes BuddyPress (or WordPress) to bypass other Email html plugins (Namely, ‘WP Better Emails’).

    So, the new BP email template feature lacks the flexibility I need, but the bp_custom code to turn it off breaks my current html email solution (WP Better Emails).

    Is there a different way to turn off the new email templates without bypassing other html email plugins?

    Thanks!

    BP & WP Current Versions. 2015 Theme.

    #250660
    JAMMI2580
    Participant

    Hello everyone, I am French, I now have nothing to ask but it will come one day or another …
    I am a graphic designer
    I am 58 years old and 35 years of code, the last twelve in html. Initially I’m not “WordPress” but the completion time for a forum and social network on a beautiful site to code alone brought me there!

    I installed, hopefully, my first version buddy next to that of bbpress today Avada theme.
    Some of you may have interesting links and advice for me do not hesitate ..

    I have found that three topic about this but they were too old. What do you think of the compatibility of my three products?

    Jean-Mi – Buddy 25 bbpress 258 avada 393 wp 442

    #250651
    mtraps
    Participant

    Thanks for the super quick response! I’ve looked into that. I personally thought buddy press allowed user to post from the front end already? Without this plugin they would have to login a backend using wordpress admin type settings?

    Is buddy press best used with a theme that has buddy press integrated or could I use a theme like Divi and it would work perfectly fine? Also, would you know of a plugin that will filter out all the users posts sort of like Kijiji or amazons filter on the left? I am not even sure what that is called to search for it on google. Thanks again!

    #250629
    sharmavishal
    Participant

    @djpaul thanks..yes deactivated those plugins..even then it was an issue..i downloaded and uploaded 2.5 version via FTP…then i reverted back to older BP version and did a auto update via the backend and it started working…minus the plugins which were creating an issue…..now only the follow debug logs:

    Notice: bbp_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 2.3.) in /opt/www/site.com/wp-includes/functions.php on line 3792

    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

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_admin_bar_my_account_xprofile_menu’ not found or invalid function name in /opt/www/site.com/wp-includes/plugin.php on line 601

    #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

    #250611
    danbp
    Participant

    Hi,

    it’s enabled by default. More about Emoji on WP Codex: https://codex.wordpress.org/Emoji

    IMHO, this need also to be reflected in terms of gamification. Because…

    If you never write about humour and funny things, you don’t develop for mobile devices or don’t use a forum or don’t allow comments (or rarely) and not maintain a site for kids, you could probably disable this feature. Search for Disable Emojis on WP plugins repository.

    The dark side of Emoji’s is that it use an external ressource which is(can be) bandwith consumpting. So if you haven’t an absolute necessity for them, prefer the good old built-in WP smiley.

    Mark
    Participant

    Hi,

    When trying to run a simple custom member loop (like the code example at bottom of page) on a member’s profile page, directly above their cover image header (determined it only happens when the custom loop code is ran anywhere before the <?php do_action( ‘bp_member_header_actions’ ); ?> section of that code ), it breaks the private message button.

    When you click the private message button to send a message to a member it tries to email the first member on the custom members loop instead of the actual member. Very odd.

    I need this working on and tested this on multiple Buddypress themes that utilize their own Buddypress folder structure (e.g., wp-content/themes/theme_name/buddypress) instead of those that rely on default buddypress files (e.g., wp-content/plugins/buddypress).

    I think this is a bug in Buddypress (only when using themes that override default buddypress files with their own as mentioned previously), however, I’m hoping somebody will have some answers or tips to get a simple members loop to display above the cover image header on a members profile. This should just work but doesn’t, very weird.

    Interestingly, a members loop displays above the cover image header fine on all themes that use the Buddypress default files including default WordPress themes like 2015.

    This appears to be a bug. Ideas? Any tips to get a members loop to display above cover image headers on member profile pages?

    I tried everything. Disabled all plugins of course, tested on 10 themes (3 that override buddypress files, 5 that don’t, and 2 default WordPress themes). Breaks only on themes that override buddypress files with their own.

    Additional Testing Notes: During my testing I outputted a default Buddypress widget (Buddypress: Whos Online widget – which uses a custom loop itself) above the cover image header and it didn’t break the private message button. However, when cloning that widget as a custom plugin and performing the same procedure to output it above the cover image header, it breaks the private message button on all themes that override Buddypress files but not those that utilize the default Buddypress ones.

    
    <?php if ( bp_has_members( 'type=newest&max=6' ) ) : ?>         
                        <?php while ( bp_members() ) : bp_the_member(); ?>                      
                            <a href="<?php bp_member_permalink() ?>"><?php bp_member_avatar('type=full&width=125&height=125') ?></a>
                        <?php endwhile; ?>
    <?php endif; ?>
    

    Thank you for your help! I know this is a long thread. Wanted to be thorough.

    #250606
    manuela87
    Participant

    Hello,

    I have a WordPress blog that i maintain for few years now, but it recently became very very slow. Just for your information, my wordpress blog is about web hosting review and contains some images. I have optimized the images too. Oh ya, i’m using wordpress version 4.4.1. I’ve been searching on google and i still didn’t get the point at all.

    Actually, all pages are still slow, even the ones that were fast in the past. I hosted my site in one hosting provider. I don’t think it comes from it, my friend also use the same hosting provider, i have asked him and he doesn’t face the same problem like me, his wordpress is fine. Certainly some mistakes on my side.

    Does anyone know a way to identify where it comes from?
    Or any advise on how to keep my blog fast?

    You can check bestcheaphostingasp.net if someone with patience wants to have a look and see what could be wrong it would help me.
    Thank 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

    #250601

    In reply to: Download for 2.4.3?

    kmtrent
    Participant

    I did change back to 2.4.3 and now I have my admin area back without error. Does anyone have an idea why 2.5.0 would cause an error in the WordPress admin area?

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

    #250588
    richdal
    Participant

    Using WordPress 4.4.2 and BuddyPress v2.5.0

    I had setup a child theme so I could make modifications to WordPress and BuddyPress without messing with the core program. I’m using the Genbu theme so based on the information here (https://buddypress.org/support/topic/register-php-3/) I copied

    Copied: /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php

    Child theme: /wp-content/themes/genbu-child/buddypress/members/register.php

    I was able to modify parts of the form that were part of WordPress, but wasn’t seeing any HTML related to the BuddyPress profile fields. I dug around and found this BuddyPress file that would affect the profile form fields on the register page and user profile page.

    /wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php

    I can’t figure out how to get that working in my child theme though. What directory location am I suppose save to on my child theme? I tried setting it up here, but doesn’t look like it’s loading at all

    /wp-content/themes/genbu-child/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php

    #250587
    webmasterfreya
    Participant

    Hi,

    Thanks for the update on Buddypress!

    I’ve encountered 3 problems :

    1) Language other than English :
    In the dashboard when showing all emails, content is still in English, even when changed into another language except for the title. Would be nice to show the new content.

    The “Hi” and “unsubscribe” is hardcoded in a template file which should not be the case

    2) the email Sender is hardcoded “WordPress”@<domainname> (the default WordPress sender should be used (also hardcoded, but with a filter easy to change)

    3)a real bug :
    when Activity is not on, it’s impossible to empty the waste basket (trash) for emails
    Call to undefined function bp_blogs_delete_activity() in .../wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php on line 914, referer: .../wp-admin/edit.php?post_status=trash&post_type=bp-email

    Hope this helps.

    #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

    #250579
    snazzypack
    Participant

    Thanks for your response Henry.

    I am checking out your links now, but something came to mind. The issue I have is that this link sends customers to a WordPress login area, that looks exactly like the login screen for administrators (white screen with WordPress logo up top. I really don’t like that and would like the login page to look like the themes login page and I already have a login page that looks the way it should (which is why I am trying to which the link to direct to it).

    Maybe, is there a way to change the look of the login page?

    #250577
    r-a-y
    Keymaster
Viewing 25 results - 6,951 through 6,975 (of 32,678 total)
Skip to toolbar