Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,451 through 7,475 (of 11,580 total)
  • Author
    Search Results
  • #103635

    The news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.

    If you can’t wait for a public release, download the trunk and do some testing. :)

    #37293
    koyuncu
    Member

    hi,

    I don’t know what’s going on but the site is acting weird from time to time (seems bugged) :D. Few days ago I couldn’t register and now it seems I can’t post comments in the plugin page.

    Anyways, I just recently discovered bbpress and it immediately caught my attention. :) I tried to install the following plugin http://bbpress.org/plugins/topic/facebook-graph-connect/ but I’m having some troubles with it. once I have followed the instructions I tried to test it by register via it, so I accepted the FB app req. and then when I got ‘re-directed’ to my site it just kept refreshing and wouldn’t stop. So I went back in to deactivate it however now my forum has ‘disappeared’. you can’t see any of the forums unless you login nor the search bar etc. just wondering if I could get some help. I know it’s in beta and all but if there is a fix let me know otherwise I’ll have to re install bbpress :P

    * reason to I’m posting this here is of course because I can’t post on the plugin page itself, as I explained above.. weird bug:P

    #99064
    Clicknathan
    Participant

    I’ve given that a shot, I’ll post back here if it didn’t work.

    #104164
    Clicknathan
    Participant

    I’ve given that a shot, I’ll post back here if it didn’t work.

    #99068
    Clicknathan
    Participant

    Hmmm, let’s test it out…

    domain.com/example/

    domain.com/example/#comments

    domain.com/contact-the-president-theres-a-party-goin-on-right-here

    #104168
    Clicknathan
    Participant

    Hmmm, let’s test it out…

    domain.com/example/

    domain.com/example/#comments

    domain.com/contact-the-president-theres-a-party-goin-on-right-here

    #99063
    zaerl
    Participant

    Maybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php

    #104163
    zaerl
    Participant

    Maybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php

    #37274
    Clicknathan
    Participant

    I reposted this as I was apparently marked as SPAM?

    We’re running into issues where new posts that should appear on a new page of a specific thread are not showing up right away. It’s kind of hard to explain but I’ll try…

    So a topic has say, 90 posts, where we’re displaying 45 posts / page. When post #91 gets posted, the pagination does not go from << Prev 1 2 Next >> to << Prev 1 2 3 Next >> but stays at only showing << Prev 1 2 Next >>

    If you manually change the URL from /bbpress/topic/thread-name/page/2 to /bbpress/topic/thread-name/page/3 you can see the posts, but it takes awhile for that number 3 link to show up (haven’t figured out how / when it shows up, may just be after a certain amount of time or maybe after a certain amount of posts).

    I know this is kind of advanced but if anyone has any ideas they’d be GREATLY appreciated.

    #98983
    jaapmarcus
    Member

    Just made a small plugin for it.

    You can download it on http://eris.nu/wordpress/bbpress.

    Please note that only if the database of your blog is not the same as the forum you need the data about the database information. The prefix, url are always required.

    Please try out for testing later on i will add some improvements so you can load directly data from the config of bbpress instead enter it in a form.

    Later on I will add it to the WP plugin database.

    #104083
    jaapmarcus
    Member

    Just made a small plugin for it.

    You can download it on http://eris.nu/wordpress/bbpress.

    Please note that only if the database of your blog is not the same as the forum you need the data about the database information. The prefix, url are always required.

    Please try out for testing later on i will add some improvements so you can load directly data from the config of bbpress instead enter it in a form.

    Later on I will add it to the WP plugin database.

    #99022
    Willabee
    Member

    @ ricardouk

    Uhm, not that I don’t understand you, but you do need to understand that we as developers need to eat too, so I don’t mind that extra’s on a cms/platform are only optional for developers.

    And the greatest things in life just aren’t free.

    That said, I do believe the bbPress WordPress plugin will get an easy intergration eventually.

    #104122
    Willabee
    Member

    @ ricardouk

    Uhm, not that I don’t understand you, but you do need to understand that we as developers need to eat too, so I don’t mind that extra’s on a cms/platform are only optional for developers.

    And the greatest things in life just aren’t free.

    That said, I do believe the bbPress WordPress plugin will get an easy intergration eventually.

    #98982
    kwerri
    Participant

    I wanted to use this plugin:

    https://wordpress.org/extend/plugins/bbpress-latest-discussion/

    but it’s no longer supported, and I wasn’t able to get it to work when I did install it.

    #104082
    kwerri
    Participant

    I wanted to use this plugin:

    https://wordpress.org/extend/plugins/bbpress-latest-discussion/

    but it’s no longer supported, and I wasn’t able to get it to work when I did install it.

    #37234
    kwerri
    Participant

    Hi,

    Is there a widget out there which allows me to show the latest topics in the forums in the sidebar of my WordPress installation?

    I would like people who visit the front page of my site to easily see the newest activity on the forums without needing to go to the forum page.

    #37215

    Hello

    I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default

    The site is running Buddypress

    Challenge:

    The Forum navigation menus are still in English

    Please tell me how I can ensure bbPress Forum is presented in Dutch?

    Thanks in advance

    Phil

    P.S. I have searched this forum without success for a solution.

    Hello

    I have domain domainnameDOTcom/

    My WordPress directory is domainnameDOTcom/wordpress/

    Installed BuddyPress Default 1.2.7 with WordPress 3.0.4

    With BB-Press Forum

    When I select any tab that is not created in WP then the FULL url including the WP install directory is evident

    How can I ensure this WP directory remains “hidden” from the users perspective

    I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.

    That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/

    Here is the code I found on this site and tested:

    code:

    <?php

    // Getting rid of the subfolder in URLs/permalinks

    function my_bp_override_core_domain() {

    $domain = get_bloginfo(‘url’);

    return $domain;

    }

    add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);

    ?>

    I look forward to hearing feedback

    Phil

    #94864
    Rootside
    Member

    Sorry to just barge in and shout out a random question, this has probably been answered before:

    Will the plugin come with a front-end login/signup form? Or will it make use of existing WP plugins?

    I’m running the latest version in a test environment, and this function seems to be missing – or is it me who missed something?

    Thanks

    #37135
    milleiro
    Member

    Hi,

    I’ve just integrated bloguismo.com and bloguismo.com/foro with BBPress but I’m doing something wrong with cookies.

    First of all I’ve done deep integration but I have the logout/login problem…

    Second: in the wordpress part (bloguismo.com) i use on the top nav bar this:

    <?php $user_info = get_userdata(1);

    echo($user_info->first_name . “n”);

    ?>

    So it could shows the first name of the user registered, but shows my name (admin name)… could you register and test?

    http://www.bloguismo.com/login/?action=register

    http://www.bloguismo.com/foro/register.php (the same)

    thanks!

    #94861

    I have been testing the bbPress Plugin on Windows, well I was up until about a month ago when I hit a few PC problems, but like JJJ said … much has changed since then! :)

    #94860
    Rich Pedley
    Member

    I don’t test with IIS… We could always put a call out on the hackers list if needed.

    #94859

    @_ck_ – Will do. I have a VM I can test on when I get back from Tybee next week, and will see about getting anyone on Windows to play with it. I know when I started, I was using IIS on Windows 7 and it was working fine, but much as changed since then.

    #94858
    Rich Pedley
    Member

    I test on windows, to some extent, with EasyPHP.

    #94857
    _ck_
    Participant

    I know y’all are in super-dooper alpha state right now but be sure to put on your list to test the plugin under windows (try the 1 minute xampp lite install for testing).

    I’m not even sure where to start with some of the errors, I’ll try to debug.

    ps. can an admin please turn off the hash-to-trac link plugin that’s running on bbpress.org? It’s incredibly annoying because it makes no effort to determine if it’s really a ticket reference.

Viewing 25 results - 7,451 through 7,475 (of 11,580 total)
Skip to toolbar