Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,226 through 7,250 (of 11,580 total)
  • Author
    Search Results
  • #100213
    Erlend
    Participant

    Will this plugin also cover the BuddyPress (1.2) -> bbPress Plugin conversion? This is the set-up I’m ready to help test extensively, so give us a shout when it’s on the table.

    And guys, thanks a lot for taking this development upon you.

    #105313
    Erlend
    Participant

    Will this plugin also cover the BuddyPress (1.2) -> bbPress Plugin conversion? This is the set-up I’m ready to help test extensively, so give us a shout when it’s on the table.

    And guys, thanks a lot for taking this development upon you.

    #38286

    Topic: question

    in forum Installation
    goranvoj
    Member

    just started using bbpress not too long ago. was wondering if i can set the latest discussions to show to the number 5 i only want 5 latest to show any way to do that?

    Danhager
    Member

    I was moderating my Bbpress Forum when a user was spamming. I didn’t want him to keep spamming so I locked the Thread then I blocked the user. Then I made a Thread to put all bad Threads in. After that I unblocked the user, but the user is still blocked even though it says member. I even tried to log into the test user and it still had the error message saying that user is blocked. Does it take time to unblock a user or is it a bug?

    #38269

    WP 3.1.1

    BBpress 1.0.3

    I have just set up BBpress to work with a test blog I am running on my local machine using xampp. During set up I went through the integration process so that both would share the same login info.

    The WP install is at localhost/name

    the BBP install is at localhost/name/bbpress

    When I go to the forum the top of the page displays the following

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpresspomomo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

    When i try to access the Admin section I get the same plus

    Warning: Cannot modify header information – headers already sent by (output started at C:Program Filesxampplitehtdocsgrad2gamebbpressbb-settings.php:186) in C:Program Filesxampplitehtdocsgrad2gamebbpressbb-includesfunctions.bb-pluggable.php on line 232

    #95153
    Ricardo
    Participant

    Hi Gautam, i tried it on the 4 themes i previously used with wordpress and it didn’t work.

    Added:

    add_theme_support( 'bbpress' ); to the theme functions, will wait for further developments,

    The themes i used are minimalist and simplistic without “fancy stuff”, i can’t help with coding but if you need any testing just let me know.

    #95149

    A few last minute gifts are now in the bbPress plugin.

    First, shortcodes. Now you can insert forums and topics into blog posts and pages. This is awesome because it will let you insert a river of forums or replies anywhere that the_content(); is used and shortcodes are supported.

    Second, theme compatibility. This one is huge, could use some testing, and is potentially a game-changer. If you’re not using a theme that actively supports bbPress by setting add_theme_support( 'bbpress' );, bbPress is going to serve up its own default set of templates and styling from whatever is set as the theme compatibility layer (which defaults to bbp-twentyten.) There is a little more work to be done here, but so far it’s working a treat.

    As a plugin developer, theme compatibility with new features is something I’ve wrestled with for a really long time, and recent changes in WordPress core have made this easier. For BuddyPress and now bbPress, this is years in the planning stages, and I’m really happy, excited, and proud that it’s in and loosely working. :)

    #95147
    Malfunction
    Member

    Awesome JJJ, Guatam and the rest of the contributers! What I’ve seen so far on Guatam’s page looks really good.

    Can’t wait to test it when it’s in the WordPress plugin repository.

    One question though: It’s been brought up in this topic before, but does the plugin keep track of what has been read and what not at the moment? There was some talk about a seperate plugin too… If the bbpress plugin doesn’t have it, is that seperate plugin available somewhere?

    #95145
    wildkyo
    Member

    Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.

    Hell, yes!! :D

    #95141

    Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.

    The original alphas won’t include Gautam and Nightgunner5’s converter, but I’ll spend some time with it before launch and see about fitting it into core.

    Getting close!

    Gautam Gupta
    Participant

    Hello folks,

    I along with Ben L. aka Nightgunner5, have created a bbPress standalone to plugin converter which already does a good job converting your bbPress forums.

    To use it, upload the file bbs2p.php to your server. Now let us assume that / is the place where you have placed the script, /blog/ is the WordPress directory and /forum/ is the bbPress standalone directory. So, you would edit bbs2p.php, scroll down to line 36 and change

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

    To:

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

    Similarly, if you have script and WordPress blog in / and the forum in /forums/, then change those lines to:

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

    Then run the script and the converter would guide you. Some points to note:

    • Needless to mention, if it isn’t your test run, please have a backup. We cannot be held responsible for any data loss.
    • Run it on your localhost as the converter is heavy.
    • Supports the Subscribe to Topic plugin by _ck_ and bbPress 1.1 alpha+ subscriptions import too. Have that plugin activated if you want to migrate subscriptions from the plugin, else it will check for the alpha version.
    • Have the bbPress plugin activated, revert to default themes and disable any other plugins.
    • Currently, there are three situations:

      1. You have a new WordPress blog, to which you are migrating to and an established forum. Then, you would go to user migration section first and then proceed to forums, topics, posts migration section. In this process, all your WordPress users would be deleted (well, renamed to another table) and in place of those, bbPress users would be added. A keymaster will be WP admin, bb admin and moderator will be bbPress plugin moderators, rest all would be converted to the default WP role (which can be set in your WordPress settings).
      2. Your WordPress and bbPress user tables are integrated. You don’t need the user migration process and you can directly go to forums, topics, posts migration section. No worries.
      3. You have a established WordPress blog, with a good number of users and can’t afford to lose those. This is currently not supported as it is hard to merge two conflicting user sets.

    • After converting, do recounts, delete the script and delete the bbPress standalone section if not needed.

    Download: http://code.google.com/p/bbpress-standalone-to-plugin/downloads/detail?name=bbs2p-beta2.zip

    Cheers! Hope that helps. :-)

    Regards,

    Ben L. & Gautam G.

    bbPress Geeks

    ps. Special thanks to John James J. for developing the bbPress plugin, without which, of course, this converter wouldn’t have been there. :P

    #95126
    tomcat23
    Member

    JJJ – I came here looking for the current code and to see if you needed any beta testers. I found the code in the svn and see you are at alpha-2. I can also see that your code is really clean and readable. I’m sure that’s taken a lot of work, so thanks. The proof is in the pudding, and you’ve got you’ve got me dancing around like Bill Cosby here.

    Looking forward to seeing this finally released!

    #95979

    I am really surprised by those numbers. One issue I always have is upgrading my platforms to the latest and greatest. We are looking at using bbpress for a community portion of our product and I am encourage my the forward progress from its members.

    Steve

    #101079

    I am really surprised by those numbers. One issue I always have is upgrading my platforms to the latest and greatest. We are looking at using bbpress for a community portion of our product and I am encourage my the forward progress from its members.

    Steve

    #95119
    Anonymous User 7670885
    Inactive

    @JJJ: Ok, thank’u very much :)

    My actual forum is with smf but i want migrate to wordpress + forum (and bbpress plugin promises[?] very good) ;)

    But i’ve many topic that need to move inside blog. My future work is: smf to bbpress to bbpress_plugin + migration of many topic in blog – maybe thanks to: https://wordpress.org/extend/plugins/post-type-switcher/ :D

    PS: you can call me if you need a betatester ;)

    Small bug: i’ve maked a forum and put a new topic in it. After of this i’ve changed this forum in category and maked a new sub-forum inside it. Finally i’ve move topic from category[when i’ve changed forum in category no topics deleted or migrated] to forum and counter results with two topics and two posts (in realty i’ve just one post in one topic) ;)

    #100198
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #105298
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #100185
    jabbamonkey
    Member

    Cool. It worked. Thanks for the help.

    #105285
    jabbamonkey
    Member

    Cool. It worked. Thanks for the help.

    #100184
    zaerl
    Participant

    “Why do I need to change forum.php? “

    Nevermind, my fault.

    #105284
    zaerl
    Participant

    “Why do I need to change forum.php? “

    Nevermind, my fault.

    #100189
    jabbamonkey
    Member

    Looked around. There is a plugin called “Approve User Registration” but it doesn’t work. I ran a bunch of test registrations, and never received any emails. Guess it’s outdated.

    I also tried the “Private Forums” plugin, but I couldn’t get that to work either.

    So, I downloaded the plugin ROLE MANAGER.

    https://bbpress.org/plugins/topic/role-manager/

    Using that, you can create many roles for people. I duplicated my “member” role, then changed some of the restrictions.

    So, I have a “member” who could read everything, but not post.

    And a “verified member” who could post. So, when I get someone that registers, I can change their role manually and make them verified.

    I’m checking to see if this plugin works well with the “New User Notification Email” plugin. If that works, then I will get a new email whenever someone registers.

    #105289
    jabbamonkey
    Member

    Looked around. There is a plugin called “Approve User Registration” but it doesn’t work. I ran a bunch of test registrations, and never received any emails. Guess it’s outdated.

    I also tried the “Private Forums” plugin, but I couldn’t get that to work either.

    So, I downloaded the plugin ROLE MANAGER.

    https://bbpress.org/plugins/topic/role-manager/

    Using that, you can create many roles for people. I duplicated my “member” role, then changed some of the restrictions.

    So, I have a “member” who could read everything, but not post.

    And a “verified member” who could post. So, when I get someone that registers, I can change their role manually and make them verified.

    I’m checking to see if this plugin works well with the “New User Notification Email” plugin. If that works, then I will get a new email whenever someone registers.

    #100183
    jabbamonkey
    Member

    Gotcha. I changed front-page.php … and that worked.

    Why do I need to change forum.php? Didn’t see anything related there. Doesn’t that just list the topics in a specific forum?

    #105283
    jabbamonkey
    Member

    Gotcha. I changed front-page.php … and that worked.

    Why do I need to change forum.php? Didn’t see anything related there. Doesn’t that just list the topics in a specific forum?

Viewing 25 results - 7,226 through 7,250 (of 11,580 total)
Skip to toolbar