Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,851 through 1,875 (of 11,570 total)
  • Author
    Search Results
  • Norman Cates
    Participant

    And here’s something else really weird.

    If I create a new Topic in a Forum (#77), the Topic Reply buttons has a link of:

    <site>/groups/group-testing/forum/topic/test-topic/#new-post

    Rather than what I would expect which would be something like:

    <site>/groups/group-testing/forum/topic/test-topic/?bbp_reply_to=77&_wpnonce=713093feb0#new-post

    THis caused me immense confusion when I couldn’t get it to thread off the first post.

    I guess this may actually make sense at some level? But it does seem inconsistent with the rest of the interface.

    #192794
    Robin W
    Moderator

    I hadn’t seen that plugin before – looks useful.

    Pippin is a very experienced plugin writer (better than me!), and I just loaded and tested that plugin and it works error free and fine.

    A quick look at the code shows no obvious issues with current versions of wordpress or bbpress.

    It is always a problem for plugin writers to maintain their plugins – I have over 6, and whenever wordpress updates, I have 6 to test and update.

    I don’t really want to take on anymore, else I’d offer to take that one over.

    I’d suggest you use it – worst case at some future stage you may have to stop using it, but as I know of no other plugin that does this, you’ll be no worse off than you are now.

    If it does stop working come back, and I’ll look to see how easy it is to fix, but offhand I see no reason why it will become out of date unless wordpress does some very major changes.

    #192780

    In reply to: Forum/Topics Order

    Robin W
    Moderator

    sorry, not sure what I can do to help from that description.

    All I can suggest is that you check whether you have any caching software – that frequently causes issues with things showing.

    If that is not the issue, then the best advice I can give is

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    #192355
    hossamhamdy
    Participant

    Hey,
    I’ve created a forum on my website using BBpress and Buddy press, but unfortunately i have 2 problems,

    The first one is when I go to the forum, the profile picture of the last post creator is very large and making the page look unresponsive, and the second problem is that the register and login bar doesn’t appear at all, so no one can register although I’ve marked on the “anyone can register” in the settings.

    Here’s the link of the forum so you can see the picture and also see that the registration bar doesn’t appear.

    – The bbpress version is the latest since I’ve just installed it.

    Thanks,

    #192346
    Robin W
    Moderator

    Untested, but try

    function rew_no_reply_per_forum ($reply_address) {
    	$forum_id = bbp_get_forum_id() ;
    	if $forum_id = 6 $reply_address =  'xxx@yyy.com' ;
    	if $forum_id = 7 $reply_address =  'abd@hdhd.com' ;
    	return $reply_address ;
    }
    
    add_filter ('bbp_get_do_not_reply_address', 'rew_no_reply_per_forum') ;
    #191754
    galt
    Participant

    I had previously been able to create subforums, but not sure of software config when I did so.
    It happened with all versions of elementor available to , up thru 2.0.7 (this morning)

    But you can close this ticket.

    Afte extensive testing, I was able to trace the problem as follows:

    The parent-child feature breaks when activating elementor to allow editing of forum post types. When I disabled this capability, it started working correctly again.

    I don’t know if this affects other post types, or if allowing other page builders to edit forum post types would cause the same problem. I leave the second issue in your hands, in case you find additional form builders with the same problem. I suppose it is easy enough to test if you have other builders available such as Beaver that allow various post types.

    #191739
    Robin W
    Moderator

    so in summary

    live site with

    Buddypress 2.9.4
    bbpress 2.5.14
    wordpress 4.9.5
    elementor (various, 1.9.6, 1.9.8, 2.0.4)

    WAS working, but then suddenly stopped. Yes, this was working and then wasn’t as opposed to not working ever on live?

    Test Site :

    Buddypress 2.9.4
    bbpress 2.5.14
    wordpress 4.9.5
    elementor WHICH VERSION ?

    IS working and always has been ?

    Is the above all correct?

    #191732
    galt
    Participant

    The info below was submitted to Elementor tech support. They are stumped after several days and iterations and asked me to inquire here if someone had seen something similar and might give us a clue as to what is happening.
    *******************
    Using bbpress, I have subforums, as defined by the parent child relationship. Now it seems that bbpress is refusing to assign ANY parents to any forum. If I take a child forum (any forum) and try to assign it to a new parent, when I update it it ends up with no parent. Every single time.

    Oddly (LOL), I do have two older test sites where it is working okay. I am stumped about what is different.

    I did about an hour of trying to track this down. My final step was to disable every plugin except for buddypress and bbpress. That caused it to start working properly again. I next added Elementor 2.0.4 and that immediately recreated the problem

    I downgraded back to Elementor 1.9.8 and the problem persists. I also tried 1.9.6

    Buddypress 2.9.4
    bbpress 2.5.14
    wordpress 4.9.5
    elementor (various, 1.9.6, 1.9.8, 2.0.4)

    I have a site where the parent function is working properly. It is running all the same versions of plugins listed above. The theme in both cases is identical (Astra 1.2.5). The plugins shown are the ONLY plugins activated on the broken site.

    I have left my development site with everything disabled for now, but I need to get back to work within a day on this site.

    *************************
    I have a test site available with the minimal configuration of plugins.

    Dispensary Patients

    I can share the admin login if needed with someone from the bbpress team if they wish to do some deep digging. You can see the site as a user at

    #191729
    James Revillini
    Participant
    #191725

    In reply to: 404s

    Robin W
    Moderator

    can only suggest

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191699
    Robin W
    Moderator

    so it is wordpress not bbpress

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191697
    Robin W
    Moderator

    did you do

    As a final check, go into http://www.mysite.com/wp-login.php and test that registration also fails there

    #191695
    hossamhamdy
    Participant

    Hey,
    I’ve created a forum on my website using BBpress and Buddy press, but unfortunately i have 2 problems,

    The first one is when I go to the forum, the profile picture of the last post creator is very large and making the page look unresponsive, and the second problem is that the register and login bar doesn’t appear at all, so no one can register although I’ve marked on the “anyone can register” in the settings.

    Here’s the link of the forum so you can see the picture and also see that the registration bar doesn’t appear.

    ساحة التفاعل

    – The bbpress version is the latest since I’ve just installed it.

    Thanks,

    #191672
    Robin W
    Moderator

    bbpress uses wordpress registration, so this is probably not a bbpress issue.

    As a final check, go into http://www.mysite.com/wp-login.php and test that registration also fails there

    Then I suggest you contact your host provider to help – as it is possibly a site configuarion/email issue.

    #191671
    loiruca
    Participant

    Hi, the admin email has been set up with the domain name. All plugins have been deactivated and default theme has been tested. he email is not sending to the user. I’m receiving a notification that a new user has been registered but the user is not receiving the email. We are losing people on your forums because of this issue.

    #191670
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191667
    loiruca
    Participant

    HI, I checked and tested everything on my site, but no matter what the user is not getting their registration email. I get the notification that my site has a new user, but the user never gets it. I tried using SMTP plugins etc, but no luck. Please help!

    #191640
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191622

    In reply to: 404s

    ku3hn
    Participant

    Now I’ve reinstalled the forum, searched the database and the file server and still no indication why it remains at 404.

    This works great…
    http://www.ayurveda-portal.de/test-forum

    But yes – that’s just the overview, as soon as I want in a forum or subforum, there is the 404er.

    Like this…
    http://www.ayurveda-portal.de/test/forum/ayurveda-forum-neu

    #191617
    Indrekkor
    Participant

    Is there anything that could be done do get the 2.6 release out sooner ?

    Have a large site + a test site (where i can play around in with newer releases) with 2m replies and about 200k topics.

    luice
    Participant

    Not topics need latest 10 discussions(replies) form all topics.
    Please help me for this.

    Robin W
    Moderator

    my style pack has a shortcode

    [bsp-display-topic-indexforum =’101′ ] Displays the latest topics, optionally from a forum or forums

    bbp style pack

    luice
    Participant

    Now we have using a latest version of your plugin with buddy press.

    How to get latest 10 discussion based on forum id which on assign on buddy-press group.

    We need to custom code or suggestion for this. Please replay as soon as.

    Thanks

    #191540
    mythi
    Participant

    Hi!! I want to use hashtags in my websit forum. I have found some plugins but they are not tested for the latest versions of wordpress.Is there any new plugins for including hashtags and @usernames to my forum.Thanks in advance:)
    wordpress version:4.9.4
    bbpress version:2.5.14

    #191528
    Stephen Edgar
    Keymaster

    I’ve just created the user testtest on the site

    I can login successfully using the following 3 methods:
    • Using Chrome on my desktop
    • Using Chrome emulating an iPhone 7+
    • Using my iPhone 7+ directly

    Using the above 3 methods worked successfully logging in at *both* these URLs:
    http://www.getswing.co.uk/wp-login.php
    http://www.getswing.co.uk/forums/

    The only other things I can suggest is checking with your webhosting if you have any firewall applications or rules that might be the cause of this.

    p.s Feel free to the delete the testtest account I created

Viewing 25 results - 1,851 through 1,875 (of 11,570 total)
Skip to toolbar