Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,526 through 2,550 (of 11,589 total)
  • Author
    Search Results
  • #178528

    In reply to: BBPress slowness save

    Stephen Edgar
    Keymaster

    If it’s taking 15 seconds to do add a reply or a topic you most definately have a plugin or theme manipulating post queries, most likely pre_get_posts filter is running in a plugin, maybe a theme.

    Please disable ALL our plugins and test the speed again please.

    If the speed remains the same, try switching to the Twenty Fourteen theme.

    You’ll also notice here on bbpress.org it does not take 15 seconds

    #178515
    mrtylershin31
    Participant

    Hi, I’m pretty new to everything and I’ve been pretty much enjoying the first couple of days.
    One thing that I’m trying to accomplish with bbpress is in the threaded replies section and its’ layout.

    this is how a new topic currently looks – it keeps the author avatar separate from the content(this is mainly in order to maintain a decent readability-level on mobile devices)
    this is how a new topic currently looks - it keeps the author avatar separate from the content(this is mainly in order to maintain a decent readability-level on mobile devices)

    The reply section also behaves the same until I enable threaded replies but
    when threaded replies is enabled, it loses that layout(probably because of how my bbpress css is currently setup)
    when threaded replies is enabled, it loses that layout(probably because of how my bbpress css is currently setup)

    I would like some help to achieve the same ‘author-content-separated’ layout in the threaded replies.

    I hope I have given enough detail for everyone to understand my situation 🙂
    I’m currently using all the latest versions of everything.
    My theme is twenty-fourteen and I am working with a child theme

    #178495
    Jason
    Participant

    I added a new user, but cannot change their role in the list of users. I check the box on the left of their username, then go to the top dropdown “Change forum role to…” and change it, but there is no effect. The only way I can change the role is to edit their profile individually, rather than using the Bulk method. I am going to be importing 160 users and cannot find a way to pre-populate the Forum Role field, so I’d like to save time by being able to change Forum Roles in bulk by putting a checkmark next to each user and performing the change all at once.

    I am using the default Twenty Sixteen WordPress theme in use while testing this plugin.

    Does anyone know about this limitation or bug?

    #178488
    Jon Fergus
    Participant

    r-a-y and Robkk, you can have a look on my staging site’s group topic to see the reply form location issue live. This is how it operates for me (using Robkk’s example above): Attempting to reply to Reply 1 will prompt the reply form to appear under Reply 3. Attempting to reply to Reply 2 will also prompt the reply form to appear under Reply 3. The only time the reply form appears where we want it is when replying to Reply 3 (i.e. the last reply of any column of replies, so long as there are no sub-replies).

    See here: http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    I think I remember seeing someone playing with the reply.js code trying to tackle this very issue, so will try to find that again. At the time it didn’t help me because I still hadn’t got reply.js to work at all.

    I’ll spend some time working through the visual tab issue. Thanks for the links.

    #178480
    r-a-y
    Participant

    The reply form showing directly beneath the reply should be fixed as of:
    https://bbpress.trac.wordpress.org/ticket/2971

    Edit – Haven’t tested with TinyMCE though.

    #178471
    Jon Fergus
    Participant

    Damn, another issue has come up. On my main site I’ve added the “Visual” tab to the reply form, using the following code in my functions.php file:

    /* add visual editor to bbpress replies */ 
    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    When the reply form is at its default location in a bbpress topic, the Visual tab works fine. But when the reply form pops up after clicking “reply” on a comment, the Visual tab fails to work (can’t type in it or see the contents). I reproduced the issue on my staging site for you to see:

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    I’m also using the “TinyMCE Advanced” plugin, but can verify that the issue with the Visual tab is independent of that plugin.

    #178467
    Jon Fergus
    Participant

    You’re a life-saver!! Works on my staging site and now it’s working on my main site also!

    One other little thing though. I notice that the reply form appears below all sub-replies of a reply, instead of directly beneath the intended reply.

    For instance, here: http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    If you click on “reply” under reply #31, the reply form shows up beneath reply #32, instead of directly beneath reply #31.

    Do you know if there’s a work around for that also?

    #178454
    Robkk
    Moderator

    Here I just added a bbpress-functions.php file to a twentysixteen child theme. I edited out the conditional causing the issues with groups. You can test this on my test site as well.

    You would have to remove the file later if the trac tickets patch I linked to is committed and you are using version 2.6 of bbPress, so that you can have the file enqueued on the pages where it is needed.

    https://cloudup.com/czqFBqJE8TE

    I think this will do it for you.

    After you are done testing I will start nuking my test site.

    #178450
    Robkk
    Moderator

    Ok. I found the problem: Buddypress.

    The functionality of reply.js works for bbpress, but does not work if the topic is in a forum that is within a Buddypress group.

    Just tested on your site, as well as my test site. And yes that BuddyPress is related to this issue.

    May not specifically be BuddyPress and their code. I think there are tickets with bbPress’ BuddyPress extend code that might have issues with some conditionals in a bbPress post that is in a group.

    Will look through bbPress trac for some possibly related tickets.

    Edit: Found the ticket.

    https://bbpress.trac.wordpress.org/ticket/2974

    It is pretty easy to workaround this issue as well, since all you have to do is enqueue the javascript with a different conditional or enqueue it sitewide, but doing it sitewide might cause another issue somewhere.

    Will do some testing and get back.

    #178444
    Jon Fergus
    Participant

    *edit: somehow deleted my previous comment*

    Ok. I found the problem: Buddypress.

    The functionality of reply.js works for bbpress, but does not work if the topic is in a forum that is within a Buddypress group.

    On my staging site I now have two topics: one within a buddypress group forum and one in a regular bbpress forum. The reply.js functionality works in the topic within the regular forum, but does not work in the topic that’s in the Buddypress group forum.

    If you’d like to see the functionality, here are the two topics (sign in credentials are in my previous comment above):

    http://staging-nexus.universaltheosophy.com/forums/topic/test-topic/

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    Now………. to find a solution. Any ideas would be much appreciated. I’ve also brought this to the Buddypress support forum. Will link to that below.

    #178441
    Jon Fergus
    Participant

    Ok, progress (kind of). I uploaded your child theme and it works on my staging site. I was missing wp_enqueue_scripts in the functions.php file (duh me).
    But, still no luck on my main site. Something must still be interfering. I’ll use my staging site to test from the ground up, adding bit by bit until I find out what’s causing the issue. Will let you know if I figure it out.

    #178425
    james8181
    Participant

    The above reply was made before i saw your latest update. i will try that now.

    #178413
    mimbelli
    Participant

    Hi all,

    I’m a newbie with a site with latest BuddyPress and WP. I have BBPress plugin installed with only sitewide forums and I need admin approval for new users. I saw there are several plugins but it seems that each of them manage just WP or BBPress.

    How I can prevent a user interacting with the whole site until he is approved by an admin?

    e.g. I saw the BuddyPress Registration Options plugin blocks the user until approval only for the BP area of the site but the user have the role “subscriber” immediately.

    Thank you in advance

    Thank you in advance

    #178412
    Robkk
    Moderator

    Just changed my site to a twenty sixteen child theme, still see no problem.

    Yeah, that’s what I want. But I’m completely lost now. No idea why this doesn’t work for me.

    Are you sure there’s nothing else I need to do? Just copy the reply.js file into a folder called js under my child theme? And that’s it? I can’t understand why it wouldn’t work even when I created a brand-new subdomain, and did no other modifications: just installed wordpress, added bbpress, created bare child theme and added reply.js. What else could be interfering with this function!?

    Yeah that’s it. I am lost how you are getting issues for this still. There shouldn’t be an issue with this and default themes.

    Only issue I have ever come across regarding issues with threaded replies is while using the Divi theme, some custom scripts in the theme has issues with it for some reason.

    I also tested a topic without a forum like what you have on your test site for the heck of it, and I still have not run into issues.

    Here is my custom twenty sixteen child theme that you can use and test yourself.

    https://cloudup.com/c-0XtmQvdjm

    #178410
    atmojones
    Participant

    Ok, this is very unusual, but after a lot of testing it seems that @mentions do not get linked when there are spaces in front of the @mention in multiples of 2.

    The autosuggest feature works fine when typing the post. The @mention links correctly when looking at the users buddypress activity feed, but the end result in the forum post is a plain text @mention IF there is 2, 4, 6, 8, … spaces in from of the @mention.

    If someone has a solution to this that would be great, but I would settle for someone pointing me to the function that converts the @mention to linked text after database retrieval.

    Wordpress 4.6.1
    bbPress: 2.5.10

    #178406
    Jon Fergus
    Participant

    Yeah, that’s what I want. But I’m completely lost now. No idea why this doesn’t work for me.

    Are you sure there’s nothing else I need to do? Just copy the reply.js file into a folder called js under my child theme? And that’s it? I can’t understand why it wouldn’t work even when I created a brand-new subdomain, and did no other modifications: just installed wordpress, added bbpress, created bare child theme and added reply.js. What else could be interfering with this function!?

    I tried also simply using twentysixteen theme and adding reply.js to the existing js folder (in case there was some issue with using a child theme) and this didn’t work either.

    Here’s my bare test site: http://staging-nexus.universaltheosophy.com/forums/topic/test-topic/

    Try logging in:

    [mod note: aaand it’s gone.]

    #178388
    Robkk
    Moderator

    Yeah sure test it out on this site that I will probably delete later.

    Using terrible free hosting because I am cheap and don’t want to link to my actual live dev environment.

    username – testuser2016
    pass – duckduckduckduckgoose

    Reply to this topic. Login through the meta widget.

    http://yoshi-test.byethost22.com/forums/topic/bbpress-forum-sticky-topic/

    #178384
    james8181
    Participant

    Ahhh man. i just tried to deactivate the bbpress and the bbpress UI plugins to test something and it killed my site.

    http://www.clashingbeavers.com just throws up:

    Fatal error: Call to undefined function bbp_get_dynamic_roles() in /home/clashing/public_html/wp-content/plugins/bbp-style-pack/css/styles.php on line 3086

    I cant even get to the wordpress dashboard.

    Please help!!

    #178340
    Editor Mike
    Participant

    I am after the ability to let guests post in my forum.
    So I turned on Guest posting.

    However there is a problem with that.
    In order to post as a guest you need to enter an e-mail.
    If a guest enters an e-mail of a registered user it pulls across their avatar and makes it look like the registered user is posting.

    Test/Sample here>> http://www.thewargameswebsite.com/forums/topic/testy-guest-topic/#post-50125

    I have since turned off the guest posting function as this avatar issue is a problem.

    Is there a way to disable the guest field that requires an e-mail address and just let guests post by adding a name?

    #178339
    Jon Fergus
    Participant

    Can either of you show me a site where the reply button functions the way I want? i.e. when you click reply the page doesn’t reload, but instead the reply-form accordions into place directly below the reply being replied to?

    Do either of you have a test site where this reply.js file is functioning that way?

    #178335
    Jon Fergus
    Participant

    Created a second subdomain, right from scratch, added wordpress, added bbpress, added a child theme, uploaded the reply.js file to a js folder at the root of the child theme. Did no other customizations whatsoever. Same functionality as before.

    http://staging-nexus.universaltheosophy.com/forums/topic/test-topic/

    #178334
    Jon Fergus
    Participant

    Hi Stephen. That’s what I did. On my staging site, I started with wordpress, added bbpress, setup a child theme linked to twentysixteen with no customizations, added the reply.js file, and it didn’t work.
    I know without logging in you can’t see the reply functionality, but this is my staging subdomain. You can see it’s just a completely base wordpress install with bbpress and nothing else added. And the reply.js file makes no difference in functionality. http://staging.universaltheosophy.com/forums/topic/test-topic/

    #178331
    davidnator
    Participant

    Hello, I have noticed a glitch on my forum index. Basically, the freshness for my forums “Introductions” and “Homework Help” are wrong. For the Introductions forum, the freshness is from over 1 week ago, which is incorrect. Furthermore, in the Homework Help forum, the freshness weirdly states “No Topics.” Btw, I have already tried going through the repair tool for the forums chronologically, but that didn’t fix the problem. Any help would be greatly appreciated.

    Thanks,
    David

    I am currently running the latest stable version of bbpress, and my website is at purposeshare.com/forums

    #178326
    Jon Fergus
    Participant

    Ok, so I played around a lot with my site: changing the theme, disabling plugins, etc. etc. and nothing made any difference. So I went to my staging subdomain, stripped everything down to a basic wordpress install; created a child theme linked to twentysixteen; uploaded your reply.js file; then installed bbpress; added a single topic, and went to that topic to test the reply. The reply functioned exactly as it does on our site: i.e. click “reply” and the page reloads, and the user is brought to the reply-form.

    I don’t know what else to think of this. The reply.js file you gave just doesn’t seem to change anything. Any ideas what’s going on? Did I put it in the wrong place or something? Do I need to add something somewhere else to make sure that js is activated ???

    I’m at a loss for what to do here.

    #178318
    Robkk
    Moderator

    Huh, this works for me on my end fine. Maybe it doesn’t work on all themes?

    I guess you can confirm that you did download the gist file I linked to and added that to your child themes js folder.

    If you have ever set up a localhost test server on your cpu like WAMP, you can try what I said above in a default theme to see if there is another possible issue.

Viewing 25 results - 2,526 through 2,550 (of 11,589 total)
Skip to toolbar