Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 4,151 through 4,175 (of 11,589 total)
  • Author
    Search Results
  • #153828
    kendorama
    Participant

    I was doing some testing on forums with test posts. After I deleted them all from the admin panel and used the repair tool within WordPress it shows that there are “No Topics” in all the forums but the old forum topic/posts counts are still there. I tried clearing cache everywhere including browsers but the Topics/Post counts in the columns still exist even though there’s nothing inside the forum.

    #153825

    In reply to: Help Css & Layout

    mnhfile
    Participant

    Sorry for making three topics on same issue because I understand it differently.
    I have latest wordpress version 4 and I am using divi theme with drag and drop page builder.

    Image and video hosting by TinyPic

    When I say tabs it means “subforums” and “irrational legacy games”.

    Are you talking about robin’s forum-loop.php file if then I don’t know how to use it…

    Can you tell me how to make headings/tabs like “subforums” and “irrational legacy games”

    #153816
    Robkk
    Moderator

    ok i will now test out your theme,

    im going to have bbpress, gd bbpress tools , and thats it

    first im going to test if i can design the forum like normal

    then im going to try to see if gd bbpress tools works.

    im come back to you in a minute.

    #153787

    In reply to: Widgets

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    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 twentytwelve, and see if this fixes.

    #153780
    Robin W
    Moderator

    try

    function bbp_single_replies_show($args) {
    $args['posts_per_page'] = 3 ;
    $args['max_num_pages'] = 1;
     return $args;
     }
     add_filter('bbp_before_has_replies_parse_args','bbp_single_replies_show');
    

    I have not tested – I am quite busy at the moment – but keep trying !

    #153728
    atfpodcast
    Participant

    Is there a plugin that adds this? I would love to see this. I have the latest worpress (4.0) and bbpres(2.5.4)

    #153717
    jeffacubed
    Participant

    I’m not entirely sure it’s a WP multisite core-architecture issue or a specific WP + BP in a multisite environment issue. When I have some ‘testing’ time set aside, I’m going to work through freshly re-creating this entire multisite user-registration conundrum w/ bbPress. The non-plugin sol’n involves having a distinct wp-signup.php files for each separate site across the multisites, though my first attempt at that did not work (likely something in the custom wp-signup.php I created, that I overlooked/mis-understood).


    @lauramelos
    – As an intermediate sol’n (if your multisite bbPress user registration issue was the same as mine, in that all new registrations were re-directed back to the ‘root’ site), then Login with Ajax (LWA) did resolve that issue, at least for me (i.e new user registrations complete on the site the user is registering from, not re-directing back to the root (site ID=1)).

    It’s on my ‘to do’ list to fully understand what’s really at play here…

    -Jeff

    #153706
    tharsheblows
    Participant

    Hi – the 1000 posts thing is a known issue which will be fixed in 2.6.

    In the meantime do these two steps in order (but test them first! always test first):
    1. change this code: https://bbpress.trac.wordpress.org/ticket/2615
    2. run the “Recalculate the position of each reply” tool in Tools -> Forums

    Again, test it all first before doing it to your live site.

    Are you using bbPress 2.5.4? Prior to that, sending subscriptions was slowing things down, too.

    #153702

    In reply to: Problem with shortcode

    Harry1951
    Participant

    Herewith the link to the (test) website:
    http://test.chez-philipaud.nl

    In the menu choose for forum and you get the forum as it should be. This one is with the permalink.
    If you choose forum1 you get the output when using the shortcode.

    I hope that it helps to solve the problem.

    #153700
    galiulinr
    Participant

    https://bbpress.org/forums/topic/shortcode-on-the-page-php
    I added [bbp-single-forum id=$forum_id] page post_type, how to make that outputs only 5 replies.
    I added this code here:

    
    function bbp_single_topic_query() {
    		if(is_singular( 'download' )) {
    		if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
                    bbp_get_template_part( 'loop', 'latest-topics' );   
          }
    return;
    	  }
    add_action('bbp_template_before_topics_loop','bbp_single_topic_query');

    it does not work for me. I maybe doing wrong?

    #153697
    cubeacid
    Participant

    Here is the picture of my forum structure: forum

    That is the my Main page for forum. From this page I need to disable topic posting ability, so users cannot create any posts like above the posting box: Test, Test 2, Test 3 and so on…

    So, the only thing there should be left are all the main topics which I created (the most upper ones). Then, when you go to one of those predefined topics, there whoever (participant …) user would be, he can create own topics within this main topic. So, topic posting would be working everywhere, BUT Main forum page.

    I hope this will clarify more 🙂

    RaidenRattlehead
    Participant

    Hi all!

    I have found that bbPress is causing the buddypress bar not to show for regular users. It only shows up for my admin account when viewing the front-end of the site. You can test this by signing up for an account at http://www.raidenrattlehead.co.za and checking if the bar shows up for you.

    Any help with this will be greatly appreciated.

    Thank you!

    Kind Regards

    #153673
    Robin W
    Moderator

    ok, all I can suggest is a conflict with another plugin or your theme

    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 twentytwelve, and see if this fixes.

    #153658
    kendorama
    Participant

    I have a developer that has been trying the same code on his test site without it removing the reply/topic counts either.

    #153646
    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 twentytwelve, and see if this fixes.

    Come back with the results

    #153639
    Barryman91
    Participant

    Deactivating bbPress does fix the problem, though it could be a conflict between other plugins. I will try to debug them one at a time on a test server, thank you very much for the help so far!

    #153638
    kendorama
    Participant

    i’ve put it in multiple function.phps and still have an issue.

    http://kendotest.koolkiwi.com/forums

    #153626
    Robin W
    Moderator

    Are you sure it’s just a bbpress issue?

    The ‘lastest’ bbpress is quite old now, so if it was an issue, I’m sure it would have been flagged by now.

    presume you have

    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 twentytwelve, and see if this fixes.

    #153621
    Barryman91
    Participant

    Apparently bbPress is blocking public viewers from reading custom post types and I can’t find the settings to edit the public capabilities. I noticed when activating the Plugin it hides/removes the spectator/blocked role and I can only edit capabilities on logged in user roles.

    To give an example of the problem: get_field returns empty on a custom post type when someone is not logged in.

    I’m wondering if it has anything to do with the latest update of bbPRess or BuddyPress?

    #153590
    lkharrell
    Participant
    #153588
    lkharrell
    Participant

    Hey guys,

    Thanks for getting back to me.
    Jessy, the code you provided did not accomplish it… here is the link to the page if y’all want to check out the source code.

    #153523
    Robin W
    Moderator

    you may need to rule out other factors, as far as I know bbpress works with woocommerce eg

    bbPress WooCommerce Integration: Tutorial on How to setup a Paid Forum on WordPress

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and woocommerce 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 twentytwelve, and see if this fixes.

    #153490
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    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 twentytwelve, and see if this fixes.

    #153484
    atfpodcast
    Participant

    Im using the latest bbspress with wordpress 4.0 with paid membership pro. When I post a topic I can see it and any one else that post. When a user goes to a topic they can’t see what I posted but what they posted. This is going on two sites. Could this be a bug? Even some one who is not logged in can’t see my post but they can see others.

    http://www.abovethefirehouse.com
    http://www.movielandwaxmuseum.org

    #153481
    Robkk
    Moderator

    you have the buddypress register form , so if you have any issues with that go to buddypress support

    https://buddypress.org/support/

    when i looked at it on IE 11 it seems fine also tried the latest version of firefox, havent tried safari though , but safari and chrome both run on the same engines so i assume it would work.

Viewing 25 results - 4,151 through 4,175 (of 11,589 total)
Skip to toolbar