Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,476 through 7,500 (of 11,599 total)
  • Author
    Search Results
  • #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.

    #94846
    intimez
    Participant

    @Gautam 15? Simply brilliant! If only I could breath code like you do.

    Unfortunately, I just break, test and report things and that’s all.

    #64394
    erick_paper
    Member

    OK. Happy to test. How do I contact you?

    #64393
    Snat
    Member

    I am still in the finishing stages of finishing mine up and always do need testing databases to make sure it works fine.

    Do contact me if you would like to help me test it as I would like to test the converter on just more then my original IP.Board and default installations.

    #98826
    Chip Bennett
    Participant

    Thanks for the update, John and Gautam!

    As I am anxious to convert my existing stand-alone bbPress installation to the new WP-plugin version, I expect to start testing (and porting over my existing bbPress Theme) once the Plugin hits beta.

    I’m curious about template tags, functions, and documentation. Are the existing template tags and functions from the stand-alone version used in the Plugin version, or have you developed all-new tags/functions?

    Also, as I remember, part of the biggest problem with the stand-alone version was the lack of documentation. So (in all my free time…) I’ll do what I can to pitch in for documentation with the Plugin version.

    #103926
    Chip Bennett
    Participant

    Thanks for the update, John and Gautam!

    As I am anxious to convert my existing stand-alone bbPress installation to the new WP-plugin version, I expect to start testing (and porting over my existing bbPress Theme) once the Plugin hits beta.

    I’m curious about template tags, functions, and documentation. Are the existing template tags and functions from the stand-alone version used in the Plugin version, or have you developed all-new tags/functions?

    Also, as I remember, part of the biggest problem with the stand-alone version was the lack of documentation. So (in all my free time…) I’ll do what I can to pitch in for documentation with the Plugin version.

    #98825

    As a sidenote to the original topic! …

    Rich Pedley: @Mark – test again ;)

    Thanks for that Rich, you can see I’m having a little nose around, and thanks for the offer Gautam — Even started talking to myself, and trying out other stuff too! :P

Viewing 25 results - 7,476 through 7,500 (of 11,599 total)
Skip to toolbar