Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 5,976 through 6,000 (of 11,582 total)
  • Author
    Search Results
  • #122608

    For those of you who are on Google+ and would like to keep up with the latest bbPress news and development, I’ve created a Google+ Community just for that 🙂

    https://plus.google.com/communities/103699169860561679711

    #122601
    bruceleebee
    Participant

    Hello,

    I am using skematiktheme.com wordpress theme, which is also styled for buddypress. I also have the lastest version of buddypress, bbpress, and wordpress installed.

    Not sure if I should be asking this in the buddypress forum or not, because most of the changes are related to bbpress forums which are integrated with buddypress.

    I want to change the font size. In general I just need to change the font size for the text in the body of posts, but it would be good if I could bump everything up by 4px. How do I change that?

    Can someone help me by explaining it in simple step-by-step language?

    For example: go here, then type this code here, and then change this, etc….

    Thanks,
    Ben

    #122541
    enquirer32
    Participant

    Is there a way to do this so I have the basic rules when I originally installed the site? I’m using the latest versions of both WP and BP.

    #122538
    dFactory
    Participant

    Hi,

    I saw somwhere a topic about Forums, Topics and Replies somwhere in the forum and want to confirm that it exists even in just releases 2.2.3. In admin and on frontend bbpess post types labels don’t get translated (tested on 2 different sites, translated in 2 different tools, my language uses extended latin chars).

    Another issue is with the User profile rules (permalinks, line 873 in bbpress.php). It’s possible to filter rewrite rules for user favorites and subscriptions but topics and replies (and it’s pagination) are hardcoded, even if there are functions available to use instead (and filter if needed)

    #122474

    In reply to: bb-wysiwyg-ckeditor

    Starejosel
    Participant

    Is ckeditor compatible with the latest version of BBpress?

    Thanks!

    Martin

     

    #122473
    #121458
    dwbroad
    Participant

    Number of topics listed for each forum on my /forums page is not matching the number of topics in the forum!

    It’s a recently installation so I only have 3 topics. and it’s saying there are 2…

    I’m using the latest versions of wordpress and bbpress

    Thanks!

    #121445
    LabSecrets
    Participant

    It might be worth your while to view our latest (updated) video guide for configuring BuddyPress & bbPress, as it goes into some of the differences and features that have arrived with 2.2.2 and BuddyPress 1.6.1

    http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/

    Cheers!

    spence

    integritydesigns
    Participant

    I upgraded bbpress to 2.2.2 on a client’s site and now when I click on the forum links it brings me to a 404 Not Found page. I can click on the latest topic link and the user link to the far right but the main forum link goes to 404.

    I tried the switch the permalink, save, switch it back and save again trick but it did not fix the issue.

    Any ideas on what may solve the issue would be greatly appreciated!

    #121362
    mr-zee
    Participant

    Hi, I am in the process of installing the latest version of bbpress as a plugin to create a forum and would like to add a user register/signup box or link from every page. I’ve been searching but cannot find the answer. Can anyone help?

    #121332
    nightshift58
    Participant

    Hi guys,

    In the latest version, v2.2.2, the core file to update/change is:

    includes/common/functions.php

    All that’s needed is to comment out (//) line 718.

    Unfortunately, this function doesn’t have any actions or filters or I would have interceded that way.

    Best,
    Bob
    iMember360.com

    #121316
    diesel1984
    Participant

    Furthermore to my previous post, the link its trying to redirect to is incorrect.
    After adding a reply, the browser redirects to Broken link. However it should redirect to . Where do you change the redirects after a reply has been added to a topic?

    #121280

    In reply to: First post not showing

    mralexweber
    Participant

    I’ve just done a bit of additional testing on my site (experiencing the same issue but only for one user AFAIK)

    It seems the first post is not showing up in the HTML at all!

    I don’t think it’s a theme issue since this is only happening for one user (again, AFAIK) and not all users.

    Would really love some input from the bbP team on this one!

    #121267
    LewisSellers
    Participant

    Hi There,

    We’re working on a clients website at the moment. Their forum is currently running on BB Press and has nearly 86,000 users on, 4500 topics, 25,000 posts and is relatively active. A large number of the users are likely to be spam, but it is a fairly active forum with about 60ish users using it each day.

    We want to update the forum to the latest version so that we can make use of all the newer social media implementations, security fixes and also the spam plugins to help reduce a lot of the manual work going on.

    Is there anyone on here who can handle the whole upgrade process, or is there a conversion kit to get it from 1.0.2 up to the latest version? I assume going from this version all the way to 2.2 is likely to be a fairly big task, so any help here would be fantastic.

    Thank you in advance.

    Kind regards,
    Lewis

    #121261
    Mahesh Bhat
    Participant

    Is there any method to display bbpress forum as the home page?, All I want is to display bbpress forum on the top of my home page and latest blogs at the bottom of my home page.

    #121259
    LabSecrets
    Participant

    Hi Sydney,

    I’ve beendoing extensive testing this week to prepare anupdate to the video, and find I get similar results regarding group forums. I will be releasing my results and suggestions in a new video here ASAP.

     

    In the meantime, I suggest you consider leaving legacy group forums “as is” for now.

    #121254
    Just a guy
    Participant

    Hello. I’d like to allow anonymous posting, but disable it in specific forums. Here’s what I have so far:

    function specific_anonymous_bbp() {
    if (is_post('XXX')) {
    return apply_filters( 'bbp_allow_anonymous', 0)
    }
    }
    add_action( 'plugins_loaded' , 'specific_anonymous_bbp' );

    I’ve tried about a thousand different combinations (the above being the latest) with no luck. I found the bbp_allow_anonymous hook looking through the core files, but I’m not sure how to disallow it for specific posts. I also tried making form-anonymous.php conditional based on post ID, which worked, but caused other issues. Any ideas?

    #121241
    silvias
    Participant

    Same problem here. I installed on a fresh WP install, no plug-ins for conflicts and no side Admin buttons. I do have the Settings, Tools but no Forums, Topics and Replies.I’ve uninstalled and re-installed but nada.

    I set up a test WP on the same host (most likely a different shared server) and installed and everything works fine. Same WP instance, no additional plug-ins etc.

    #121216

    Yeah I’d reinstall the latest version. Something is definitely screwy.

    #121185
    Olzen
    Participant

    I have the same problem. Hidden and Private forums are not available for any users. (got 404) If I make them public(as a test) they are available.

    This happen after update.

    UPDATE: “Repair Forums” -> “Remap existing users to default forum roles” solved the problem.

    #121170
    Stephen Edgar
    Keymaster

    Haha… I started reading this and was about ready to hit ‘spam’… Oh wait… NOT SPAM 🙂

    Thanks for this and it is a known issue https://bbpress.trac.wordpress.org/ticket/1905

    It also has a patch that needs testing if you would like to give it some testing 🙂

    If you could add any feedback you have to the ticket above it would be greatly appreciated 🙂

    #121153

    Topic: Installing

    in forum Installation
    Angieatc
    Participant

    First let me say I am not an idiot (HA) but I cannot figure this out. I am wondering if there is a place on this site that explains how to setup the forums. Because right now I go in and create a new forum and this is the link I get:

    http://test1.strosgirldesigns.com/forums/forum/flivin-2/ instead of just this: http://test1.strosgirldesigns.com/forums/

    I am sure there are directions and I am just missing them which is quite possible after designing this site.

    Thanks

    #121133
    Stephen Edgar
    Keymaster

    @rbrightly As per this link, the latest version of the Pagelines Plugin is 2.0.2.

    The last version is 2.0.2 , you should update it from my plugins section in the pagelines store inside the wordpress admin panel

    If you do want to revert to a previous version you can find them here.

    #121126
    wpmhweb
    Participant

    Hi,

    I just want to note that since 2.0.3 release of bbPress (that’s when I actually started using the plugin) every time I update to the latest version I get the 500 server error, and the problem always gets resolved by rolling back to the the version that worked or when I overwrite the child theme I created with bbPress in the Theme folder with the latest theme in the bbPress update.
    Is this a known issue or it is just only me? There anything I have to change in the child theme before updating to the latest bbPress?

    Thanks,

Viewing 25 results - 5,976 through 6,000 (of 11,582 total)
Skip to toolbar