Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 876 through 900 (of 11,585 total)
  • Author
    Search Results
  • #219248
    Robin W
    Moderator

    I’m pretty sure that the link in the ‘latest activity’ widget in my style pack takes you to the reply

    bbp style pack

    once activated you’ll find a latest activity widget with lots of settings you can use.

    #219226
    Robin W
    Moderator

    bbpress only uses wordpress login, so doesn;t change anything in this area

    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

    #219170
    Robin W
    Moderator

    OK, so tested in my test site

    User with subscriber and participant access creates a reply

    the goes in and edits reply

    reply is still seen

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

    sasasasaaa
    Participant

    Hello,

    I would like to have a text break on .bbp-author-name especially mobile devices.

    I use latest version bbpress and wordpress.

    Can you help?

    Thanks Silke

    #219028
    ritishsharma
    Participant

    I’m using bbpress for the first time to create a general discussion page. Therefore, before launching it publically I myself created a forum and one topic inside that forum for a testing purpose.
    But I see that the topic count of that forum showing zero even though I created one topic by myself.

    Although the topic is showing fine when I open the forum, it isn’t counting it on the forum index page.

    Is there anything I’m doing wrong?, or Is it an issue with bbpress?

    #219023

    In reply to: Topics not showing

    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

    #219014
    hype123
    Participant

    Hello,

    I have the latest version of WordPress and BBPress installed on my website but for some reason the topics aren’t showing and it’s just a blank page when you click on General Discussion.

    Does anyone know how to fix this?

    URL: https://www.motorhype.co.uk/forum/

    Thanks in advance

    #219009

    In reply to: Introducing Flutterum

    Billy Wilcosky
    Participant

    The next version is ready. As you’ll read above originally I was going to rely on a plugin for the main menu. I realized that’s silly and added a built in simple responsive menu to the latest version (v1.1.1).

    Also, I’ve decided that the theme will actually be called “Rain” and not “Flutterum.” Because I could create other themes in the future, all under the Flutterum umbrella.

    Hopefully the free “Rain” theme will be in the WordPress Themes repository soon. Until then, you can download it at Flutterum.

    #218953
    phpnukes
    Participant

    I’m using the latest WordPress and installed the latest BBpress.

    Installed fine but can the life of me work out what is the URL link to access BBpress within WordPress as a user. http://www.domain.com/forums ?

    Very simple question why is this not mentioned in the installation notes.

    #218920
    Robin W
    Moderator

    hmmm…

    Titles are not put in that part as default – bbpress uses the theme/page to do that, so I would not expect to see an <h2> tag after the <div id="bbpress-forums" class="bbpress-wrapper">

    do you have a theme or plugin that is altering bbpress display?

    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

    #218918
    Robin W
    Moderator

    it shows fine in my test site

    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

    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

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

    Robin W
    Moderator

    untested but this should do it

    add_filter ('bbp_current_user_can_publish_topics' , 'rew_disallow_anon') ;
    
    function rew_disallow_anon ($retval) {
    	if ( ! is_user_logged_in() ) $retval=false ;
    return $retval ;
    }
    #218777

    In reply to: Setting up pagination

    frenchlemans
    Participant

    19 posts in total (1 + 18), I set the limit per page at 10.
    he created me a second page identical to the 1st

    tests page 19 posts

    #218774

    In reply to: Setting up pagination

    frenchlemans
    Participant
    #218765
    frenchlemans
    Participant

    Hello everyone,

    I need clarification.

    I have set the topics pagination to “10”.
    In the tests carried out I exceed these figures and the pgination is not done.
    I feel like I missed a setting but I don’t know where.

    Does anyone have the answer?
    I read in the support that it was because of the “threads” but I do not see what it is about and it is already a long time ago for the fixes which I imagine are more topical.

    Thank you.

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

    #218711
    purityboy83
    Participant

    Hi

    If add a link to “topic and reply”, the embed function does not work.

    ref img
    https://ibb.co/qxXG125

    site.com is an example for screenshots.
    I entered the actual URL

    error error embed
    Oops! That embed can’t be found

    ref img
    https://ibb.co/grXr9dV

    It was a site that has been without problems for months.
    I just discovered it by accident.

    The same is happening at the internal test site.

    I installed the “Health Check & Troubleshooting” plug-in from the test site
    and activated the Troubleshooting mode.

    and only 2 plugin activate
    – bbPress
    – bbPress Permalinks with ID

    The problem still occurs.
    It’s a well-used feature, site, but suddenly a problem arises and I’m confused.

    I must need to help

    wordpress 5.5.3
    PHP-7.4

    Thanks

    Best Regards,
    Hyunho

    #218688
    tw2021
    Participant

    Hi All,

    Iam totally new to bbpress and i tried the search functionality and when i click search it brings me to Archives and the formatting is totally off and below is what I see. Is that how the search results looks like in ALL TEXT? I have replaced the IP and email address with X.

    Thanks

    Archives
    Search Results for ‘test’
    Home › Forums › Search › Search Results for ‘test’ Viewing 6 results – 1 through 6 (of 6 total) Author Search Results February 23, 2021 at 12:45 pm #231 In reply to: test TW XXXXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test February 23, 2021 at 12:45 pm #230 Topic: test in forum Private: Forum 1 XXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test […]

    #218617
    Robin W
    Moderator

    the comments part of bbpress is not very nice.

    you are presuming that what your site shows is the same as everyone else’s – can you explain what you mean?

    my test site shows what I would expect

    #218528

    In reply to: New posts freezing

    Mike Witt
    Participant

    Hi @robin-w,

    Just bbPress. It’s my MemberPress, bbPress, BuddyPress “test site.” We generally don’t upgrade anything until testing it here first. I’m not upgrading WordPress on our real sites because of the editing bug. I do everything in text mode!

    If seems like (with WP 5.6.1) when you start editing a post in text mode, there’s no echo. If you switch to visual, the text is there. Some other weird thing seem to happen, but those are hard to pin down.

    AFAICT I don’t have any other plugins that should be involved.

    NOTE: FOR ME THIS ONLY HAPPENS ON MOBILE DEVICES, but I don’t really know if it’s mobile vs desktop or one browser vs another. I’ve read that the basic WP bug is browser dependent.

    From my perspective, it’s just one of the reasons that I’m not updating WP, so it’s not big deal in itself, but I am curious that (if I’m really seeing what I think I am) that it’s not been reported more!

    #218474
    purityboy83
    Participant

    Hello again?

    @robin-w

    I thought of this problem as “bbp style pack”
    Because when a problem occurs, the error is “bbp style pack” error.
    this support link

    I just updated the bbp style pack, but bbpress still problems
    I don’t think it’s a “bbp style pack” problem
    (Because no error occurs after update)

    I’m worried because no error occurred
    First, I’ll try to disable the plugin one by one according to your guide and test it.

    I will also install the “Health Check & Troubleshooting” plugin.

    Thanks

    Best Regards,
    Hyunho

    #218473
    kantholz93
    Participant

    Thank you very much! I will implement and test it over the next few days, but your solution sounds just perfect!

    You saved me! Thanks. 🙂

Viewing 25 results - 876 through 900 (of 11,585 total)
Skip to toolbar