Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,026 through 8,050 (of 11,578 total)
  • Author
    Search Results
  • #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?

    #34387
    retostauffer
    Member

    Hello Community

    I have a small problem after intalling wordpress 2.9.2 and bbpress 1.0.2.

    I’ve installed the bb-integration plugin on my wordpress and configured the necessary things. I had also check the keys and salt’s in bb-config and wp-config twice and checkt out the support forum here but couldnt find any solution.

    The Problem: I can register on wp without any problem and login with this user into the bbpress forum. BUT if i make a login on WP the BB doesnt know something about that. I know that this has to bee a small cookie-problem but i cant find the “bug” :). Does anyone has a hint please?

    My Cookies
    ———-
    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1
    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2
    domain wordpress_THEKEY /imgipress/wp-admin VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2
    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2
    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string
    THEKEY – is always identically the same
    VALUE1 – is a combination of my username%something%something
    VALUE2 – is a combination of my username%something%something
    but VALUE2 is always identically the same
    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? 🙂

    Thank you for any hint!

    Greez, Reto, Switzerland

    [code]

    My Cookies


    domain wordpress_logged_in_THEKEY /imgipress/ VALUE1

    domain wordpress_THEKEY /imgipress/wp-content/plugins VALUE2

    domain wordpress_THEKEY /imgipress/wp-admin VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/my-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-plugins VALUE2

    domain wordpress_THEKEY /imgipress/bbpress/bb-admin VALUE2

    domain wordpress_test_cookie /imgipress/ VALUE2

    domain – is always the same string

    THEKEY – is always identically the same

    VALUE1 – is a combination of my username%something%something

    VALUE2 – is a combination of my username%something%something

    but VALUE2 is always identically the same

    [code]

    What’s the problem? should the cookiepath always be the same? I dont think so .. but whats the Problem? :)

    Thank you for any hint!

    Greez, Reto, Switzerland

    #88950
    chrishajer
    Participant

    It has been fixed in the latest development version of bbPress, but the packaged version 1.0.2 still creates the folders with the wrong permissions. Sorry about that.

    #34326
    jurasiks
    Participant

    Plugins search don’t works (test it with word “views”),

    i used google to search plugin on bbpress.org

    #88877
    Petehds
    Member

    I am testing to see what size and how large the header should be but; it is repeating. Don’t know if the repeat is created becuase the size of my header is too small? How do I change that and make it fit and how to get rid of the white lettering title that is there.

    Here is the site:

    http://www.homedesignsense.com/forum

    Thanks

    #88874
    Petehds
    Member

    1. Here is what I found at 683; but I am not sure this is it:

    #latest th, #forumlist th, #favorites th {

    text-align: left;

    background-color: rgb(102, 102, 102);

    font: 11px Verdana,Arial,Helvetica,sans-serif;

    font-weight: normal;

    padding: 5px 9px;

    color: rgb(255, 255, 255);

    }

    How do I change it to a hex color code?

    2 & 3. The existing image is just a thin color bar that I guess is repeated to fit across the top as the header if I am correct. It’s the url you have posted above.

    Can I just replace that with a full size jpeg that fits acroos the entire header? If so; what size does the jpeg need to be?

    Regards,

    John

    #88826
    gerikg
    Member

    look for this code. It’s there TWICE

    forum_description( array( 'before' => '<small> –

    replace

    –

    with

    & # 8 2 1 1 ;

    take out the spaces

    #88825
    netgo
    Member

    Thanks!! that worked.

    However, I see little bullets with question marks on them next to each forum – http://forum.my-freebie.com/

    Why is that?

    #88824
    chrishajer
    Participant
    <?php bb_get_header(); ?>

    <?php if ( $forums ) : ?>

    <div id="hottags" role="main">
    <h2><?php _e('Hot Tags'); ?></h2>
    <p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
    </div>

    <div id="discussions">
    <?php if ( bb_forums() ) : ?>
    <h2><?php _e('Forums'); ?></h2>
    <table id="forumlist">

    <tr>
    <th><?php _e('Main Theme'); ?></th>
    <th><?php _e('Topics'); ?></th>
    <th><?php _e('Posts'); ?></th>
    </tr>
    <?php while ( bb_forum() ) : ?>
    <?php if (bb_get_forum_is_category()) : ?>
    <tr<?php bb_forum_class('bb-category'); ?>>
    <td colspan="3"><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
    </tr>
    <?php continue; endif; ?>
    <tr<?php bb_forum_class(); ?>>
    <td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
    <td class="num"><?php forum_topics(); ?></td>
    <td class="num"><?php forum_posts(); ?></td>
    </tr>
    <?php endwhile; ?>
    </table>
    <?php endif; // bb_forums() ?>
    <?php if ( $topics || $super_stickies ) : ?>

    <h2><?php _e('Latest Discussions'); ?></h2>

    <table id="latest">
    <tr>
    <th><?php _e('Topic'); ?> — <?php bb_new_topic_link(); ?></th>
    <th><?php _e('Posts'); ?></th>
    <!-- <th><?php _e('Voices'); ?></th> -->
    <th><?php _e('Last Poster'); ?></th>
    <th><?php _e('Freshness'); ?></th>
    </tr>

    <?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>
    <tr<?php topic_class(); ?>>
    <td><?php bb_topic_labels(); ?> <big><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></big><?php topic_page_links(); ?></td>
    <td class="num"><?php topic_posts(); ?></td>
    <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    <td class="num"><?php topic_last_poster(); ?></td>
    <td class="num"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a></td>
    </tr>
    <?php endforeach; endif; // $super_stickies ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
    <tr<?php topic_class(); ?>>
    <td><?php bb_topic_labels(); ?> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
    <td class="num"><?php topic_posts(); ?></td>
    <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
    <td class="num"><?php topic_last_poster(); ?></td>
    <td class="num"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a></td>
    </tr>
    <?php endforeach; endif; // $topics ?>
    </table>
    <?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
    <?php endif; // $topics or $super_stickies ?>

    <?php if ( bb_is_user_logged_in() ) : ?>
    <div id="viewdiv">
    <h2><?php _e('Views'); ?></h2>
    <ul id="views">
    <?php foreach ( bb_get_views() as $the_view => $title ) : ?>
    <li class="view"><a href="<?php view_link( $the_view ); ?>"><?php view_name( $the_view ); ?></a></li>
    <?php endforeach; ?>
    </ul>
    </div>
    <?php endif; // bb_is_user_logged_in() ?>

    </div>

    <?php else : // $forums ?>

    <div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Add New Topic'); ?></div>

    <?php post_form(); endif; // $forums ?>

    <?php bb_get_footer(); ?>

    Same thing here

    #88823
    chrishajer
    Participant

    Actually, it looks like they’re all complete in the original too. Maybe you didn’t copy all the way to the end of the lines. Notice the scrollbar in the code window – there’s more to the right.

    #88822
    chrishajer
    Participant

    Try this version. All the lines are complete here:

    http://pastie.org/979912

    #88821
    chrishajer
    Participant

    Then it’s missing a closing character in one of the tags probably, or a quote mark somewhere.

    I see what I did now: the lines were not wrapped in my editor, and I am missing the end of some of the lines (they’re incomplete; see lines 40 and 44 for example.) If you repair those lines with the equivalent from your theme, it will be fine. Otherwise I’ll post a correction later today.

    #88820
    netgo
    Member

    Thank you but I tried yours and it didn’t work properly.

    The did change places but none of the posts and forums were clickable and signs like “> were added to each forum and post.

    #87782

    Hi Noel,

    Thanks very much for commenting. Lack of communication is one of the biggies that drives us nuts on this board.

    It’s great that you and Mike are working on the theme; and we all appreciate that not all bugs are as simple as they look. I think we can all appreciate that rolling things out to get them going is fine too, especially as users in a real world environment will pick up more bugs that peer testing – but I also think it’s ok for us to suggest that the HOMEPAGE being broken for 2-3 days is probably a bit… uncool.

    With no communication at all, we’re never sure if these random bugs are due to theme updates or software updates. We’re not sure whether pages are using wordpress or bbPress or hacks of bbPress pages to create specific views (like plugins used to); and that means that most of the time we just don’t report bugs.

    As always, thanks for your time.

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