Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,251 through 8,275 (of 11,607 total)
  • Author
    Search Results
  • ipunkbali
    Member

    thank you chrishajer. it works!

    But I changed my mind, i prefer latest discussion on top. :)

    What it is necessary to make, that this function operated on each page of a forum?

    checkfront
    Member

    Hello,

    Just wondering what the status is on 1.1. Is there a beta available to test?

    We really need people to be able to post without creating a account. Also email notifications are pretty essential.

    We are tried some of the existing plugins, but they don’t seem to cut it.

    #85899

    In reply to: Sticky

    leander8728
    Member

    On the latest post’s section, they must seen as every other post. So that the sticky’s aren’t more important then the freshness of every post.

    Example:

    I made a normal post on 16 march 12:11

    I have made a sticky post: 16 march 12:12

    Now is the sticky post the newest post in the latest post section. That is good, but when i made another topic / reaction at 16 march 12:40.

    The sticky topic stay’s above the newest post. I want that the sticky topic at that moment comes under that other post (16 march 12:40). Because that post is newer then the sticky.

    I hope you understand me.

    #52377
    rspowers
    Member

    yoyopop,

    thanks a million. i will test it out and see if i can get it to work.

    #85897

    In reply to: Sticky

    leander8728
    Member

    Yes but then i remove the sticky’s on the latest post section. Is there not any other thing to solve this problem? Because i want to show the sticky’s in the latest post section, but not alway’s on the top of that section.

    But if there is not any other solution, i will use your option.

    #85889

    In reply to: how to move?

    chrishajer
    Participant
    #33768

    Topic: Sticky

    leander8728
    Member

    Hi,

    When i make a post sticky, it will be sticky to on the forum frontpage (latest post’s). But if i have more then 10 sticky’s, it will spammed the latest post’s list.

    I want the following thing. I want to deactivate the sticky’s on the frontpage (latest post’s). So that they don’t come above other post’s.

    I hope you understand my bad english.

    Thanks,

    Leander

    #85888

    In reply to: how to move?

    Here the received code.

    front-page.php :

    <?php bb_get_header(); ?>

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

    <?php if ( $forums ) : ?>

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

    <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 global $bb_forums_loop; ?>

    <?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; ?>

    <?php if ($bb_forums_loop->walker->depth == 1) : ?>

    <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 endif; ?>

    <?php endwhile; ?>

    </table>

    <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>“><?php topic_title(); ?></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”>“><?php topic_time(); ?></td>

    </tr>

    <?php endforeach; endif; // $super_stickies ?>

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

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

    <td><?php bb_topic_labels(); ?> “><?php topic_title(); ?><?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”>“><?php topic_time(); ?></td>

    </tr>

    <?php endforeach; endif; // $topics ?>

    </table>

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

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

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

    <?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() ?>

    <?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(); ?>

    #82551
    bradsucks
    Participant

    I’m struggling with this as well. The difference is I installed a vanilla WordPress 2.9.2 and bbPress 1.02 as a test and got the integration working easily. However I have a blog I just upgraded from WordPress 2.8 to 2.9.2 and from bbPress 1.0 to 1.02 and nothing I do will make it work. I can’t see any particular difference and I’m just about to die of frustration here.

    #85734
    wemaflo
    Member

    @Michael R:

    Thanks, but this one is the BuddyPress 1.0 Theme, BuddyPress 1.2.x now oncludes a new default theme: http://testbp.org

    @Gautam:

    Yes, of course, but I want to run an external forum installation with the same design. BuddyPress has group forums, but there should be an external forum that has nothing to do with group forums.

    My site: http://musikinstrumentenbau.net

    External forum: http://musikinstrumentenbau.net/forum/

    #85733

    @wemaflo

    The link that @Michael R gave is for previous version of BuddyPress. (Good Resource!)

    But I see you want for the latest version 1.2+


    @Gautam
    is right about installing bbPress within BuddyPress or if you already have one, then you can link that too (I haven’t tried that yet but it should work easily).

    And if you want to run a standalone version with BuddyPress for some reason (may be because the limit that forums are within group only), then you are out of luck as nothing exists for now.

    #85507

    In reply to: Toggle Forums

    driz
    Member

    Any updates on this pal? I’ve copied the code you use on your website to test, but the icon appears on all forums and not just the category ones (I noticed this is also the case on your forums)

    #51872

    In reply to: Email masked

    kevinator
    Member

    OK, we fixed it. I’ll find out details and post later. See how it looks here: http://www.cwnp.com/forums

    Our purpose in doing it is twofold:

    1. privacy/security, obvious reasons

    2. we just implemented the Leaderboard plugin found on bbpress.org so we can have a participation contest. Leaderboard by default shows username, which in our case is email.

    Bottom line is we also require “nickname”, so we’ve used that instead.

    Now, anyone know how to make Leaderboard a widget?

    #85657
    chrishajer
    Participant

    Replace all your existing files with the trunk download. It’s not a diff or a patch, it’s just a complete testing version of the software.

    chrishajer
    Participant

    Just open the front-page.php file in your template folder and move (cut and paste) the “latest disussions” section down which will move the “main theme” section down.

    It will look like this when you’re done:

    http://wordpress.pastebin.com/a2y4FunW

    Just copy and paste that into the file called front-page.php (replace everything that is there now.) That will put the main theme on top and latest discussions on the bottom.

    I moved lines 11-45 down so the main theme comes up first.

    ipunkbali
    Member

    How do I move the forum “main theme” to the top, and “Latest discussion topic” to the bottom? thank u.

    #81924
    56alifar
    Blocked

    Already got it, this function was already integrated in the sidebar widget. See: http://www.jahw.nl

    #32419
    56alifar
    Blocked

    Hi,

    Is there a way to get the avatar showing in the bbPress_Latest_Discussion plugin?

    Thanks for your answer…

    #85671

    @deejaywoody

    it just shows up the latest discussions

    #84560

    In reply to: bbPress mobile version

    johnhiler
    Member

    Yup, you can definitely repost derivative works. Oh and also – if you click the “subscribe to topic” link at the top of the page, that should give you email alerts!

    I would love to help you test… just let me know! One of my main goals is to figure out how to turn off TinyMCE in mobile browsers… so my users can comment from their iPhones and Android browsers.

    #84559

    In reply to: bbPress mobile version

    BerryReview
    Participant

    Sorry guys this forum really needs a notify on reply via Email function.

    So GPL derivative means I can repost derivative works? Its not that crazy different from his code but hacked up quite a bit to compensate for the differences between BBPress and WP.

    I will try to clean up the plugin a little bit before release since it has some serious custom code that I need ot cut out since it wont work on another site. The template is up to you to edit away but you will need to know a little bit about how BBPress templates work.

    I will try to get something for you guys soon. Anybody want to volunteer to test it out?

    #85685
    johnhiler
    Member

    As for the bbPress canonical plugin, I think that is a ways away.

    But I just checked, and the latest version of BuddyPress does actually work with WordPress 2.9!

    https://buddypress.org/blog/news/introducing-buddypress-1-2/

    chrishajer
    Participant

    I wonder how this can be:

    “I just attempted to do a perfectly clean upgrade: still getting the db connection issue after bb upgrade tells me I need to upgrade my DB. “

    How can the bbPress upgrade/install know the database is out of date if it cannot connect to the database? I thought the version was stored in the database in the first place. I might have to try breaking my bb-config.php and attempting to upgrade a 0.9 installation to see how this works. Haven’t tried in a while.

    Are you upgrading bbPress just to make integration with the latest WordPress easier?

    johnhiler
    Member

    I just registered on your site and then tested the signin… it worked for me on the first try! :-) I’m using Google Chrome…

    Maybe there’s a known issue between your browser and the “saved passwords” option… which browser are you using?

Viewing 25 results - 8,251 through 8,275 (of 11,607 total)
Skip to toolbar