Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,376 through 7,400 (of 11,599 total)
  • Author
    Search Results
  • #104526
    1onely
    Member

    ok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!

    #99442
    Mark Plumley
    Member

    I use the following four way spam stopper:

    Approve User Registration

    bbCaptcha

    Akismet

    Human Test for bbPress

    We have had minimum issues at our bbpress forums

    #104542
    Mark Plumley
    Member

    I use the following four way spam stopper:

    Approve User Registration

    bbCaptcha

    Akismet

    Human Test for bbPress

    We have had minimum issues at our bbpress forums

    #99424
    Ben L.
    Member

    If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.

    #104524
    Ben L.
    Member

    If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.

    #99423
    intimez
    Participant

    It shows the latest posts inside the forums, why you want to remove it?

    #104523
    intimez
    Participant

    It shows the latest posts inside the forums, why you want to remove it?

    #99422
    1onely
    Member

    Anyone ?

    #104522
    1onely
    Member

    Anyone ?

    #37517
    1onely
    Member

    Hello

    I want to Only forum not Latest Discussions

    Remove all Latest Discussions

    Please

    #37491
    kadas99
    Member

    Hi, i installed all, (wordpress-bbpress) in the same directori, (/test/wordpress – /test/bbpress), and when i try get into the admin panel of bbpres i only get a redirection to the index of my forum. (i put /test/bbpress/bb-admin/index.php and i will be redirected to /test/bbpress/index.php).

    What i am doing wrong??

    So much thanks!

    #92812
    fostertime
    Member

    Any idea how to remedy this issue?

    I have tried everything and cannot get passed this. Having the same exact problem after changing the TZ to UTC-5.

    Any help would be greatly appreciated!

    FYI, using the latest version 1.0.2

    #99348

    That’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.

    To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:

    bb_auth(); // logged in?

    to:

    bb_auth( 'logged_in' ); // logged in?

    Now it’s off to do more testing.

    #104448

    That’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.

    To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:

    bb_auth(); // logged in?

    to:

    bb_auth( 'logged_in' ); // logged in?

    Now it’s off to do more testing.

    #94959
    ch8rt
    Member

    I’ve solved my early issue, lord knows what it was but troubleshooting something else it suddenly just appeared? Thanks.

    With regards permalinks I’m having a issues with my current setup /%category%/%postname%/ in that nothing shows at…

    /forums/

    /forums/forum/

    but I can jump straight to a forum created in admin

    /forums/forum/test-forum/

    Once there I can create and reply to topics has I should.

    I’m using the base settings so Forums should be the base. Going to /forum/ however shows an edit button. Just nothing else.

    #94956
    Willabee
    Member

    The login problem isn’t fixed yet?

    I installed the latest and it’s redirecting me to the /login slug again. I don’t mind hacking it out again, just wondering.

    #99331

    Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.

    #104431

    Makes sense. If you’re using it as a stand alone, you can continue to do so if you’re happy with it’s features as we’ll be continuing support for the 1.0/1.1 branches of code for the conceivable future. If you’d like to run the latest and greatest and have a need for WordPress integration, then the in-development plugin version is the way to go.

    #94952
    Ricardo
    Participant

    Hi everyone!

    I don´t know wether to post this here or start a new thread, if the mods find it unsuitable i will open a new one.

    I just installed the bbpress pluggin on a test site, just trying to figure things out and start learning while its being developed, one of the first things i wanted to do was adding a icon to the each forum in the forum list and since the new bbpress uses “wordpress” i went and added a thumbnail to each forum at:

    Admin panel>>>Forums>>> and edited/added a thumbail to each forum using the post thumbnail function

    but it wasnt showing up so as newbie i used firebug to find where i could add that in and i found;

    bbp-themesbbp-twentytenloop-bbp_forums.php

    and modified:

    <td class=”bbp-forum-info”>

    ” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>

    to

    <td class=”bbp-forum-info”>

    <?php the_post_thumbnail(array( 25,25 ), array( ‘class’ => ‘alignleft’ )); ?>” title=”<?php bbp_forum_title(); ?>”><?php bbp_forum_title(); ?>

    here’s a link to the code on pastebin:

    http://pastebin.com/bNLPQj2R

    it worked but because i uploaded the images at 150×150 the thumbs were being displayed at 150×150 eventough i specified that it should be 25×25 in the code.

    Am i doing something wrong? to quicly fix it i reuploaded the images at 25×25 and they’re showing ok now.

    sorry if i’m “sounding” complicated but i cant explain it better

    here’s the live bbpress instalattion:

    http://www.ricardouk.com/bbpress/forum/

    #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)

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