Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 9,901 through 9,925 (of 11,580 total)
  • Author
    Search Results
  • #68101
    patung
    Member

    “It’s in the readme.txt file too….”

    What is in there is this:

    * bbpress_live_get_forums() – Provides an array of forums

    * bbpress_live_get_topics() – Provides an array of the latest topics

    But I mean what do I actually put in the theme template file, like sidebar.php. I mean bbpress_live_get_forums() has to be wrapped in some kind of php doesn’t it?

    #68221
    threevisual
    Member

    thanks, I download the latest zip file from the link provided but I’m now getting the following error:

    Warning: bb_install(/home/wired/public_html/bbpress/bb-includes/backpress/functions.core.php) [function.bb-install]: failed to open stream: No such file or directory in /home/wired/public_html/bbpress/bb-admin/class-install.php on line 106

    Fatal error: bb_install() [function.require]: Failed opening required '/home/wired/public_html/bbpress/bb-includes/backpress/functions.core.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/wired/public_html/bbpress/bb-admin/class-install.php on line 106

    #68195
    Bharat Karavadra
    Participant

    Yes it does – I installed aplha 2 in about 10 minutes and the login works. I need to test the registration but I’m sure that this will be OK.

    You add all your wordpress settings when you install alpha 2 (it’s all form based).

    #68194
    doyle640
    Member

    Does the wordpress integration work with the latest version of wordpress now?

    #4108
    threevisual
    Member

    Hey, I thought I’d try out the latest 1.0 alpha release (2) but when I go to install I get the following error:

    Fatal error: Call to undefined function: bb_glob() in /home/wired/public_html/forums/bb-admin/class-install.php on line 322

    Any idea how to fix this? One for the bugs list?

    #68182
    Sam Bauers
    Participant

    @_ck_

    Thanks!

    BTW, you’ll be happy to know there are three different ways to tun off XML-RPC:

    * In settings

    * Forcibly, via a plugin

    * Just plain delete the file (xmlrpc.php)

    But I’d like to think that you could help us to keep it secure instead : )

    On a related note, thanks to everyone who has helped out with testing so far. Apparently the first alpha was downloaded over 2,500 times, thanks to all those who took time to report bugs and suggest improvements over that time.

    I’m looking forward to further input and feedback as we approach 1.0 beta and beyond.

    #68132
    geltoorch
    Member

    thanks everyone, ill try it out

    #68143

    In reply to: Second Page Gone!

    chrishajer
    Participant

    Looks like the whole server is gone now… Can’t bring it up at all.

    The blank screen is likely a 500 Internal Server Error, so if you have access to error logs, that will help. If not, it’s likely a syntax problem in a template file. I saw at first that you had a custom theme up there. You could try with a stock theme and see if the problem persists.

    One other thing I noticed is that the URL appeared incorrect. It looked like this:

    http://harrismarine.co.nz/bbpress/topic.php?page=2

    But the topic ID is missing in that URL. It should look more like this:

    http://harrismarine.co.nz/bbpress/topic.php?id=9&page=2

    Maybe the pagination links in your theme got messed up somehow. I wasn’t able to test any further because I can’t bring up any pages at all on your forum right now.

    #67940
    nekita
    Member

    I’m just loading certain components from my WP Blog to give bbPress the same appearance (header and footer graphics, menu etc.). However it’s not a deep integration via bb-config.php.

    I also deleted the entire modified template folder and replaced it with the original Kakumei template for testing reasons but the problem persisted.

    #68131
    Detective
    Member

    What i do in the current stable version is to register a new view called all discussions. It works pretty neat.

    #68130
    Sam Bauers
    Participant

    I’ve added the ability to do this to the development trunk. If you want to backport this to an older bbPress, you can follow the changes here:

    https://trac.bbpress.org/changeset/1786

    Then drop the function <?php bb_latest_topics_pages(); ?> wherever you want it in the front-page template to show pagination.

    #68129
    geltoorch
    Member

    Yes, I realize. So how do I make it a possibility?

    #68128
    Sam Bauers
    Participant

    Latest discussions on the front page is meant for latest discussions… so paging has never been a possibility there.

    Forum pages do provide paging of topics though.

    #67937
    Sam Bauers
    Participant

    Another thing left is to try it using the default template instead of the custom one you are using and seeing if that changes the behaviour.

    You can just switch to it temporarily, then test and switch back.

    #68127
    geltoorch
    Member

    Thanks, but there will eventually be hundreds of posts and it’s just ridiculous to show 1000 posts on one page.

    Any other ideas?

    #68126
    chrishajer
    Participant

    I don’t know of anything for adding page links for the latest discussions, but there is this plugin for changing the number of items being displayed. Maybe that will help?

    https://bbpress.org/plugins/topic/front-page-topics/page/2/

    #4100
    geltoorch
    Member

    Hi,

    I’m trying to figure out how to add a “next page” to the latest discussions. I have a lot of different forums but want people to see all the content aggregated on the “latest” section because it captures all the topics.

    So is there a way to put in a “next page” link on the front page and subsequent pages? I’m not great with php, but if it takes some coding, I could probably manage if someone can give me directions. If it works out, I’ll probably make it into a plugin for everyone.

    Thanks!

    #67160
    pr2me
    Member

    Gives errors on the forum and topic .php pages.

    Warning: Division by zero in ../bb-includes/functions.php on line 2369

    AND

    template-functions.php on line 1040

    nvrmind :$

    https://bbpress.org/plugins/topic/front-page-topics/page/2/

    #67936
    nekita
    Member

    Hi Sam,

    I just deactivated all my plugins and had another try with the testuser account but it will still change the PW if I do a Profile change (User or Admin induced).

    Best

    Lars

    #4089

    When I use my keymaster account, and try to edit a user, there’s a part of the administration section that says, “Allow this user to” but there’s no form, text box or anything else to fill in after it. This line appears between “User Type” and “Custom Title”.

    So what’s the point of the “Allow this user to” line? Looking at the code, it’s supposed to be for specifying specific user capabilities (like whether they can add posts, edit posts etc.) but it doesn’t seem to be fully functional yet. Is this expected?

    If it helps I have the latest bbpress version, it’s 0.9.0.2.

    Thanks.

    #67361
    chrishajer
    Participant

    What version bbPress are you using? Do you have access to error logs? Maybe you have a problem in a template that is erroring out and causing the blank screen after you post.

    I made a test post and I did indeed get stuck on bb-post.php, but my post made it through (and can be deleted now, since it was just a test).

    #67934
    nekita
    Member

    Ok,

    I assume that would be the shared key under wp_users in the DB (user_pass).

    First I noted the hash for my regular testuser account (1). Then I made a profile change for that with the admin and wrote down the new (now changed) pw hash (2). Then I made another change with the admin to testuser and, again, I get a different pw hash (3).

    However, when I aquire a new PW with testuser and change that to the original pw for testuser (4) from step 1 so that pw (1) and (4) match, the hash is again different even though it’s the same pw.

    Then I made a second testuser account and compared the hash after an admin profile change (5) with the hash from (2) and they differ.

    Hope that makes any sense.

    #66819

    In reply to: admin link not working

    Jimmy B.
    Participant

    This a very good thread, might even want to sticky it. I’ve tested this and it works and is needed if you really want true cookie sharing :)

    #66104
    eschen
    Member

    Something I could not find in this or any other thread concerning integration of 0.9.0.2 with wp 2.5. Problem is that a login to either bbPress or WordPress will log a user OUT of the other, can not be logged into both at same time. Common problem but different question. Several people have suggested adding the following to the bb-config.php:

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    Questions: are these really needed, should the full hash number (wordpressuser_full.hash.number) also be included and if so, where do I find the hash code? Using Firefox, the I see two cookies when logged into either bb or wp:

    wordpress_test_cookie

    wordpress_cabxxxxxxxxxxxx

    The Secret keys are identical for both bb and wp config files. Also I have:

    In bb-config file:

    $bb->wp_table_prefix = ‘wp_’;

    $bb->user_bbdb_name = ‘xxxxxxxxxx’;

    $bb->user_bbdb_user = ‘xxxxxxxxxx’;

    $bb->user_bbdb_password = ‘xxxxxxx’;

    $bb->user_bbdb_host = ‘xxxxxxxxxxx’;

    $bb->custom_user_table = ‘wp_users’;

    $bb->custom_user_meta_table = ‘wp_usermeta’;

    $bb->authcookie = ‘wordpress_cabxxxxxxx’; //identical to what is shown in Firefox cookie

    $bb->cookiedomain = ‘.alleventsadviser.com’;

    define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);

    $bb->cookiepath = ‘/’;

    define(‘COOKIEPATH’, ‘/’);

    $bb->sitecookiepath = ‘/’;

    In wp-config:

    $table_prefix = ‘wp_’;

    $wp->cookiedomain = ‘.alleventsadviser.com’;

    define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);

    $wp->cookiepath = ‘/’;

    define(‘COOKIEPATH’, ‘/’);

    $wp->sitecookiepath = ‘/’;

    define(‘SITECOOKIEPATH’, ‘/’);

    A registered user is shown in both bb and wp.

    Thanks for any help.

    #67932
    nekita
    Member

    Yes that’s it.

    See, I have this testuser account with it’s own PW. Now when I logon to

    Admin–>Admin Panel–>Users–>Edit testuser

    and change, say, the Custom Title with the PW blank, confirm with ‘Update Profile’ , logout of Admin and try to logon to testuser again, the old PW is no longer valid.

Viewing 25 results - 9,901 through 9,925 (of 11,580 total)
Skip to toolbar