Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,501 through 3,525 (of 22,688 total)
  • Author
    Search Results
  • bigkahunaburger
    Participant
    EMar
    Participant

    I fixed my email sending issue by installing WP-Mail-SMTP plugin,
    The old plugin I was using is broke: WP Mail From II

    WP-Mail-SMTP

    I set it to Send all WordPress emails via SMTP.
    I ticked Set the return-path to match the From Email.

    I’m using cPanel email so I logged into my cPanel email and clicked Set Up Mail Client link.
    You’ll see the username and password and port you need to put in the WP-Mail-SMTP config.

    SMTP Port: local
    SMTP Port: the outgoing port
    For encryption I selected use SSL as I have free autoSSL installed for cPanel.

    Yes: Use SMTP authentication.

    Username: your email address
    Password: Email password

    And that’s it.. tested send email to another email address, all good.

    Newly registered account are getting the activate email, well I did anyway.

    EMar
    Participant

    Thank you for the pointer, I fixed my email sending issue by installing WP-Mail-SMTP plugin,

    I set it to Send all WordPress emails via SMTP.
    I ticked Set the return-path to match the From Email.

    I’m using cPanel email so I logged into my cPanel email and clicked Set Up Mail Client link
    You’ll see the username and password and port you need to put in the plugin config.

    SMTP Port: local
    SMTP Port: the outgoing port
    For encryption I selected use SSL as I have the free SSL installed for cPanel.

    Yes: Use SMTP authentication.

    Username: your email address
    Password: Email password

    And that’s it.

    Now new users who register an account are getting the email to activate their own accounts.

    Jesus why didn’t I notice this earlier but the old plugin I was using is broke: WP Mail From II

    #266417

    In reply to: WordPress 4.8

    shanebp
    Moderator

    Try switching to a WP theme like 2015 to see if the issue really is BP and not your theme.
    You can file a bug report here:
    https://buddypress.trac.wordpress.org/

    EMar
    Participant

    I also noticed if I sign up as a new member I get to the page that says success and an email
    has been sent to verify your account, but the email never comes.

    If I activate the member accounts manually an email is sent saying there is a new member,
    So I know my email is working on the server side right?

    I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?

    I need to allow new registrations to be approved automatically, I thought there was an option for this.

    Any suggestions appreciated.

    #266412

    In reply to: WordPress 4.8

    Effycom
    Participant

    Hiya,

    There seems to be a compatibility issue with the current version of Buddypress and the latest WordPress 4.8 update. I noticed that all the elements available for users on Buddypress suddenly disappeared as soon as I made the WordPress update. I checked it against one of my other websites which I have not updated yet to WordPress 4.8 and installed Buddypress there and all the elements are visible.

    Is there anything I could do in the meantime to fix the problem whilst I wait for the latest BuddyPress update as the website in question is due for launch today, but unfortunately i made the WordPress update late last night which affected the elements I need for the site to function as intended with the use of BuddyPress as an aid.
    Thank you in advance

    E.

    #266396

    In reply to: WordPress 4.8

    BuddyPress 2.8.x works OK with WordPress 4.8.

    BuddyPress 2.9 is due out in the next few weeks.

    #266362
    r-a-y
    Keymaster

    This is fixed in the development branch of 2.8.

    In the meantime, you can manually apply the following fix until 2.8.3 is released:
    https://buddypress.trac.wordpress.org/changeset/11520

    tisor
    Participant

    I had a site plugin, disabling the menu options for WordPress. Using this code:

    bp_core_remove_nav_item( ‘settings’ );

    This was generating the 404. Removed it, all worked.

    #266254
    Henry Wright
    Moderator

    Hi @babcoltd

    You will need to sync the value of your xProfile field with a WordPress role to get this working. I’m not sure that a plugin is available so as far as I know it will need to be custom developed.

    #266253
    Brajesh Singh
    Participant

    You may use my Redirect to profile plugin.
    It does exact same thing.

    BuddyPress Redirect to Profile

    Hope that helps.

    #266241
    shanebp
    Moderator

    Have you tried: https://wordpress.org/plugins/bp-simple-private/ ?

    You can also get it from PhiloPress.

    #266209
    Henry Wright
    Moderator

    Hi @giuseppecuttone

    The BuddyPress Trac ticketing system is the way to follow BuddyPress development. You can view open tickets and even contribute patches and bug reports.

    nikitagrimm
    Participant

    Ok there, I finally figured out the problem. It turns out that the is_email() function built into WordPress is extremely slow and takes around 6 seconds to compute. Since Buddypress used the function quite leisurely, the amount of time it took to send emails ended up being quite long.

    Unfortunately a simple filter wasn’t enough, as WordPress was still processing the old function. I have removed the function and the problem is therefore “fixed”. Actually “applying a bandaid” is the more appropriate term here.

    I’m going to report a bug to WordPress asap now. Thanks for your attempts at helping me though! However, if you do have an idea why the function is so slow I would be very glad to hear it!

    nikitagrimm
    Participant

    Unfortunately that can’t be it, since it is also this slow if I set wordpress to use phpmail instead. I have already tried TLS over SSL and different ports too.

    Also, the WP-Mail-SMTP plugin has a function to send out test emails and those are sent instantly.

    I really hope we can find the error to this. Thanks for your answers though.

    Mauricio
    Participant

    I have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.

    The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.

    Secure provided by cloudflare

    #266154
    r-a-y
    Keymaster

    This is a bbPress bug, which is scheduled to be fixed in bbPress v2.6.

    See https://bbpress.trac.wordpress.org/ticket/2690.

    In the meantime, manually add the following fix:
    https://bbpress.trac.wordpress.org/changeset/5857

    #266120

    In reply to: Delete Activity Stream

    shanebp
    Moderator

    For busy sites, removing old entries can increase performance.

    Have you tried BP Bulk Delete ?

    You can also get it at PhiloPress.

    #266063
    metalhead
    Participant

    Read this conversation in its entirety.

    The plugin author was kind enough to guide me through the process of making that work. If you follow those instructions, your users will be able to upload their profile photo during registration.

    Although this method works, it causes a slight problem: The users won’t be able to update their photo in the future, because the default Buddypress “Change avatar” function refers to a different file, or location, than the xprofile custom fields type location.

    If you find a way to fix that problem, please let me know.

    #266062
    metalhead
    Participant

    There is a plugin called BP Simple Private that allows you to restrict access to all Buddypress pages to logged in users only. Then, if people try to visit Buddypress pages after you install the plugin, they will get redirected to the home page.

    But if I’m understanding you wrong – and you want to have a separate site just for your buddypress groups, then I will recommend setting up WordPress Multisite.

    And if I’m understanding you right – which bells and whistles do you want to disable? I’ve disabled a few things with CSS & PHP hacks – but like what do you want to see gone?

    #266029

    In reply to: REST API design

    shanebp
    Moderator

    Designing endpoints is perhaps the major issue for this API and the subject of much discussion.

    I would encourage you to use the Issues tab on the repo:
    https://github.com/buddypress/BP-REST

    There is also a BuddyPress Slack channel. From the repo readme:
    Weekly BP REST API dev chat are held on Wednesdays at 22:00 UTC in WordPress Slack channel #buddypress

    #266011
    David Cavins
    Keymaster

    I think I finally understand what is going wrong here. If you pass a bad group object to bp_group_has_moderators() or don’t pass a group object and the global $groups_template->group isn’t set, this error can occur.

    If you’ve had this problem, can you please respond telling me what theme you’re using? Furthermore, look in your theme where bp_group_has_moderators() is called, and tell me if it’s being called with a $group argument (like bp_group_has_moderators( $group_object ) ) or without an argument (like bp_group_has_moderators() ).

    Do you also see an entry in your error log like the following or not?
    Trying to get property of non-object in /Users/dcavins/Sites/develop.git.wordpress.org/src/wp-content/plugins/buddypress/src/bp-groups/bp-groups-template.php on line 2576

    Thanks for your help,

    -David

    #266007
    @mercime
    Participant

    @vanessenstudio Given the screenshot, I can only guess that your theme’s stylesheet is missing lines 601 through 614 which are necessary to move the notice to the top of the page.

    #265991
    ripulkr
    Participant

    Try this : https://bpdevel.wordpress.com/2016/08/05/nouveau-a-bp-template-pack-story/
    I am also building a plugin for this, which would be available within few days.

    #265990
    ripulkr
    Participant

    BuddyPress themes are basically WordPress themes. Technically all themes “should” be compatible with BuddyPress.
    If you’re looking more into template overriding then check the documentation link above.

    Try this : https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630, https://themeforest.net/item/wplms-learning-management-system/6780226 , https://themeforest.net/category/wordpress/buddypress

    Regarding your question :
    Check existing topics in this forums, this has been answered several times.

    Add tab to user profile from plugin

Viewing 25 results - 3,501 through 3,525 (of 22,688 total)
Skip to toolbar