Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,376 through 7,400 (of 11,580 total)
  • Author
    Search Results
  • #99181

    In reply to: WPMimic V.1

    Adrienkb
    Member

    So I have downloaded and tested your theme with the following issues/error:

    Note: Nothing in the css or template files has been changed this is a straight download, upload and activate.

    – Private messages plugin layout is broken.

    Thats actually all I could find. The old version had things like:

    – Broken CSS on editing, registration and editing a profile

    I am wondering (praying and begging) if you can fix the pm layout the plugin is: https://bbpress.org/plugins/topic/bbpm/

    Thanks so much.

    Edit:

    in IE9 the site works perfectly fine with the theme (since you wanted to know) – how ever that PM plugin is still an issue

    #104281

    In reply to: WPMimic V.1

    Adrienkb
    Member

    So I have downloaded and tested your theme with the following issues/error:

    Note: Nothing in the css or template files has been changed this is a straight download, upload and activate.

    – Private messages plugin layout is broken.

    Thats actually all I could find. The old version had things like:

    – Broken CSS on editing, registration and editing a profile

    I am wondering (praying and begging) if you can fix the pm layout the plugin is: https://bbpress.org/plugins/topic/bbpm/

    Thanks so much.

    Edit:

    in IE9 the site works perfectly fine with the theme (since you wanted to know) – how ever that PM plugin is still an issue

    #99324

    P.S – the forum recount procedures are done, tested, and going through optimizing now. So one of the final bits before an official alpha on the plugin side is near completion.

    #104424

    P.S – the forum recount procedures are done, tested, and going through optimizing now. So one of the final bits before an official alpha on the plugin side is near completion.

    #37422
    ChadTheDJ
    Member

    Can anyone check my code and see what I am doing wrong?

    Front-Page.php:

    <?php bb_get_header(); ?>

    <?php if ( $forums ) : ?>

    <div id=”discussions”>

    <?php if ( bb_forums() ) : ?>

    <h2><?php _e(‘Minecraft: The Server Review Forums’); ?></h2>

    <table id=”forumlist”>

    <tr>

    <th style=”text-align: left !important;”><?php _e(‘Categories’); ?></th>

    <th><?php _e(‘Last Poster’); ?></th>

    <th><?php _e(‘Freshness’); ?></th>

    <th><?php _e(‘Topics’); ?></th>

    <th><?php _e(‘Posts’); ?></th>

    <th><?php _e(‘Views’); ?></th>

    </tr>

    <?php while ( bb_forum() ) : ?>

    <?php if (bb_get_forum_is_category()) : ?>

    <tr<?php bb_forum_class(‘bb-category’); ?>>

    <td colspan=”6″><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><?php forum_name(); ?><?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”>’ ); ?>“><?php forum_name(); ?><?php forum_description( array( ‘before’ => ‘<small> – ‘, ‘after’ => ‘</small>’ ) ); ?><?php bb_forum_pad( ‘</div>’ ); ?></td>

    <td class=”num” width=”15%”>“><?php forum_last_poster(); ?></td>

    <td class=”num” width=”10%”><?php topic_time(); ?></td>

    <td class=”num” width=”10%”><?php forum_topics(); ?></td>

    <td class=”num” width=”10%”><?php forum_posts(); ?></td>

    <td class=”num” width=”10%”><?php echo bb_number_format_i18n($GLOBALS->views); ?></td>

    </tr>

    <?php endwhile; ?>

    </table>

    <?php if ( $topics || $super_stickies ) : ?>

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

    <table id=”latest”>

    <tr>

    <th style=”text-align: left !important;”><?php _e(‘Topic’); ?> — <?php new_topic(); ?></th>

    <th><?php _e(‘Author’); ?></th>

    <th><?php _e(‘Last Poster’); ?></th>

    <th><?php _e(‘Freshness’); ?></th>

    <th><?php _e(‘Posts’); ?></th>

    <th><?php _e(‘Views’); ?></th>

    </tr>

    <?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>

    <tr<?php topic_class(); ?>>

    <td><?php _e(‘Sticky:’); ?> <big>“><?php topic_title(); ?></big></td>

    <td class=”num” width=”15%”>“><?php topic_author() ?></th>

    <td class=”num” width=”15%”>“><?php topic_last_poster(); ?></td>

    <td class=”num” width=”10%”><?php topic_time(); ?></td>

    <td class=”num” width=”10%”><?php topic_posts(); ?></td>

    <td class=”num” width=”10%”><?php show_view_count(); ?></td>

    </tr>

    <?php endforeach; endif; ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

    <tr<?php topic_class(); ?>>

    <td>“><?php topic_title(); ?></td>

    <td class=”num” width=”15%”>“><?php topic_author() ?></th>

    <td class=”num” width=”15%”>“><?php topic_last_poster(); ?></td>

    <td class=”num” width=”10%”><?php topic_time(); ?></td>

    <td class=”num” width=”10%”><?php topic_posts(); ?></td>

    <td class=”num” width=”10%”><?php show_view_count(); ?></td>

    </tr>

    <?php endforeach; endif; ?>

    </table>

    <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?>

    <?php endif; // $topics or $super_stickies ?>

    <div id=”hottags” role=”main”>

    <h2><?php _e(‘Hot Tags’); ?></h2>

    <p class=”frontpageheatmap”><?php bb_tag_heat_map(); ?></p>

    </div>

    <?php endif; // bb_forums() ?>

    <?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”>“><?php view_name( $the_view ); ?>

    <?php endforeach; ?>

    </div>

    <?php endif; // bb_is_user_logged_in() ?>

    <div id=”viewdiv”>

    <h2><?php _e(‘Members Online’); ?></h2>

    <ul id=”views”>

    <li class=”view”>Online now: <?php do_action(‘members_online_now’,”); ?>

    <li class=”view”>Online today: <?php do_action(‘members_online_today’,”); ?>

    </div>

    </div>

    <?php else : // $forums ?>

    <div class=”bbcrumb”>“><?php bb_option(‘name’); ?> » <?php _e(‘Add New Topic’); ?></div>

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

    <?php bb_get_footer(); ?>

    forum.php

    <?php bb_get_header(); ?>

    <div class=”bbcrumb”>“><?php bb_option(‘name’); ?><?php bb_forum_bread_crumb(); ?></div>

    <?php if ( $topics || $stickies ) : ?>

    <table id=”latest”>

    <tr>

    <th><?php _e(‘Topic’); ?> — <?php new_topic(); ?></th>

    <th><?php _e(‘Posts’); ?></th>

    <th><?php _e(‘Views’); ?></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 _e(‘Sticky:’); ?> <big>“><?php topic_title(); ?></big></td>

    <td class=”num”><?php topic_posts(); ?></td>

    <td class=”num”><?php show_view_count(); ?></td>

    <td class=”num”><?php topic_last_poster(); ?></td>

    <td class=”num”><small><?php topic_time(); ?></small></td>

    </tr>

    <?php endforeach; endif; ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

    <tr<?php topic_class(); ?>>

    <td>“><?php topic_title(); ?></td>

    <td class=”num”><?php topic_posts(); ?></td>

    <td class=”num”><?php show_view_count(); ?></td>

    <td class=”num”><?php topic_last_poster(); ?></td>

    <td class=”num”><small><?php topic_time(); ?></small></td>

    </tr>

    <?php endforeach; endif; ?>

    </table>

    <p class=”rss-link”>” class=”rss-link”><?php _e(‘<abbr title=”Really Simple Syndication”>RSS</abbr> feed for this forum’); ?></p>

    <?php forum_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?>

    <?php endif; ?>

    <?php if ( bb_forums( $forum_id ) ) : ?>

    <h2><?php _e(‘Subforums’); ?></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”>’ ); ?>“><?php forum_name(); ?><?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”>’ ); ?>“><?php forum_name(); ?><?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; ?>

    <?php post_form(); ?>

    <?php bb_get_footer(); ?>

    #94939
    ch8rt
    Member

    You scared me then. No I’m looking at the full list, I’ve testing installing a few other plugins in various ways and everything works fine with them.

    I’m running php 5.3.3 on Apache 2.2.15 (Locally on a Mac)

    #37404
    mageguild
    Participant

    I have just finished installing BBpress. I have setup all the forums. When I post a topic anywhere, the title appears (including the latest reply info and when it was created), however the content of the topic is not showing anywhere.

    I have looked over the entire database and I it looks like its not saving that content in the bb_topics table.

    I have not yet touched any code yet, I was just installing it and seeing what this software was like.

    My install is running on a database with multiple WordPress sites and I am using the wordpress intergration feature with my users.

    I have checked over all the other tables in the database and the missing content is not randomly being saved in any of them.

    Any information about this bug and how to fix it would be great.

    Thanks

    #37401
    jurasiks
    Participant

    each posts in topic gots id 0, so i can’t add my CSS to first post

    latest bbpress from trac

    1.0.2 works fine

    upd1: downloaded few mins ago new svn… works… strange

    Vietson
    Member

    you can test out my theme: WPMimic: http://vietsonnguyen.com/beta/bbpress/

    Vietson
    Member

    you can test out my theme: WPMimic: http://vietsonnguyen.com/beta/bbpress/

    #94918
    Andre
    Participant

    Tickets @1457 & 1460 are closed, implying the /wp-admin forwarding to /login issue is fixed, but it’s not for me on my test install running bbpress 2859 on WP 3.1 rc3. There are 39 other plugins installed, but none of the other plugins are active and I’m using the Twenty for bbpress theme. Any advice?

    #94916
    Rob Bunch
    Member

    @Rich, thanks for the info.

    Do you have to do all that stuff before the plugin can be activated?

    I installed the latest branch successfully, however, when I tried to activate it, I got a WP_Error saying “The plugin does not have a valid header.”

    #94912
    Rob Bunch
    Member

    Sorry for being so adamant in trying to pin you down on what is essentially a slippery slope at this point… but…

    If you, personally, HAD to make a decision today on which to install on a new live site, would you go with test plugin or stand-alone?

    Thanks for your time… (and don’t worry… I won’t hold you personally responsible for the risk I incur if you say go with plugin)

    #94910
    Rob Bunch
    Member

    Thanks, JJJ, I really appreciate your time and input. And I realize that it is just bad timing to have to have a forum up next week… But I should have been a little more specific with my question, however…

    Is there any risk involved with using the stand alone version? Am I assuming correctly that when the plugin is released it will have a migration feature?

    I’d really like to install the test version of the plugin… but are you saying that if I take that risk, it might not be update-able to a beta or even the released version when it comes out?

    #94909

    @chuckmac @LPH2005 – Those meta keys are relatively new, and were an addition that wasn’t backwards compatible with previous development versions. Check this topic for the exact date of the change, but exactly what you found will cause exactly what you describe.

    @Rob Bunch – With any prerelease software, you need to understand the risks involved. Just like @chuckmac and @LPH2005 experienced, it’s still possible for there to be architectural changes in the software that aren’t backwards compatible. There are countless changes between the stand alone and plugin versions since the data schema is so different, so certain things needed to be worked around late in the development cycle.

    That said, it’s available for download so that you may test it however you are comfortable doing so. Just be aware if something crops up on your live site, there is a limited pool of resources to help you.

    #98997
    jaapmarcus
    Member

    Thats why it is also available on wordpress site

    https://wordpress.org/extend/plugins/bbpress-last-topics/

    #104097
    jaapmarcus
    Member

    Thats why it is also available on wordpress site

    https://wordpress.org/extend/plugins/bbpress-last-topics/

    #98996
    csabamarosi
    Member

    Aww man, sorry, I made a typo – now everything’s fine, thanks a lot!

    #104096
    csabamarosi
    Member

    Aww man, sorry, I made a typo – now everything’s fine, thanks a lot!

    #98995
    thebreiflabb
    Member

    It works perfectly for me, though you can try with some debugging, for example try

    echo $counter;

    inside the foreach loop to see if you have any loop at all. Check the source code if you have anything there.

    #104095
    thebreiflabb
    Member

    It works perfectly for me, though you can try with some debugging, for example try

    echo $counter;

    inside the foreach loop to see if you have any loop at all. Check the source code if you have anything there.

    #98994
    csabamarosi
    Member

    I’ve figured out that there were some PHP configuration issues with my XAMPP installation, so the error messages are gone now. Sad thing is, your code doesn’t output anything at all.

    #104094
    csabamarosi
    Member

    I’ve figured out that there were some PHP configuration issues with my XAMPP installation, so the error messages are gone now. Sad thing is, your code doesn’t output anything at all.

    #98993
    thebreiflabb
    Member

    What errors does it give you?

    #104093
    thebreiflabb
    Member

    What errors does it give you?

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