Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,201 through 41,225 (of 64,522 total)
  • Author
    Search Results
  • #35675
    #35665
    #96351
    Gautam Gupta
    Participant

    Nice..

    #101451
    Gautam Gupta
    Participant

    Nice..

    #94460
    Gautam Gupta
    Participant

    Just to keep you people updated, this is the progress so far:

    1. Topic & Post Counts – This works fine, except for displaying post counts in forums, jjj said that he’s working on a patch which would be ready by Sunday.
    2. Voice Counts – Check #1330, has patch
    3. Rough Template – Done, except for front-end posting
    4. Admin area clean-up – This is pretty fine
    5. User’s Profiles, Posts, Favorites – Todo

    If you’re interested in development, then you can checkout a copy of the plugin, test out patches or create tickets for bugs/enhancements etc.

    #96208
    stevan
    Member

    What do you mean by lite wp? Plagin for wordpress integration or blog plugin for bbpress? There is bb-blog plugin but it needs some more work to become complete solution.

    https://bbpress.org/forums/topic/bbblog-20-plugin

    #101308
    stevan
    Member

    What do you mean by lite wp? Plagin for wordpress integration or blog plugin for bbpress? There is bb-blog plugin but it needs some more work to become complete solution.

    https://bbpress.org/forums/topic/bbblog-20-plugin

    #94205
    KentonMr
    Member

    I find all this SCN TRAC TRUNK all a bit gibberish and well beyond what I need to know.

    I find the version control of bbPress also confusing and always thought that the most stable version was on the main download page.

    The “bug” being discussed is not a show stopper (there are more irritating things) but it is fairly obvious in the code what is breaking this.

    Two things in functions.bb-template.php

    The use of <fieldset> and <div> inside the form – comment them out in bb_get_topic_move_dropdown() and add the lines

    $r .= bb_get_topic_delete_link($args);

    $r .= bb_get_topic_close_link($args);

    $r .= bb_get_topic_sticky_link($args);

    after the initial <form> line.

    commenting out the original lines in the bb_topic_admin() as

    // ‘delete’ => bb_get_topic_delete_link($args),

    // ‘close’ => bb_get_topic_close_link($args),

    // ‘sticky’ => bb_get_topic_sticky_link($args),

    This is by no means an elegant solution but it appears to work.

    I’m sure something more elegant could have been done in css.

    #94459
    Ryan Gannon
    Member

    I’ve been watching the action unfold on the trac… and in my spare time I also like to watch paint dry. But no, it’s great to see stuff happening. :)

    #96350

    good work

    #101450

    good work

    #96326

    In reply to: topic_tags()

    mr_pelle
    Participant

    Indeed it is.

    About avatars, bbPress uses bb_get_avatar().

    #101426

    In reply to: topic_tags()

    mr_pelle
    Participant

    Indeed it is.

    About avatars, bbPress uses bb_get_avatar().

    #96018
    mr_pelle
    Participant

    novuscory, bbPress is NOT a WordPress plugin, you should move its directory to yoursite.com/bbpress/

    #101118
    mr_pelle
    Participant

    novuscory, bbPress is NOT a WordPress plugin, you should move its directory to yoursite.com/bbpress/

    #94458
    Rich Pedley
    Member

    good news, thanks for the update.

    #96338
    master5o1
    Participant

    That’s your WordPress install taking over. Does the folder /forums/ exist, and does /forums/index.php exist?

    Check your .htaccess files for both WordPress and bbPress.

    #101438
    master5o1
    Participant

    That’s your WordPress install taking over. Does the folder /forums/ exist, and does /forums/index.php exist?

    Check your .htaccess files for both WordPress and bbPress.

    #94457

    (at least that is my understanding)

    Correct. Looking more like October 17 now, to be exact.

    On Sunday at WordCamp NYC I’ll be presenting a 5 minute lightning session on the plugins progress so far. Worked on it a little today, and will be doing more until then to have something presentable. :)

    #35650
    #96291

    In reply to: WP Nonce problem

    blahman29
    Member

    Sorry, I post this and I immediately find the solution here..

    http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html

    I edited my code like this..

    <button id = 'postformsub' type = 'submit' name = 'Submit' tabindex = '4'></button>

    <?php bb_nonce_field( bb_is_topic() ? 'create-post_' . $topic->topic_id : 'create-topic' ); ?>
    <input type="hidden" value="/forum/topic.php?id=<?php echo get_forum_id(); ?>" name="_wp_http_referer">
    <input type="hidden" value="<?php echo get_forum_id(); ?>" name="topic_id">

    And it seems to work now. If anyone is making their own forms then try this solution out for nonce.

    #101391

    In reply to: WP Nonce problem

    blahman29
    Member

    Sorry, I post this and I immediately find the solution here..

    http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html

    I edited my code like this..

    <button id = 'postformsub' type = 'submit' name = 'Submit' tabindex = '4'></button>

    <?php bb_nonce_field( bb_is_topic() ? 'create-post_' . $topic->topic_id : 'create-topic' ); ?>
    <input type="hidden" value="/forum/topic.php?id=<?php echo get_forum_id(); ?>" name="_wp_http_referer">
    <input type="hidden" value="<?php echo get_forum_id(); ?>" name="topic_id">

    And it seems to work now. If anyone is making their own forms then try this solution out for nonce.

    Mealin
    Member

    Hi,

    I’ve some strange trouble with my bbpress forum (host with 000webhost) :

    Sometimes, after posting something i’m not able to join it again. Can’t access to it even if i empty cache, cookie …

    It go back normally few times after each times but it’s very very unpleasant…

    2 forum with the same issue and pretty much same plugins

    Allow Images

    BBcode Buttons Toolbar

    BBcode Lite

    bbPM

    bbPress Polls

    bbPress signatures

    bbPress Smilies

    bbPress Suite de la Modération

    bb Topic Views

    BBVideo

    Hidden Forums

    Hidden Forums Tag Filter

    Human Test for bbPress

    Live Comment Preview

    Post Count Plus – Dynamic.Titles & More!

    Post Notification

    Super Search

    Terms of Service

    Topic Icons

    Unread Posts

    Any ideas ?

    Ps : my english is ugly so if something isn’t understandable say it please ;-)

    #96005
    3sixty
    Member

    Thanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).

    #101105
    3sixty
    Member

    Thanks! Clearly, bbPress is officially going to be a plugin for WordPress going forward (but as you note, the code is there to fork for those who still want a standalone version).

Viewing 25 results - 41,201 through 41,225 (of 64,522 total)
Skip to toolbar