Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,551 through 40,575 (of 64,515 total)
  • Author
    Search Results
  • #97659
    关关
    Member
    #102759
    关关
    Member
    #97684

    create a dynamic sitemap.php file in the root of your forum that appears as a regular xml file but what it does is displays the topics and replies and forums in a sitemap order using mysql and php.

    #102784

    create a dynamic sitemap.php file in the root of your forum that appears as a regular xml file but what it does is displays the topics and replies and forums in a sitemap order using mysql and php.

    #36178
    bertvb
    Member

    Hi,

    everything was working fine and all of a sudden the 3 field holding post count, topic count and author were blank

    Anyone else have this problem ?

    I didn’t change anything in the admin area, I think.

    see: http://www.brugserugbyclub.be/bbpress/

    #97263
    Ramiuz
    Participant

    I actually thought the first sentence of above post was directed at my previous comment. That BBPress would triumph in the end. Before handbags came into the picture.

    #102363
    Ramiuz
    Participant

    I actually thought the first sentence of above post was directed at my previous comment. That BBPress would triumph in the end. Before handbags came into the picture.

    #64732
    abdessamad idrissi
    Participant

    I think the correct way to add tags is by a plugin, normally you should never edit the core code of bbpress! because if you do, next time you update your bbpress you will be deleting the modified core files, then you will get trouble with your forum not working properly.. So the best is to use a plugin for things that deal with core files..

    PS: Core files are files that are not Themes nor plugins, such as files under; bb-includes and bb-admin,

    #97683
    mr_pelle
    Participant

    I’m not gonna look at the WP plugin branch until a stable (and complete) version will be released, sorry.

    #102783
    mr_pelle
    Participant

    I’m not gonna look at the WP plugin branch until a stable (and complete) version will be released, sorry.

    #94614

    That will happen eventually. This way just provided a head start.

    #97680
    driz
    Member

    Any chance of looking into it? I should image it would be easier then the current bbPress rewrites as it’s just Post Types right?

    #102780
    driz
    Member

    Any chance of looking into it? I should image it would be easier then the current bbPress rewrites as it’s just Post Types right?

    #94613
    driz
    Member

    Wouldn’t it be better to have the theme inside your main WP theme? Like you with BuddyPress?

    so for example: /wp-content/themes/twentyten/bbpress/

    #94612

    Fixed. Ty!

    #96919
    ortixia
    Participant

    thank you for making the bbpress plug-in topic sticky. I would also like to request that you also make stickies on the topics of ‘themes’ (you gotta build your own, where to get/not get themes) and the permalink/internal server error issue.

    thnx.

    #102019
    ortixia
    Participant

    thank you for making the bbpress plug-in topic sticky. I would also like to request that you also make stickies on the topics of ‘themes’ (you gotta build your own, where to get/not get themes) and the permalink/internal server error issue.

    thnx.

    #97646

    In reply to: Internal Server error

    ortixia
    Participant

    i had to uninstall the whole thing, including the database tables, then set it up fresh, i did not touch permalinks this time!

    at one point I had to delete the htaccess file. but don’t take my word for it, there are several posts on the subject.

    this is probably not the best solution, but I do hope the bbpress people can make set a sticky topic on this subject, including a warning, as looking through the forum, you and i are not the only ones who had this issue.

    #102746

    In reply to: Internal Server error

    ortixia
    Participant

    i had to uninstall the whole thing, including the database tables, then set it up fresh, i did not touch permalinks this time!

    at one point I had to delete the htaccess file. but don’t take my word for it, there are several posts on the subject.

    this is probably not the best solution, but I do hope the bbpress people can make set a sticky topic on this subject, including a warning, as looking through the forum, you and i are not the only ones who had this issue.

    #94611
    Ryan Gannon
    Member

    Anyone else having problems with non-admins replying?

    Edit: Found the problem

    bbp-functions.php line 142 is

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_description'] );

    should be

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_content'] );

    #97679
    mr_pelle
    Participant

    The current version won’t, that’s for sure..

    #102779
    mr_pelle
    Participant

    The current version won’t, that’s for sure..

    #94610
    Rich Pedley
    Member

    The theme shouldn’t need moving, but if running locally you might have a few problems, depending on your setup.

    Yes create a page with the template bbPress – Forum index.

    #97678
    driz
    Member

    Would this plugin work with the new bbPress plugin that is being developed?

    #102778
    driz
    Member

    Would this plugin work with the new bbPress plugin that is being developed?

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