Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,151 through 7,175 (of 11,591 total)
  • Author
    Search Results
  • #95397

    bbPress 2.0 beta 1 is now available in WordPress extend for public testing.

    https://wordpress.org/extend/plugins/bbpress/

    #38528
    danaskallman
    Member

    I am wondering what the file name for a single-posttype.php is for the bbpress plugin. I am testing it and would like to have add it’s own template. And is there a template that already exists I could add to them file?

    Thanks!

    #95380

    First pass at RSS2 feeds is now in the plugin. Surprisingly, not as easy as I thought they were going to be, so be sure to test these. They are accompanied by 2 new settings options to control the per page count of their RSS feeds.

    Starting to run out of room in the theme to put links to feeds, so still working that out. Until then you can access topic/reply feeds by appending “/feed” or “/feed?type=reply” to single topics and forums.

    #100599

    1. Change the forums base to something else. I am running it perfectly fine over at testbp.org by changing the base to ‘discussion’

    2. The reason for the double ‘forum’ is because your root slug is ‘forum’ and the forum slug is ‘forum’ and you’re choosing to include the root slug.

    3. Don’t remove the forum slug. :)

    Widgets should work anywhere you have a widgetable area. Since your theme is mostly custom, you’ll want to research how widgets work, insert your sidebar, etc…

    #105699

    1. Change the forums base to something else. I am running it perfectly fine over at testbp.org by changing the base to ‘discussion’

    2. The reason for the double ‘forum’ is because your root slug is ‘forum’ and the forum slug is ‘forum’ and you’re choosing to include the root slug.

    3. Don’t remove the forum slug. :)

    Widgets should work anywhere you have a widgetable area. Since your theme is mostly custom, you’ll want to research how widgets work, insert your sidebar, etc…

    #38500
    r00p
    Member

    Hi

    Testing the new plugin atm here bfstuff.se/forum but have alot of problems to get it to integrate with the theme.

    I tried to add the add_theme_support( ‘bbpress’ ); to my thmes function.php but that just make my forum disappear completely.

    Also is there a way to use my old database with the new plugin, i have and old bbpress forum with posts etc etc

    Cant find a database with the new plugin, maybe it doesn’t use one?

    /r00p

    #38497

    Can you please help me with … <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?> …

    I wanna make it look like this… « Previous | 1 | 2 | 3 | 4 | 5 | Next » …(..to add | between each link)…

    …any suggestions?!?!?

    #100511
    Fartlek
    Member

    rbertolani, follow the instructions here and that should help you find the plugin: http://blog.ashfame.com/2010/01/download-zip-latest-trunk-wordpress-bbpress-buddypress/

    #105611
    Fartlek
    Member

    rbertolani, follow the instructions here and that should help you find the plugin: http://blog.ashfame.com/2010/01/download-zip-latest-trunk-wordpress-bbpress-buddypress/

    #100552

    @tooltrainer – unrelated, and fixed. Try the latest revision. :) Was a bug with subforums, categories, and topic/reply counts.

    #105652

    @tooltrainer – unrelated, and fixed. Try the latest revision. :) Was a bug with subforums, categories, and topic/reply counts.

    #100550
    tooltrainer
    Member

    So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.

    JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!

    Will let you know if I run into any issues with it but I’m very optimistic. :)

    Jonathan

    #105650
    tooltrainer
    Member

    So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.

    JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!

    Will let you know if I run into any issues with it but I’m very optimistic. :)

    Jonathan

    #95347

    @CrownOfMars – Try the latest revision and let me know if it’s fixed for you. Was a regression from fixing something else.

    @Rick Lewis – You haven’t started over, because you still have a custom theme. It looks to me like you still have

    add_theme_support( 'bbpress' );

    in your custom theme, even though you don’t have any bbPress files in your custom theme to actually provide bbPress support.

    Using the add_theme_support() method is what tells bbPress not to use its own internal files, and just let WordPress do its thing and figure it out. In that case, bbPress will follow the normal template hierarchy for WordPress (archive.php, index.php, etc…)

    So you either…

    1. Copy the bbPress files out of the bbp-twentyten folder into your custom theme and use the add_theme_support() method, which allows you to use page templates.
    2. Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed.
    3. Create your own completely custom method of handling bbPress, which is possible to do but way more work than it’s probably worth doing unless you need something *really* tricked out.

    #38475
    Tokyorock
    Member

    Hello ^^ Im new here and ppbress looks interesting..

    I tested a Mingle Forum for the beginning and its still cool but bbpress looks better.

    I would ask if it possible that , if i write a comment on my wordpress blog, then it will write a forum reply automatic. of course, if i write a forum reply it will show as a comment on my wordpress site ( article )

    Of course, that if write a Article, it will automaticly add a Thread in the forum, + comments/ replys…

    sorry for the English, ^^”

    and thanks for the help

    greets

    Tokyorock

    #100573

    Yes Yes, I’m sure!

    I don’t know how to do, and I can not do many tests because the forum is very active.

    One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.

    Would greatly appreciate your ideas

    many thanks

    #105673

    Yes Yes, I’m sure!

    I don’t know how to do, and I can not do many tests because the forum is very active.

    One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.

    Would greatly appreciate your ideas

    many thanks

    #100227
    Gautam Gupta
    Participant

    I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian (replies not being displayed) and Rick (errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.

    Rick: You should put only the bbs2p.php file in the root directory (where you have wp-config.php. Then change those lines to:

    define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */

    JJJ: I’m on that. :)

    #105327
    Gautam Gupta
    Participant

    I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian (replies not being displayed) and Rick (errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.

    Rick: You should put only the bbs2p.php file in the root directory (where you have wp-config.php. Then change those lines to:

    define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
    define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */

    JJJ: I’m on that. :)

    #100543
    tooltrainer
    Member

    Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.

    I wasn’t sure what version of WP (or the plugin for that matter ;) you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.

    ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.

    Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.

    Thanks as always,

    Jonathan

    #105643
    tooltrainer
    Member

    Interesting… I guess what has me puzzled is that I would expect something like this to be universal – either everyone using 3.1 with bbPp sees it or they don’t. Clearly that’s not the case, although my coder in Pakistan sees the identical behavior that I do.

    I wasn’t sure what version of WP (or the plugin for that matter ;) you were running on testbp.org and wanted to see if anyone else running the identical setup as me, was seeing the same issue. Nobody has chimed in seeing they do so, either it’s just me or nobody else is following this thread.

    ANyway, I’m really hoping you manage to spot something specific that is causing this so that it can be fixed. As great as it is that it doesn’t occur in 3.2, obviously I’m not going to upgrade to that in its very first beta, on a real site.

    Still in limbo on what exactly I’m going to do, I need my forums working by Monday… kinda freaking out as to what to do if you’re not able to identify the issue and a fix any time really soon.

    Thanks as always,

    Jonathan

    kpzion
    Member

    I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.

    Sorry for my poor English.

    kpzion
    Member

    I think I should re-order or sort the topic from topic_id. But I don’t know I must edit in which file. Please help me. I don’t have knowing about PHP source code.I’m just a beginner.

    Sorry for my poor English.

    #38462

    Topic: New Plugin!

    in forum Plugins

    I couldn’t get the add plugin form to work, so here’s my plugin.

    bbPress Mail Fix, what it does is sends all mail to a different website if the current server has sendmail disabled or not working or not fast enough. This works with the current bb_mail() function, fully. This has been tested and works on bbpress 1.0.3 .

    http://anthonyzb.users.sourceforge.net/?page_id=21 for more info!

    #100542

    I am definitely outside of your immediate circle, and am running the bbPress plugin over at testbp.org/discussion. A site with over 22k subscribed users that are able to post in those forums with no issues. :)

    Not saying there isn’t a bug somewhere, just saying it hasn’t manifested itself on my installs yet.

    Also, the bug isn’t in WordPress 3.1, or 3.2. It’s probably in how I’m handling the query differences between the two versions, as some of the advanced meta type queries are being fine-tuned.

Viewing 25 results - 7,151 through 7,175 (of 11,591 total)
Skip to toolbar