Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,026 through 8,050 (of 11,591 total)
  • Author
    Search Results
  • #86918

    In reply to: Latest Discussion Page

    gerikg
    Member

    I have 1.1-alpha installed and no go!

    so sad.

    #83169
    mattyhockey
    Member

    Very latest version of WordPress and BBpress.

    I did not solve the problem, but I did do a work around. I just made an if statement to check if the user is logged in. If they are, display that link. If they aren’t display the same link, but instead take them to the register page. I added a login form to the registration page as well if loginform=on in the address.

    So not really sure what else I could do as I have been searching for this one for a few days!

    #34464
    gideons
    Member

    I would like to make my sidebar look like bborg sidebar

    So with a Forum List

    Search Box

    Hot Tags

    RSS

    Views

    and maybe even add a Latest Discussions

    which shows the last five or ten active threads

    in WP you just add widgets but bb does not seem to have that luxury

    Thanks for your help

    #80742

    In reply to: When bbpress 1.0.3?

    The latest Trunk has a few little glitches, but my singular site running the “trunk” version on and off for the last 6-8 weeks has been holding up very nicely indeed.

    Gautum (et. all) have been doing some stellar work, and the fact that we’re finding more bugs to fix is never a bad thing. I’ve no issue with us bouncing around from 0 to 5 bugs as we make everything more stable – and really, it’s close to stable now just slightly less table than say a month ago.

    We officially cleared the 1.0.3 trac que 2 weeks ago, and I’m sure we’ll do it again soon. Of course we’ll need someone to actually make the decision to package and release though…

    =====================================================================

    The big issue I have with 1.0.3 is that one of the outstanding bugs (#1228) is needing to be fixed in BackPress before we can release.

    Given that we’re Leaderless, i’m wondering how’s taking control of that and communicating it with the BackPress team, and if we’re actually going to wait on a new version of BackPress to be released before we consider releasing 1.0.3? When is that new version of BackPress likely to arrive?

    Who’s making these decisions?

    #88928
    gerikg
    Member
    <?php $topic = $GLOBALS['topic'] = current( get_latest_topics( array( 'number' => 1, 'forum' => get_forum_id() ) ) ); ?>
    <a href="<?php forum_last_post_link();?>"><?php topic_title(); ?></a>

    works for me

    #80739

    In reply to: When bbpress 1.0.3?

    chrishajer
    Participant

    Trunk right now is a little bit unstable. There were a couple of search related bugs that were not fixed properly.

    You can test it, but not in a production environment, please.

    #80736

    In reply to: When bbpress 1.0.3?

    I’ve a slightly better/different question:

    Who’s leading this project and thus making the decision on when 1.0.3 is?

    and any chance that (mythical??) person could answer:

    Can we decide if we’re working on bbpress 1.0.3 or bbpress 1.1?

    Because Matt always reffered to 1.1, and infact 1.0.3 only started being used to describe about the time that Matt left.

    Infact, it appears some developers are talking about 1.1-alpha, and yet in trac we’re dealing with 2 different streams (1.0.3 and 1.1) :S

    Oh how I’d give my right testical for a Project Manager or some actual communication

    #89364
    gerikg
    Member

    @chrishajer sorry about that. I’ll write it out just in case someone else sees it

    The issue:

    this page as an example

    Info

    * 3 posts

    * 3 voices

    * Started 19 hours ago by gerikg

    * Latest reply from _ck_

    Where it says “3 posts” it was appearing “3 posts + 1 more” because I had 4 post and I deleted one. + 1 more will be a link to the deleted post.

    @_ck_ yes that would explain it, thank you. I didn’t realize it just freaked me out because I downgraded from WPMU and I had to do some DB editting.

    #85634
    sureshdrim
    Participant

    @ Mr_pelle


    Thanks for ur plugin.I tried it but unfortunately it didn’t worked for my forum.I changed the RewriteBase as follows while I was testing it on localhost as my test forum is installed at http://localhost/bbpress/

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress/

    Then replaced the code of .htaccess with the code in nicer-htaccess > activated plugin > activated permalinks name based option from admin panel.

    But got following error:

    “Oops! This link appears to be broken.”

    in Google Chrome while navigating the forum.

    Secondly even I tried to test ur plugin on my server where my forum is installed at http://www.xyz.com/ so I changed RewriteBase to

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    But I could not find any .htaccess file in root folder on server.So I tried to upload it through FTP but got an error :

    “The name you specified is not allowed”

    coz of “.” in .htaccess name.

    Please help..

    #87823
    mr_pelle
    Participant

    Would it be wrong to suggest that 1) moving from 0.9 to 1.0 wasn’t done yesterday and 2) shouldn’t we test before rolling out this stuff?

    I mean, Homepage being down for 3 days. Plugin directory not showing a months worth of updates. etc etc

    Sadly quoting… :(

    #87822

    I guess most of these problems were from the plugin section previously using a semi-custom version of 0.9 and then they replaced it with 1.0 at stock settings

    Would it be wrong to suggest that 1) moving from 0.9 to 1.0 wasn’t done yesterday and 2) shouldn’t we test before rolling out this stuff?

    I mean, Homepage being down for 3 days. Plugin directory not showing a months worth of updates. etc etc

    #88900
    _ck_
    Participant

    Blocklist is now available:

    https://bbpress.org/plugins/topic/blocklist/

    bbPress 1.x feedback appreciated as it’s not been strongly tested on it and making the UI compatible with both versions was a little tricky.

    #88529
    zaerl
    Participant

    I’m not sure I’m using the ‘WordPress bbPress cookie plugin’ you mention

    https://wordpress.org/extend/plugins/bbpress-integration/

    I have only tested it in my XAMPP sandbox (Debian) cause I had only few minutes for it. Apache/2.2.12, PHP/5.3.0, MySQL 5.1.37.

    The “email is required” error can be spawn only from register.php file line 33 and only if $_POST isn’t defined (well I just made a quick look so I could have written something that isn’t true.) But it’s very strange. If you want to make a quick test do print_r($_POST); and see what you got.

    Damn I can’t help. Maybe it’s the first time in my life in which I would like to have a software bug.

    #88527
    zaerl
    Participant

    I have tested it. bbPress 1.0.2, WordPress 3.0 RC1. Cookies integration, members integration, same database, WordPress bbPress cookie plugin.

    I can create users from bbPress and from WordPress. No problems with the user database and other stuff like that. No problems with the login from WordPress and/or bbPress.

    I have checked the wp_users database schema of WordPress 2.9.2 and 3.0. It’s the same. I’m sorry but I can’t reproduce the “email is required” bug.

    #89247
    johnhiler
    Member

    I’ve had this problem when downloading plugins while signed out… if I sign it, I’ve noticed it tends to work?

    The issue happens more often than it usually would for me, b/c the plugins install uses 0.8.3 and isn’t signin integrated with the main forum (which uses the latest version).

    At least, I think that signing in will fix the downloads! It could just be random chance that ever time I’ve signed in before, the downloads have started working again! :-)

    #34426
    1BadApple
    Member

    I have installed bbpress on my XAMPP Windows XP test server (which is hosting about 6 WordPress 2.92 test sites OK)

    My environment:

    Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1

    During the actual install I got a series of PHP errors.

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-adminincludesclass.bb-install.php on line 1280

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-adminincludesclass.bb-install.php on line 390

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesfunctions.bb-core.php on line 110

    The Installation appears to have worked as when I use phpMyAdmin, the database I set up for bbress is there, and the tables are populated – and if I check bb1_users my ‘key master’ user is there as imput (whatever a keymaster is) other than ‘admin’.

    The BBPress is ‘there’, but when I try to logon I get a cascade of PHP failures.


    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:xampphtdocsbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesbackpressclass.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesbackpressclass.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesbackpressclass.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesbackpressclass.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesbackpressclass.wp-auth.php on line 273

    Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsbbpressbb-settings.php:186) in C:xampphtdocsbbpressbb-includesfunctions.bb-pluggable.php on line 232

    I have tried in several browsers.

    URL: http://bravo.newnetenterprises.com/bbpress/

    It looks like the call in Line 186 is the culprit, but I am not a PHP expert.

    :-

    #89197
    tcarr184
    Member

    Thank you for getting the help.

    The admin account and some other users can post but some cannot. I tried creating a test account and when I go into post there isn’t a box to type in.

    I took a screen shot.

    unfilteredmma.com/media/forumcapture.JPG

    If I log in as the admin then I do get a reply box.

    unfilteredmma.com/media/forum2.JPG

    I have tested in chrome, firefox, and IE and it is the same in them all.

    Here are the plug ins I have active on BBPress.

    Hello Louie

    Human Test for bbPress*

    Google Analitycs*

    BuddyPress Support Plugin*

    Bozo Users

    BB Wysiwyg Editor*

    BBcode Lite*

    Allow Images *

    Akismet*

    AdSense for bbPress *

    * = active

    Finally, Yes this is integrated with WordPressMU. The users can log in and authenticate but they cannot post replies or create posts? I’m sure this is really simple but I just can’t figure it out.

    Thank you

    #89109

    In reply to: s2member integration

    Righty ho, so while I can’t test my code (on iPhone sorry), I can help shed some more light on this.

    First Off: there is not (that I can see) a table called wp_capabilities. There is just a meta_key called “wp_capabilities” in the wp_usermata table. That actually makes some sense

    The good news here is, that it’s a 1 to 1 relationship so easy to copy over.

    // Show Database Errors

    // Comment this line out when going live :)

    $wpdb->show_errors();

    // 99 times out of 100 this is overkill

    // I’m just being on the safe side

    //

    // It checks what the current user ID is

    if ( !$user_id ) {

    $current_user = wp_get_current_user();

    $user_id = $current_user->ID;

    } else {

    $user_id = (int) $user_id;

    }

    // Connects to the database

    // Retrieves the value for this user for wp_capabilities

    $user_cap = $wpdb->get_row( “SELECT meta_value FROM wp_usermeta WHERE user_id=$user_id AND meta_key=’wp_capabilities’ LIMIT 1” );

    // Checks to see if the user already has a bb_capabilities

    // If it does we’ll overwrite it

    // If it doesn’t we’ll add a new one.

    $user_cap_in_bb_meta = $wpdb->get_row( “SELECT meta_value FROM bb_usermeta WHERE user_id=$user_id AND meta_key=’bb_capabilities’ LIMIT 1” );

    if ($user_cap_in_bb_meta)

    {

    // update bbPress database

    $wpdb->query(“UPDATE bb_usermeta SET meta_value='”. $user_cap->meta_value .”‘ WHERE user_id=”. $user_id .” AND meta_key= ‘bb_capabilities’ “);

    } else {

    // Add a new row to the bbPress database

    $wpdb->query(“INSERT INTO bb_usermeta (user_id, meta_key, meta_value) VALUES (“. $user_id .”, bb_capabilities, ‘”. $user_cap->meta_value .”‘) “);

    }

    // Print all Database errors

    // Comment this line out when going live :)

    $wpdb->print_error();

    // Hide Database Errors

    // Comment this line out when going live :)

    $wpdb->hide_errors();

    Now, the disclaimer. This rather unsurprisingly hasn’t been tested by me, and my contain (will contain) a crazy amount of typos.

    What it does is relaly simple. It copies the wp_capabilities and pastes them as bb_capabilities in the bbpress table. In terms of your initial goal, firing this code once the s2M stuff is finished will achieve that goal (basically, copy and paste it on the landing/finished/thanks/congrats page).

    A quick word of warning. If you’ve been using Zaerl’s plugin or anything else that utilises the “bb_capabilities” meta_key then this will overwrite it. Now as it’s overwriting it with whats in the WordPress database, it’s very unlikely to cause issues.

    But if you’ve set up something funny with a bbPress Plugin then you might end up overwriting it. In theory, this shouldn’t happen because the user is registered via s2M, so that’ll be it’s first time in the bbPress database – but I’m just giving you a heads up.

    I may write this, with all the failsafe functionality, into a WP/bbPress plugin if I get time in a few weeks. But I’m also a tad wary of encroaching onto ground Zaerl’s been excelling in. Good code doesn’t need my size 13s stomping all over it.

    Ok mate, try this and throw me back any errors.

    #89106

    In reply to: s2member integration

    wood2695
    Member

    Right. Of course! :) Seriously, I’m afraid I’m totally lost. I understand your logic, but my lack of PHP skills are shining bright. I’m an art director that had (until now) been successful hacking at standard WP PHP, but am clearly in over my head now. “Select the whozit and insert it into the whatzit now?” :D

    You’ve been very kind and I’ve never been one to straight up ask for the answer to be spelled out for me. I understand if you don’t want to give up any untested/theoretical code, especially as it pertains to a 3rd party plugin. (unless your last suggestion was to code that elsewhere??) But I do find myself against a deadline and have got to continue adding content and styling or my client is gonna kill me! Believe me, I’d rather work on solving problems all day so I can learn from them.

    So, I guess I’m going to have to launch this weekend (client has a conference) and just manually change bbPress user roles on new subscribers (lo-fi and lame, by me) until I have more time next week to dedicate to this solution.

    Cheers bud.

    #34415
    sajp
    Member

    Hello,

    I have just installed bbPress at this URL http://www.childfriendlybrighton.co.uk/1/bbpress and the installation all seemed to complete without a problem.

    However, I have created a couple of test topics, but I seem to be unable to reply to any posts. I can create a new post, but if I click on the link that says ‘Reply >>’ beneath a post, nothing happens. ‘#postform’ gets added to the URL in the address bar, but there is no area for me to enter a reply.

    Can anyone help me? I haven’t integrated bbPress with my WordPress installation (I don’t think I want to for this site), and I have activated Askimet.

    If anyone can give me some advice I’d be really grateful!

    Many thanks,

    Simon

    #89096

    In reply to: s2member integration

    I’ve sadly none. You’re the first person to ask about this.

    You’d basically need to set up a s2M roles to Forums relationship in a table somewhere, and then query it.

    It would greatly depend on how you wanted to run it.

    i.e. Would different levels see different forums? Or would they just not see the topics in forums but know they are there, or would they just not see the answers to topics in certain forums etc etc.

    I’m guessing a little, but the easiest way to make it work with bbPress would be to write into the actual theme files testing against the s2Mrole. Shouldn’t be too horrible if you know your way around.

    #88978
    mamikaze
    Member

    I have WP 2.9.2 / BB 1.0.2 with the integrations plugins on both sides. I test user registrations and they are created and match on both sides.

    All my auth keys match.

    Where do I check roles in my database? I have the table prefix is correct in the integrations settings. I have the BB user roles map set up and it’s working.

    Thanks!

    #88988
    Kasparas
    Participant

    I’m upgraded bbpress but when anyonimus posting is enabled i’m get error becouse of “human-test.php” plugin:

    “Fatal error: Call to a member function has_cap() on a non-object in /*****/*****/*****/forum/my-plugins/human-test.php on line 52”

    #86916

    In reply to: Latest Discussion Page

    Rich Pedley
    Member

    no, but I did download the trunk recently (whatever version that is)

    example: http://quirm.net/forum/view.php?view=latest

    #86915

    In reply to: Latest Discussion Page

    gerikg
    Member

    @rich pedley When I do view.php?view=latest it goes back to the front page. Are you using a certain plugin?

Viewing 25 results - 8,026 through 8,050 (of 11,591 total)
Skip to toolbar