Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,151 through 40,175 (of 64,515 total)
  • Author
    Search Results
  • #103349
    cshively
    Member

    Thanks, man. I did add and activate the “bbPress integration” plugin and am still having the same issue…how about you Paul, are you still having this issue too?

    #94744
    Rich Pedley
    Member

    I’ll update as soon as I can then ;)

    thanks.

    #94743

    Reply page now only shows one reply. Still probably needs some tuning, but at least it’s less confusing now. :)

    #36508
    Jaja..
    Member

    I have made a front-page where i show off all latest topics matching the forum ID’s..

    It looks like this.

    Forum id = General questions -> latest topics of the general questions

    Forum id = Support questions -> latest topics of the support questions

    I did this by hiding or deleting the forum id’s from all others and repeat the latest topics section.

    Like this.

    <table id=”latest” role=”main”>

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

    </tr>

    <?php if ( $stickies ) : foreach ( $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>

    </tr>

    <?php endforeach; endif; ?>

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

    <?php if( $topic->forum_id != 4 ) { ?>

    <?php if( $topic->forum_id != 5 ) { ?>

    <?php if( $topic->forum_id != 6 ) { ?>

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

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

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

    <!– <td class=”num”><?php bb_topic_voices(); ?></td> –>

    <td class=”last-post-avatar”><?php echo bb_get_avatar( $topic->topic_last_poster , ’36’); ?></td>

    </tr>

    <?php } ?>

    <?php } ?>

    <?php } ?>

    <?php endforeach; endif; ?>

    </table>

    <table id=”latest” role=”main”>

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

    </tr>

    <?php if ( $stickies ) : foreach ( $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>

    </tr>

    <?php endforeach; endif; ?>

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

    <?php if( $topic->forum_id != 3 ) { ?>

    <?php if( $topic->forum_id != 4 ) { ?>

    <?php if( $topic->forum_id != 6 ) { ?>

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

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

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

    <!– <td class=”num”><?php bb_topic_voices(); ?></td> –>

    <td class=”last-post-avatar”><?php echo bb_get_avatar( $topic->topic_last_poster , ’36’); ?></td>

    </tr>

    <?php } ?>

    <?php } ?>

    <?php } ?>

    <?php endforeach; endif; ?>

    </table>’

    But know i have a problem with using this plugin.

    http://bbpress.org/plugins/topic/front-page-topics/

    I only want to show the latest 5 topics of each forum ID (excluding the once i’m hiding)

    Know with this plugin it also counts the topics i’m hiding..

    Isn’t there some code that says: show only the latest 5 topics from forum ID 3

    Thanks,

    #94742
    Rich Pedley
    Member

    oh.. that makes sense, so the page is only supposed to show 1 individual reply, not all of them! No wonder I couldn’t figure out what was going on!

    Ok that isn’t so alien to me then ;)

    #94741
    citizenkeith
    Participant

    Still alien to me, you see all the replies, but you don’t see the original post!

    Well, yes… that is annoying. A link to an individual post is great and useful. The weird behavior that’s in your test install isn’t quite right.

    #94740
    Rich Pedley
    Member

    Still alien to me, you see all the replies, but you don’t see the original post!

    #94739
    citizenkeith
    Participant

    this is something that other forum software has had for years and something we can do pretty easily.

    Yes, this is something I’ve wanted in bbPress… in my install of 0.9.0.6, I edited my CSS file so that I can at least have posts numbered… it’s easy to say “See post number 24” rather than cut and paste or re-explain something in a topic. Glad to see this functionality in the plugin.

    #94738

    Along the same lines as being able to view individual tweets, this is something that other forum software has had for years and something we can do pretty easily. I agree it isn’t properly integrated yet, but it’s mostly for external linking to something where the context of a topic isn’t needed.

    #94737
    Rich Pedley
    Member

    Notifications working, links in notifications aren’t…

    https://trac.bbpress.org/ticket/1408

    But it has made me wonder even more why there is even a page for replies only – without the first post of the thread it seems, well, strange.

    Am I missing the importance of these? because they really do seem superfluous.

    #36486
    guly
    Participant

    This feels like a dumb question, so sorry in advance if I’m missing something obvious here.

    Is there a built-in way in bbPress to display all subcategory POSTS on one view?

    For example, if you had a VEHICLES category, and the three subforums are CARS, TRUCKS and SUVS, is there a way to display all CARS, TRUCKS, and SUVS posts on one forum view?

    If in the above example, you visit the VEHICLES forum page, it will list the 3 subforums separately, but will not list any posts. I’d like to see all posts on one page, not just the top-level forum listing.

    Thanks!

    #98264

    In reply to: Wp and bbpress

    Web-India
    Member

    I hope you already have got help from pagal.

    #103364

    In reply to: Wp and bbpress

    Web-India
    Member

    I hope you already have got help from pagal.

    #64521
    webmacho
    Member

    Any updates on this #

    # shoggy ?

    I have something simlar for my wordpress but this one you aded here does not work for bbpress

    do I need to add more rules?

    #65652
    webmacho
    Member

    None of this works for me

    #98263

    In reply to: Wp and bbpress

    pagal
    Participant

    Yep, You need to integrate your forums with WordPress deeply, where you can set bbPress users table with WordPress users table during bbPress Integration.

    After setting up cookies process, allow just registered members to comment on your blog.

    For more help see this documentation.

    Plus, I can personally help you to integrate forums.

    Contact at pagalsoch {at} gmail {dot} com

    Best of luck.

    #103363

    In reply to: Wp and bbpress

    pagal
    Participant

    Yep, You need to integrate your forums with WordPress deeply, where you can set bbPress users table with WordPress users table during bbPress Integration.

    After setting up cookies process, allow just registered members to comment on your blog.

    For more help see this documentation.

    Plus, I can personally help you to integrate forums.

    Contact at pagalsoch {at} gmail {dot} com

    Best of luck.

    #98247

    No

    Plugin named bbPress integration

    #103347

    No

    Plugin named bbPress integration

    #98246
    cshively
    Member

    Yep. I’ve got the integration plugin running on the WordPress side (if it’s the one called “BBPress Admin”). When I click on it in the WordPress admin panel, I get a sub-window that should be the bbpress admin panel. Instead, it’s just showing my blog (which I think it’s picking up as a default.) Thanks for the suggestion though…

    #103346
    cshively
    Member

    Yep. I’ve got the integration plugin running on the WordPress side (if it’s the one called “BBPress Admin”). When I click on it in the WordPress admin panel, I get a sub-window that should be the bbpress admin panel. Instead, it’s just showing my blog (which I think it’s picking up as a default.) Thanks for the suggestion though…

    #36476
    hbalagh
    Member

    Everything I am reading seems to be to have bbpress work with wp users

    however this is my situation..

    We have a wp install with 1 user and hundreds of post

    a recently converted bbpress from vb with about 800 users with thousands of forum post…

    we need to have wp use the bbpress user database so users logged in at the bbpress can leave comments on the wp blog w/o having to enter their name/email as we want them to be already logged in using the bbpress login

    we are using wp 3.0.2

    and bbpress 1.0.2

    this has been very frustrating and any help would be greatly appreciated

    #98089
    #103189
    #98210

    And if you want to display more stuff then you can do so by directly querying the bbPress database.

Viewing 25 results - 40,151 through 40,175 (of 64,515 total)
Skip to toolbar