Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 901 through 925 (of 11,571 total)
  • Author
    Search Results
  • #218107
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    anhduc.bkhn
    Participant

    My domain is forum.my_domain.com

    – Subscriptions Emails -> 1: I enter hello@my_domain.com
    This SMTP email work well.
    – Subscriptions Emails -> 9: I tested with check/uncheck ‘Send a test topic email’ option, but after clicking on ‘Send test email(s)’, I got nothing.

    anhduc.bkhn
    Participant

    Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email did not work

    Robin W
    Moderator

    so did the test email from Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email also work?

    anhduc.bkhn
    Participant

    yes, and it worked (I tested).

    #218039
    SirLouen
    Participant

    Hey @robin-w Tested but not working 🙁
    What can be failing in your idea?

    This doesn’t work either 🙁

    Remove NoFollow from BBPress Posts

    Will have to review the code and what’s going on with that filter nowadays

    #218036
    Robin W
    Moderator

    runs fine on my test sites

    Robin W
    Moderator

    does Easy WP SMTP have an email test option?

    anhduc.bkhn
    Participant

    My env:

    WooCommerce version: 4.9.0
    WordPress version: 5.6
    PHP version: 7.4.14
    MySQL version: 5.7.31
    
    Plugin:
    bbp style pack: 4.7.2
    bbPress: 2.6.6
    Easy WP SMTP: 1.4.4

    The feature “Notify me of follow-up replies via email” does not work on my site.
    I tested: go to Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email, click on ‘Send test email(s)’, but it still does not work.

    Pls guide me on this.

    #217951
    purityboy83
    Participant

    Hi

    I am receiving emails about new posts through the subscription feature.

    Space tags are checked in the message content.

    For example, I wrote a post like the image below.
    ===========================
    test

    test

    test
    ===========================

    Image Link : https://ibb.co/nMvRjwQ

    but received mail include to “& nbsp;”
    =================================
    test

    &nbsp ;

    test

    &nbsp ;

    test
    =================================

    Image Link : https://ibb.co/dWcQHVM

    I need help to solve the problem

    Best Regards,
    Hyunho

    #217887

    In reply to: delete account

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #217863

    In reply to: Deleting user account

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #217840
    Robin W
    Moderator

    sorry, I’d left a line of test code in which caused the user not to be selected, fixed in 4.7.7

    I have also corrected the shortcode to do what it said in the documentation – so the default is ‘my profile’

    so

    [bsp-profile] will show ‘My Profile’ in a clickable link to the profile

    [Profile label=’This is the label’] will show ‘This is the label’ in a clickable link to the profile

    [Profile label=’Edit My Profile’ edit=’y’] will show ‘Edit My Profile’ in a clickable link to the edit section of profile

    #217837
    uksentinel
    Participant

    Thanks Robin.

    Just installed and tested, shortcode [bsp-profile] creates https://uktechhub.com/forums/users/

    No username at end ?

    I tried three different browsers and cleared cache etc

    #217795
    estakhrchi ali
    Participant

    irstly I only included the fields Robin had supplied, I do not have a copy of Snitz to test either. So I commented out but didn’t remove any of the code so that it would stand out and you could update any of these as needed which you have done.

    The forum ‘counts’ I think you may have incorrect in your post above:
    * _bbp_topic_count – The number of topics that are ‘publicly’ visible
    * _bbp_reply_count – The number of replies that are ‘publicly’ visible
    * _bbp_total_topic_count – The total number of topics (includes topics that are are unapproved or hidden)
    * _bbp_total_reply_count – The total number of replies (includes replies that are are unapproved or hidden)

    A clearer explanation of each of these would be helpful and also are each of these fields in the FORUM_FORUM database table:
    * F_TOPICS
    * F_COUNT
    * T_COUNT
    * P_COUNT

    The topic ‘counts’ is the same:ساخت استخر
    * _bbp_reply_count – The number of replies that are ‘publicly’ visible
    * _bbp_total_reply_count – The total number of replies (includes replies that are are unapproved or hidden)

    #217791
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    hardel
    Participant

    Hi guys,

    When browsing a user’s forum replies, page 1 works as expected:

    https://rockclass101.com/members/karenj/forums/replies/

    If you click “page 2” or “3”, then the url it generates results in a 404:

    https://rockclass101.com/members/karenj/page/2/

    It should be generating this url to work properly:

    https://rockclass101.com/members/karenj/forums/replies/page/2/

    —-

    This error is also happening for “topics started”. As you can see with this user’s page:

    https://rockclass101.com/members/lisadmh/forums/

    I’m using the latest version of WP & BBPress, but this error has existed for at least a year. Perhaps a bug?

    #217707
    Robin W
    Moderator

    I wrote a test plugin to fix this a while ago, try it and let me know if it fixes

    bbp threaded replies

    #217662

    In reply to: More link on body

    giacomo016
    Participant

    Thanks milion Robin.

    I have another two question.

    1. It is possibile to enble partecipant to remove own topic/reply?

    2. I can’t publish topic or reply with the public link, ad example

    “This is a test https://www.google.com/”

    The system block me and i’m forced to insert the code google

    There is a solution?

    Thanks milion,
    best regards
    Giacomo

    #217646
    giacomo016
    Participant

    Hi, I can’t post a reply or create a new topic with more external links.

    Like this:

    Test 1
    Test 2
    Test 3

    If I’m an admin works. If I’m a partecipant not.

    Can someone help me?
    Thanks milion,
    regards
    Giacomo.

    #217607
    Robin W
    Moderator

    you could just untick the ‘automatically give’ in the forums settings and then add it yourself on login eg untested

    add_action('wp_login', 'rew_assign_role_on_login', 10, 2);
    
    rew_assign_role_on_login ($user_login, $user) {
    $user_id = $user->ID ;
    $role = bbp_get_user_role( $user_id );
    	if ( empty( $role ) ) {
    		bbp_set_user_role( $user_id, bbp_get_participant_role() );
    	}
    }
    #217588
    sasasasaaa
    Participant

    Hi, after long searching and trying and testing my last chance is to ask here.
    I have added a special forum with shortcode in a course page and want to give all topic links, which appear in the course forum, a “?id=” at the end of the urls (the ID is the course id).

    I use a customize breadcrumb. And if I have the course ID in the url of single topic page I can use it to show correct breadcrumb.

    Does anybody know how to add “?id=” at the end of the topic links on the forum pages?

    Help is very much appreciated.

    Thanks a lot

    #217573
    vedransadic
    Participant

    Hi,

    EDIT PROFILE link leads to a non-existent page https://mypage.com/members/membername/profile/edit/group/1/
    which is HTTP ERROR 404

    I did try to activate/deactivate plugins, switch to default theme. Nothing. PHP 7.4, latest WP version, all plugins.

    #217572
    mairag
    Participant

    Hello, I have a page named Comunidad (Spanish for Community) with the same slug, also the main forum slug is /comunidad in the Settings, but when I visit the page it only shows a breadcrumb that links to nowhere. I have one forum and two topics created for test purposes.

    Index page can be seen here.

    If I visit the forum page, everything looks ok.

    I disabled all the plugins just in case there was a conflict but nothing changed.

    Any suggestions?

    #217556

    In reply to: Cant post

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

Viewing 25 results - 901 through 925 (of 11,571 total)
Skip to toolbar