Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,676 through 6,700 (of 32,678 total)
  • Author
    Search Results
  • timgreenleaf
    Participant

    I am looking for general advice and maybe help strategizing how to do this:

    I want to set up a custom, default page for 1) member listing, 2) member profile, 3) group listing, and 4) group detail where the output from the WordPress and Buddypress loops are combined. Essentially, the rendered page structure would look like this:

    [global header etc]
    [Content from the WP page editor]
    [dynamic Buddypress content for Members or Groups]
    [global footer etc]

    I successfully created a custom WordPress template for the member directory where I inserted /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php as a PHP include right after the WP loop code is done. It works as long as it is a custom listing page (NOT set as the default for Members in Settings) but the members profile page is still the generic default. If I adjust the site settings to define this page as default for Members, it doesn’t work at all or it just ignores the content from the WP editor.

    Is it possible to do this inversely — e.g. insert the WordPress content loop into the Buddypress template? I haven’t had any luck. I am not even sure the WP loop is invoked when a core BP page (e.g. members or groups) is rendered.

    FYI, I’m on the latest version of BuddyPress and WordPress 4.4.2, and have implemented BP with the BP Project Framework plugin for my customizations. I am using Cumulo, a commercial theme that seems to be pretty good, and have that set up with a child theme (in case that matters here).

    I am new to Buddypress but have used WordPress for years (not a hard core coder but can write/edit code) and am familiar with how it works under-the-hood, but am not sure about the best approach here. Thanks in advance for any advice/guidance/ideas with what you think the best way is to do this!

    #252392
    noahboddy
    Participant

    I’m having trouble getting BuddyPress to work correctly, and I have no idea why. When I activate it, anytime I click on ANY of the links in the drop-down menu by my profile icon in the upper right corner, all I get is a list of all the comments on my site. Whether I click my name, activity, profile, notifications, messages, etc., that’s what I get. None of the features can be accessed; I just get a complete list of comments. Does anybody have any idea what’s going on? Is it a compatibility problem with another plugin? I’m new to all of this WordPress stuff, so I really don’t know how it all works yet. I haven’t edited the plugin in any way. Any assistance would be greatly appreciated.

    WordPress version 4.4.2
    BuddyPress version 2.5.2
    Website: http://scribblers.xyz/
    Theme: Lovecraft

    #252390
    Dono12
    Participant

    No, the plugin is not online. I built it with bits of code and tuts across the web about customizing WordPress notification emails. if you can send me an email address (please black this out **** (removed at users request ~hnla)) I can send you the plugin and you look it over. I saw on the web that you should remove filter after applying it but it didn’t seem to have any affect.

    remove_filter( 'wp_mail_content_type','mycustom_mail_content_type' );

    Dono12
    Participant

    I created a plugin which sends custom emails to users when they Register, Submit Post, Comment on a Post (email to post author), and Reset Password.
    Problem is all the styles are missing from the Buddypress Email notification when my custom WordPress Email Notification Plugin is Active. When I deactivate my Custom WordPress Plugin all the styles for Buddypress email Notifications return.

    I know one can’t have it all but geee’s. I would like users to get a nice email message when interacting with b all aspects of my site. How can I fix this issue?

    dfarland
    Participant

    URL: thedivisionrpcommunity.com
    WordPress 4.4.2 (New Installation)
    BuddyPress 2.5.2
    bbPress 2.5.8
    Theme: Spacious 1.3.8
    Hosting: Media Temple (Grid)

    I am nearly finished with the setup of my site, but quickly realized that I am having trouble with BuddyPress emails. WordPress emails are working fine, but none of the BP emails are going through to the admin or the users. I’ve read through a lot of forum posts suggesting various SMTP plugins, but haven’t seemed to find the magic plugin (or plugin configuration) to get it working. I tried PostMan and Easy WP SMTP, as well as some I don’t recall the name of. In all cases, the WordPress mail continued to get delivered as well as the test emails sent via the plugins, but never the BuddyPress mail. Interestingly enough, I noticed that with Postman installed it didn’t even show that it tried to send an email from BuddyPress. Other emails showed up in the log, but BuddyPress never registered.

    I’ve also been looking at my host configuration and I have opened a support request with them to see if they might be able to shed some light on this. During my research I came across the following in their WordPress documentation.

    — Begin Quote —
    Third-party Mail Connections

    While no third-party mail plugins are explicitly banned by our plugin blocker, all connections from ports 25, 465, and 587 are blocked for security reasons. Therefore, it is not possible to send mail from your WordPress Hosting service using a third-party mail system.
    — End Quote —

    Now, I might accept this could be the issue, but I’ve seen a lot of people, including moderators, that have recommended Media Temple and are using them for their BuddyPress installation. Either this quote does not apply to my Grid account or they’ve figured out how to work around it. Hopefully one of these WP/BP users on MT has some insight for me.

    -don

    Paul Wong-Gibbs
    Keymaster

    If one type of email is getting sent and the others aren’t, it might be some part of the content triggering some kind of spam filter on the remote server. It could be some kind of throttling issue, and it’s only by coincidence one type of email is being sent. I don’t know. There’s all sorts of weird possibilities.

    We have 2 further email delivery fixes that have been identified, which I imagine we will implement and release within the next 2 weeks. I don’t see how either would directly affect your site since you have SOME BP HTML emails being delivered, but not all — but maybe they will. This is certainly pretty weird.

    https://buddypress.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=2.5.3

    #252373
    danbp
    Participant

    Hi @vinzen,

    may not help directly, but read here, at least to get some dev’s thought. 😉

    vinzen
    Participant

    Hi, Is there any way to sync the website URL in the Xprofile to the website URL in the WordPress profile?

    I’ve checked “Enable BuddyPress to WordPress profile syncing” in the BuddyPress settings. In fact, all other attributes like username, nicename, useremail, etc are synced except the URL (probably because it is not a part of the main BuddyPress profile?). But still, is there any way we can achieve this sync? Thanks.

    #252367
    MC-land
    Participant

    Hi Henry, thanks ive tried that plugin, its not quite what im after.
    Ive also tried https://wordpress.org/plugins/buddypress-global-search/installation/ which was just as inconsistent.

    We did import all the users through a database import through a custom script, which we suspect might have caused problems. dont know if that helps at all.

    wpmirwin
    Participant

    Hi all (hoping that @djpaul notices this),

    Email trouble in BP is apperantly very hard to solve (I’ve been sifting through email related posts in the forums for hours!), so I’m going to include as many clues here as possible. Hopefully someone has the patience to read all this and make sense of it, and hopefully this problem is not specific to my installation. Yes, I have a lot of plugins. But, I have disabled all of them at times to test this, and I’m fairly confident that it is not a plugin conflict.

    Problem Summary:

    It seems like some of the messages generated by BP are formed in such a way that they are being rejected (silently?) by external mail servers (i.e. google, yahoo, hotmail) while other email messages are fine. I think this may be giving the impression that BP is not sending the email, but the email messages are in fact being sent (in my case anyway). They just don’t seem to be handled properly on the recieving end. Why?… I have no idea. Hoping for some tips to continue troubleshooting here.

    Product Versions

    WP: v4.4.2
    BP: v2.5.2

    Relevant Plugins in use:

    wp-mail-smtp: In case the email problems were PHP mail() related
    bp-email-to-wp-mail-from-bridge: To fix BP ignoring existing mapping for the From email
    buddypress-group-email-subscription: To add group email functionality (mentioning only because email sent from this plugin works fine – plain text)

    Relevant Config Info:

    At first I wasn’t using an SMTP plugin, but my current config is using WP-Mail-SMTP.
    It is configured with the localhost as the SMTP Server (HostGator shared host).
    Outoing email seems to work fine (with or without the plugin). It’s only outgoing BP mail that isn’t working properly.

    High Level Details:

    Some BuddyPress generated email works and some doesn’t. There are 3 specific examples that I’ve been testing:

    * The “Friend Request” email works great! It’s a really nice HTML formatted email that informs the target of the request that the request has been made.
    * A PM to a member doesn’t work. No email notification is sent to the target of the PM (Notification settings are correct)
    * A Mention doesn’t work. No email is sent to the BP user targeted by the mention (Notification settings are correct).

    The email messages that don’t appear to be working (i.e. not reaching it’s destination) are actually being sent. However, it seems like they are completely ignored by the receiving mail server.

    * This has been confirmed with the debug plugin (bp-email-debug-2.php). In all cases it reports that the email was sent.
    * This has been confirmed by my ISP. I had them watch the email get sent out from the localhost (the smtp server) to a google mail server (for example) but the message was not received.

    I know that my mail server/domain is not blacklisted because as mentioned above, the “Friend Request” email is sucesfully sent and delivered to the same recipeint. Also, the buddypress-group-email-subscription plugin works well and sends email succesfully to the same recipients.

    NOTE:The same email (eg. PM and Metion related email) that is not delivered successfuly to external mail servers (google, yahoo, hotmail) IS sucessfully delivered to email addresses hosted on my local mail server (i.e. the mail server running on the same WP/BP host – Hostgator).

    Some steps I’ve taken to test/resolve

    I’ve ensured that the “From” email address is correct (i.e. not being rejected because it is “wordpress@domain.com”). BTW, this led me to the bp-email-to-wp-mail-from-bridge Plugin which bridges wp_mail_from settings that I had in WP functions.php (child theme) to BP Email fuction(s). Everything is fine here.

    I’ve installed and tested WP-Mail-SMTP plugin in every way I can imagine. No change in email behaviour

    I made sure all available options in the notification settings (i.e. to receive all types of notifications) are enabled and have tested the various email scenarios on many different users.

    Other important notes

    I’m using the plugin buddypress-group-email-subscription to send email to group members when things happen in the forums. As mentioned above, this plugin successfully sends email to the same recipeints that are not recieving the PM and Metnion emails. Worth noting is the email messages sent by this plugin are plain text.

    Finally

    Thanks for getting this far… that’s a lot of reading. Sorry. I’m not expecting a simple answer to this. I’m just hoping for someone to point me in the right troubleshooting direction.
    <br><br>

    lim sungbeom
    Participant

    I wrote this article in bbpress.
    But somebody reply like this

    ‘This seems a BuddyPress question, not a bbPress question, right ?
    I think the BuddyPress forum would be a better option to get an answer.’

    So I write again in buddypress forum.

    ———————————————————————————

    I want to link a group to a forum which exits,

    So I checked it and set a forum name (first one below ‘Customer Center’) in group forum box and save

    but then check in the checkbox is disappeared

    at last, I found that if I modify the group forum settings in the group page setting in backend,
    the setting sustain, even though I click or not group forum setting in the group setting option in in frontend.

    I tried with default theme twenty-thirteen and KLEO.

    Is it normal or bugs?

    – frontend setting page :

    https://www.miinfra.co.kr:44373/infra/groups/%EA%B3%A0%EA%B0%9D%EC%A7%80%EC%9B%90/admin/forum/

    – Backend setting page :

    https://www.miinfra.co.kr:44373/infra/wp-admin/admin.php?page=bp-groups&gid=588&action=edit

    wordpress ver 4.42
    buddypress Version 2.5.2
    bbpress Version 2.5.8

    #252342
    nader.jalayeri
    Participant

    everything works fine when i upload media using wordpress media library but in user xprofile avatar upload form, can’t upload image to another ftp

    danbp
    Participant

    @kafic,

    Since WP 4.0, you no more need to add the language constant to wp-config.
    Read from here: https://codex.wordpress.org/Installing_WordPress_in_Your_Language

    Concerning brazilian portuguese, the WP translation file is named pt_BR.mo
    Once this file is stored in wp-content/languages/, you select pt_br as site language from dashboard > General > site language. This is slightly different from other languages like german or french, who appear as a name in the list and not as de_DE or fr_FR.

    To get BuddyPress in brazilian, you simply add the buddypress-pt_BR.mo to wp-content/languages/plugins/ directory

    Tested as ok on a beta install of WP 4.5RC2 and BP 2.6alpha

    Portuguese Brazilian translations files
    WP Stable 4.4.x pt_BR
    BuddyPress 2.5.x stable pt_BR

    At the botom of these pages, select Machine Object Message Catalog before exporting.

    And to get a plain translation of WordPress dashboard, don’t forget to export admin-pt_BR.mo (stored as sub-project on the left sidebar of translate.wordpress.org).

    #252335
    celziobiaz
    Participant

    Well, there are several Group chat rooms integrated well with BuddyPress.

    When you choose, you need to consider the following:
    1 – You can install one on your server, but if you have more than 10 chatters, that will probably load your server. Most shared hosting services, do not allow to install a chat on the server as it is high cpu/mem consumer. In addition, sharing files is dead slow.

    2 – I recommend a group chat hosted service, it will offload all activity to a remote server, bandwidth is not a consideration. They work with CDN, so everything is pretty fast.

    As for your question:
    I am very much in favor of RumbleTalk chat plugin, works very well and integrate with your users base.

    – Ability to send any files (anything from videos, photos, music, etc.)
    Yes -You can upload files, pdf,excel..etc, I think any file, but they have size limit
    – Ability to text chat
    Yes
    – Ability to video or voice call to a friend
    Yes – they have private chat (you need to allow it in the settings), you must be in ssl to use it (WebRTC)
    – (Optional) ability to add other friends or users to the chat
    Yes – you can allow facebook/twitter friends
    – (Optional) ability to screen share (desktop sharing)
    No – no screen sharing

    Chat room example for buddypress (from blog)

    #252320
    Paul Wong-Gibbs
    Keymaster

    @backpackersunion Some have asked about the “Hi” part. I suppose that could be changed. I have seen a few people ask, but if I see one post about something here, I normally multiple that number by 100, because very few people find it easy or convenient to get in contact with us (with support question), so probably quite a lot of people would like the option, even if it wasn’t the majority.

    The unsubscribe I am a bit less sure of. I don’t want to make it easy for evil people running BP to remove the unsubscribe link for emails they send. In BuddyPress 2.6, an upcoming change means that this unsubscribe link will work, even if you’re not logged in to the site.

    From a technical perspective, if we remove the token from the template and put it into the option, if a user has already customised the footer text option, they won’t see the new updated (default value for the) option.

    This is not unsolvable, we’d run something on the upgrade routing, but we’d have to stick the token at the very bottom or top of the template. It’d be easy for the site admin to change, but it would annoy them. But it might be worthwhile.

    So — maybe? You could create a ticket on buddypress.trac.wordpress.org to see if any other regular contributor likes the idea, or see if you can start a discussion or get feedback from other users via the forum.

    Paul Wong-Gibbs
    Keymaster
    Paul Wong-Gibbs
    Keymaster

    @justarandomuser Yes. BuddyPress does not and will not support WordPress’ wp_mail_content_type filter, so setting this or not does not affect BuddyPress.

    Postman SMTP plugin re-declares a function called wp_mail(). BuddyPress will send its emails in plaintext if wp_mail() has been redeclared.

    This decision was made because a lot of legacy WordPress plugins that change email content/appearance, or how they are delivered, re-declare wp_mail() and it is impossible for BuddyPress to know if/how it could support all these custom implementations.

    If you are using Postman SMTP to only send emails via SMTP, you could find an alternate SMTP plugin. People have mentioned some recently in email support discussions on this forum, though I can’t remember the names. If I find one again, I’ll try to remember to let you know here.

    If you are using Postman SMTP for any other purpose, and you don’t want to switch to another plugin that only configures WordPress to send via SMTP, then I’m afraid you’re out of the options at the moment.

    You are right that the Customizer does not indicate that the email will only be sent in plaintext in these situations. We’ll get some messaging added to that screen in the next BuddyPress release to clarify that.

    #252307
    michaellanfield
    Participant

    Sorry if this question has been posted before. I did search and did not find any answer to my question.

    My site. http:/thevegansandwich.com (under construction)

    At the time posting this (April 11, 2016)
    WordPress version: 4.4.2
    BuddyPress version: 2.5.2
    (I always updated all plugins and WordPress)

    My question is, I am looking for a complete free or inexpensive chat system/plugin or a way to implement a chat system similar to Facebook, with:
    – Ability to send any files (anything from videos, photos, music, etc.)
    – Ability to text chat
    – Ability to video or voice call to a friend
    – (Optional) ability to add other friends or users to the chat
    – (Optional) ability to screen share (desktop sharing)

    Thank you.

    cmavrikas
    Participant

    Hello,

    I have a WordPress/BuddyPress/bbPress installation.

    I have noticed in the activity stream that all activity coming from either the blog or the social network functionality of BuddyPress, the user name displayed is the one filled by the user during registration as the Display Name.

    On the other hand, in bbPress forums and in the activity stream related to the forums, the user name displayed is the login name.

    It is really annoying, because the same user appears with different names in the same stream (if user has selected a different Display Name than the user name).

    Is there a way to have the Display name everywhere, including bbPress forums?

    Thank you

    DrMarkRhodes
    Participant

    Wordpress version 4.4.2
    Buddypress version 2.5.2
    Socrates theme version 4.05

    Setting up my revived site:

    Groups

    Members

    Problem: the “Search Groups…” and “Search Members…” buttons are partially obscured by the main menu of the theme.

    I can look on line 170 of the source code from both pages and see this line:

    <div class=”separator” style=”height:27px;”></div>

    I have tested the following line on my mock-up, and it works perfectly:

    <div class=”separator” style=”height:67px;”></div>

    >>>>

    So, my real question is where/how do I edit the actual line in the Buddypress plugin code? I think I can edit it. I just can’t find it.

    Thanks so much for any guidance.

    Mark

    #252294
    wiziwiz
    Participant

    Ok so I have tested with another plugin and it is the same issue,

    Nextend Twitter Connect also has the same bug,
    https://wordpress.org/plugins/nextend-twitter-connect/

    everything works fine – it’s just this block that the buddypress will not allow any activity until an avatar is uploaded,

    I finally have found a fix and that is turn off this setting

    Account Settings
    Allow your users to modify their account and notification settings directly from within their profiles.

    so what is that setting because the user can still change their account – will look into that setting a bit more in another thread…

    hippiehut
    Participant

    When on a products page there is a link above the product that says “view profile”. When i click it redirects me to (yourdomain).org/profile/ but there is no page found. How can I get this link to forward to a the vendor/members profile? it should go to members/(product seller)/profile or members/(product seller) at least.

    Im running WordPress 4.4.2, (theme) Virtue 3.5.8, WC Vendors Pro 1.2.4, Woocommerce 2.2.5, Buddpress 2.5.2, and WC BP Vendors 1.0.5

    wschaefer1
    Participant

    I’m using WordPress Version 4.4.2 and
    BuddyPress Version 2.5.2
    Site: http://www.greenvillespinners.com

    I am setting up a template in Mailchimp and when I use the url for the blog it shows the entire Site Wide Activity.

    I only want it to show the recent blog posts.

    How can I do this?

    Thank you.

    #252277
    Slava Abakumov
    Moderator

    I’m using Sendgrid plugin to send emails. It replaces the wp_mail() function included with WordPress. Also BuddyPress 2.5.2 and WordPress 4.4.2.

    In the BuddyPress source code I found a filter 'bp_email_use_wp_mail', which skips BP’s email handling and instead sends everything to wp_mail() if wp_mail_content_type() has been configured for HTML, or if wp_mail() has been redeclared. That’s exactly my case (both if‘s).

    So to omit using wp_mail() – which sends data in plain text only – I wrote this:

    function cd_fix_bp_email_for_sendgrid( $status ) {
        return false;
    }
    add_filter( 'bp_email_use_wp_mail', 'cd_fix_bp_email_for_sendgrid' );

    And now I’m using BuddyPress sending functionality. And not receiving emails at all.

    I opened bp_send_email() function and printed debug information right before this line:

    do_action( 'bp_send_email_success', $status, $email );

    I see that $status is true, $email – is not good (content_html == content_plaintext).

    I opened class-bp-phpmailer.php (which actually sends all the data) and printed the $phpmailer object right before return $phpmailer->Send(); call – everything is fine (template populated, content processed properly) – but no email in my inbox.

    So to sum up:

    1. Sendgrid redefines wp_mail(), I filtered this to use bp_email()
    2. $phpmailer has proper content
    3. email is not sent

    Dunno what to do next to start using these cool new BuddyPress Emails 🙂

    hippiehut
    Participant

    ve just installed Buddypress and WC4BP to make buddypress work better with WC Vendors Pro.

    When I go to my a members page there is no change avatar option or change cover option under edit profile. It is enabled in Buddypress settings. The cover image is blank and the avatar is just a basic blank avatar. When i go to my domain/members/(member)/change-avatar/ (not sure if thats the right url cant remember off the top of my head) page is not found. What do can I do to get this working?

    Im running WordPress 4.4.2, (theme) Virtue 3.5.8, WC Vendors Pro 1.2.4, Woocommerce 2.2.5, Buddpress 2.5.2, and WC BP Vendors 1.0.5

Viewing 25 results - 6,676 through 6,700 (of 32,678 total)
Skip to toolbar