Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,751 through 2,775 (of 22,723 total)
  • Author
    Search Results
  • #275283
    septimo
    Participant

    I’m watching videos and forum tutorials and they tell me that Buddypress is a forum plugin … inculso in a page appears as one of the best forum plugin .. if the plugin does not achieve this I want to know;

    with this plugin or is there any other way for them to register on my website outside of the wordpress pre-filled login panel?

    Can I create another page or route?

    #275276
    r-a-y
    Keymaster

    @redshujin – Change your theme temporarily to a WordPress default theme and give it another try.

    If that doesn’t work, set up a fresh install of WordPress (either locally or somewhere else on your server) and only have the BuddyPress plugin activated. Next, attempt to upload a photo. If that works, then it has something to do with your particular install. Probably due to a plugin.

    r-a-y
    Keymaster

    Someone reported an issue involving 404s that might be related to this forum thread.

    To those experiencing 404s with custom profile or group subnav pages, can you try the following fix?
    https://buddypress.trac.wordpress.org/attachment/ticket/7931/7931.01.patch

    #275269
    balebond
    Participant

    I just implemented this approach.

    I’m still reviewing the impact but so far so good I guess. Took out the part referencing buddyblog since I’m not using that plugin.

    #275265
    redshujin
    Participant

    I am having this issue on our site. It is running KLEO Child theme. When a user tries to upload an image for the avatar you will only see a small box in the left top hand corner of where the picture preview should be. I have tried Chrome and Firefox browsers in which this happens on both. I have attempted to deactivate plugins and am not seeing this resolving. Please let me know what additional troubleshooting that you would like to see done or tested and I would be glad to do what I can to assist

    WordPress 4.9.7
    BuddyPress 3.1.0

    #275259
    pauapau
    Participant

    i found the reason

    in https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-members/screens/activate.php?marks=98#L62
    at:line 101

    i found the reason. php thinks $user->errors is not empty. but it is.

    so $user->errors is empty. as my error_log says
    [17-Jul-2018 16:51:26 UTC] error activte :

    cheers pauapau

    #275253
    pauapau
    Participant

    Thank you for you help guys!

    i installed wordpress and buddypress new. There is still the same issue.
    any idea?

    Venutius
    Moderator

    What you could do is use something like https://wordpress.org/plugins/all-404-redirect-to-homepage/ and configure that to redirect ll 404’s to the login page.

    #275245
    mnm1994
    Participant

    @r-a-y
    I haven’t tried that. I contacted WordPress a second time and now they decided to look into it for me, so I am waiting on that.

    If I deactivate Buddypress, what will happen to my site? It is a member community full of groups and forums and I am afraid to break it.

    Is it safe to just deactivate Buddypress like that?

    #275242
    kenmcall
    Participant

    Should have mentioned that I’m running WordPress 4.9.7 and Buddypress 3.1, along with the BuddyBoss Boss theme 2.4.3.

    #275241
    r-a-y
    Keymaster

    The code to activate a user can be found here:
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-members/screens/activate.php?marks=98#L62
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-members/bp-members-functions.php#L1798

    It would be great if you are able to set up a fresh install of WordPress and BuddyPress to see if your activation problems are because of some custom code on your site.

    #275237
    r-a-y
    Keymaster

    About the code that is linked:
    https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php

    If your theme contains either a /buddypress/members/activate.php or /registration/activate.php file, you replace red lines with green lines. If your theme does not have any of these files, then you don’t need to make any changes.

    If you are still running into trouble, change your theme temporarily to see if your theme is the issue.

    —-

    If you want to roll back to an older version, you can do so on the following page:
    https://wordpress.org/plugins/buddypress/advanced/

    Under “Previous Versions”, select 2.9.4 and replace the copy on your server with that one.

    andyjay83
    Participant

    Wordpress 4.9.7 Buddypress 3.1.0

    I am using WP SMTP integrated with SendGrid to send out the automated emails that BuddyPress sends to members as the members interact with my wordpress site (i.e. someone commenting, sending a PM, favoriting, etc.)

    When those emails get sent out to yahoo and aol addresses I get an email that says:

    This is the mail system at host gateway36.websitewelcome.com.

    I’m sorry to have to inform you that your message could not
    be delivered to one or more recipients. It’s attached below.

    For further assistance, please send mail to postmaster.

    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

                      The mail system

    <yolojim@aol.com>: host mx-aol.mail.gm0.yahoodns.net[74.6.141.40] said: 554
       Message not allowed – Headers are not RFC compliant[291] (in reply to end
       of DATA command)
    Reporting-MTA: dns; gateway36.websitewelcome.com
    X-Postfix-Queue-ID: 80867400C8426
    X-Postfix-Sender: rfc822; torus@drumsbygenre.com
    Arrival-Date: Mon,  9 Jul 2018 20:33:42 -0500 (CDT)

    Final-Recipient: rfc822; yolojim@aol.com
    Original-Recipient: rfc822;yolojim@aol.com
    Action: failed
    Status: 5.0.0
    Remote-MTA: dns; mx-aol.mail.gm0.yahoodns.net
    Diagnostic-Code: smtp; 554 Message not allowed – Headers are not RFC
       compliant[291]

    I also see that the emails are sending duplicate subject lines which I read could be the root of this issue.

    1. Does anyone have a solution for this?
    2. If the solution is making sure there is only one subject line, does anyone know how to execute this?

    Thanks for your time guys 🙂

    Venutius
    Moderator

    That’s not a feature that is supported right now. The issue is that bp does not store the activation code for the user, so it can’t look up the activation code and know it’s the right one but has already been activated for that user. I think you would need to raise a feature request on Trac for that.

    #275198

    In reply to: Username with @

    Venutius
    Moderator

    Restrict Usernames

    This plugin might help to achieve that.

    #275183
    Venutius
    Moderator

    I think this is related to this bug report:

    https://buddypress.trac.wordpress.org/ticket/7923

    A number of html outputs were escaped using esc_html() which caused the links to go wrong. Should be fixed in the next update.

    Henry Wright
    Moderator

    You can report issues on Trac at https://buddypress.trac.wordpress.org/

    The username and password you use here should work.

    #275140
    r-a-y
    Keymaster

    Yes, you edit wp-content/themes/pro/buddypress/members/activate.php with the following:
    https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php

    This is mentioned in the sticky thread:

    BuddyPress 3.1.0 is now available!

    r-a-y
    Keymaster

    Check out the bp_get_thread_recipients_list() function:
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-messages/bp-messages-template.php?marks=1725-1729#L1711

    The Deleted User string is used if the user profile link does not exist. If the user was deleted, then it makes sense that the string would return 'Deleted User'.

    If the user still exists, your next step is to figure out why your user profile links are returning empty. Perhaps via a custom code snippet that is filtering the user profile URL?

    #275121
    sagar1990
    Participant

    got my answer thanks for the hint btw.

    Things I did below.hope it helps others.

    Do it step wise.I have macbook.

    1.In your project file like mine was htdocs/coco/ search the .htaccess file.It is will present but it will be hidden or it may not be there at all.
    If it is not there, create one by using some different text editor and save the file with below contents.Remove all the blank lines and spaces from the file.
    RewriteBase /
    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /coco/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /coco/index.php [L]
    </IfModule>

    # END WordPress

    2.Most important step.Make the file writable.right click on fileand click get info .click the lock icon on the extreme corner of the window .then provide all the users with write and read permission.

    3.Now login as wpadmin. Go to settings, permalink and just click save changes button.No need to change anything there.This will actually update your .htaccess file automatically that you created now and will update it with your project path like localhost/ to yourprojectname/ (i.e the last line in the file coco/index.php)

    Now go and hit the register button(my case register button gave me 404 error and previously 500 internal server error) .It will show the register page and thats how I solve the problem.

    Also, I think if we mess up with .htaccess file contents or permissions the we get 500 internal server error.

    hope it helps someone!:)

    We can close the thread!

    MorgunovVit
    Participant

    WordPress 4.9.7
    BuddyPress 3.1.0
    Theme: OceanWP (but the same problems with Twenty Seventeen v1.6.)

    Hi!

    It seems that I am faced with a problem.
    The new BuddyPress template called Nouveau, fails and stops displaying the navigation menu in the user profile and group profile. The block with the main navigation simply disappears (I mean navigation in which items such as Activity, Friends, Groups, etc. are displayed), only the sub navigation of the section remains.
    I tried to disable all plugins, but navigation did not appear. Also, I changed the theme from the ocean to the WP on Twenty Seventeen – no results. And only after switching from Nouveau to the old BuddyPress template was the navigation displayed.
    Could You help me, please?
    Thanks!

    —————–
    The List of using plugins:
    BadgeOS Version: 1.4.11
    BadgeOS BadgeStack Add-On Version: 1.0.1
    BadgeOS Community Add-On Version: 1.2.4
    BadgeOS LearnDash Add-On Version: 1.0.2
    BadgeOS Suggested Achievements Add-On Version: 1.0.1
    bbPress Version: 2.5.14
    BuddyPress Version: 3.1.0
    BuddyPress for LearnDash Version: 1.2.5
    Elementor Version: 2.1.2
    H5P Version: 1.10.3
    LearnDash & bbPress Integration Version: 2.0.2.1
    LearnDash Course Grid Version: 1.4.1
    LearnDash LMS Version: 2.5.8.2
    LearnDash LMS – Notifications Version: 1.2.0
    LearnDash ProPanel Version: 2.1.3
    Ocean Demo Import Version: 1.0.9
    Ocean Extra Version: 1.4.17
    SVG Support Version: 2.3.15
    Tin Canny LearnDash Reporting Version: 2.9.3
    Uncanny LearnDash Toolkit Version: 2.4.2
    WP Translitera Version: p1.2.5

    #275071
    r-a-y
    Keymaster

    It’s probably something to do with your theme’s CSS if I had to guess.

    Try switching temporarily to one of the WordPress default themes to see if it works. If it does, can you list your theme? Perhaps we can hardcode some CSS rules so the cropping box is correctly-sized.

    #275070
    r-a-y
    Keymaster

    Thanks for the report and suggested fix, @vesterde.

    I’ve linked to this thread in this ticket – https://buddypress.trac.wordpress.org/ticket/7908

    #275057
    Varun Dubey
    Participant

    @astridwordpress You can also moderate any comments.
    Comment option specific setting is WordPress default
    https://codex.wordpress.org/Settings_Discussion_Screen

    #275056

    In reply to: Manage activity stream

    Varun Dubey
    Participant

    @jerrytoet You can try https://wordpress.org/plugins/bp-activity-filter/
    It will work with legacy template structure only, for nouveau new updates will release soon.

Viewing 25 results - 2,751 through 2,775 (of 22,723 total)
Skip to toolbar