Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,351 through 38,375 (of 64,532 total)
  • Author
    Search Results
  • #38244
    asad339
    Member

    bbPress comes with such a script. Download the software, fill in the details of you database connection in config.php, and when you first browse to your forum’s URL, you’ll be taken through the installation procedure

    #105308
    Anonymous User 7670885
    Inactive

    I’ve try in my local machine.

    After first run (user convention) it caused an error and table remain with *_tmp in name (now i not remember specific error – tomorrow i’ll try to run again and publish more detail).

    Instead if i go directly to forum all seems to be converted (no error) but all topics (first post) is empty and to see i need to save again (forum and topic – otherwise i can’t see – yes, i’ve run recount but problem still remain). Finally, all category results like a “forum” (and all forums like child forum).

    If you glad tomorrow (sorry but now i can’t) i can provide localserver access and you can try directly ;)

    #100208
    Anonymous User 7670885
    Inactive

    I’ve try in my local machine.

    After first run (user convention) it caused an error and table remain with *_tmp in name (now i not remember specific error – tomorrow i’ll try to run again and publish more detail).

    Instead if i go directly to forum all seems to be converted (no error) but all topics (first post) is empty and to see i need to save again (forum and topic – otherwise i can’t see – yes, i’ve run recount but problem still remain). Finally, all category results like a “forum” (and all forums like child forum).

    If you glad tomorrow (sorry but now i can’t) i can provide localserver access and you can try directly ;)

    #95140
    Gautam Gupta
    Participant

    DarkWolf.it: Can you describe the problems you faced in this topic? – https://bbpress.org/forums/topic/bbpress-standalone-to-plugin-converter-beta-2

    #95139
    Anonymous User 7670885
    Inactive

    @Gautam: ok :/

    PS: I’ve try converter (in trunk) but i’ve found many problem with it (is in trunk – maybe you already know all – i don’t know).

    Anyway, i hope in a future plugin to convert topic (with replies) in wordpress articles (with comments). It’s very important for a good conversion of my actual website.

    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

    #105258
    Gautam Gupta
    Participant

    Have you installed that WordPress plugin for cookie integration and edited your wp-config.php as needed?

    #100158
    Gautam Gupta
    Participant

    Have you installed that WordPress plugin for cookie integration and edited your wp-config.php as needed?

    #105363
    Gautam Gupta
    Participant

    Please follow the installation instructions: https://bbpress.org/documentation/installation/

    #100263
    Gautam Gupta
    Participant

    Please follow the installation instructions: https://bbpress.org/documentation/installation/

    #95138
    Gautam Gupta
    Participant

    Darkwold.it: Because comments are own their own, it is not a post type.

    studioleland: You can’t. :)

    #38241
    Desidude03
    Member

    I’ve registerd a site @ Zymic.com but i dunno how isntall dis BBPRESS scripts der..please help me!!!!

    #95137
    studioleland
    Member

    Hey guys love the new plugin. Can anyone shed some light on how to use all of the existing bbpress addons, plugins, etc with the wordpress version of this? Thanks.

    #95136
    Anonymous User 7670885
    Inactive

    This is great :)

    I think is a good point to start my migration (after of this i need only to convert my actual newsboard inside wordpress) ;)

    Edit: ok, i can migrate some topic to blog thanks to fixed custom post switcher: https://wordpress.org/support/topic/plugin-post-type-switcher-broken-after-31 but it don’t convert replies.

    #105256
    GYNGA
    Member

    Forgot to mention I use ‘Register Plus Redux’ plugin

    #100156
    GYNGA
    Member

    Forgot to mention I use ‘Register Plus Redux’ plugin

    #38167
    GYNGA
    Member

    Hi, I know that there’s a lot of topics about integration and I tried to find something that could helped for but I haven’t found.

    I have integrated bbPress and looks like everything works fine. I can login with my WP account on bbPress.

    But if I login to my website I need to login again when I go to forum.

    So is it possible to make that when I log in WP it would automatically log me in bbPress?

    #105235

    In reply to: bb-admin won't load

    GYNGA
    Member

    Did you try to install that plugin?

    It restores settings so that you can get to your bbPress admin page again.

    And then you can set necessary bbPress settings.

    P.S. When you install and activate the plugin try to login to bbPress with BOTH of your accounts (WP account and bbPress account). I don’t remember which worked for me.

    #100135

    In reply to: bb-admin won't load

    GYNGA
    Member

    Did you try to install that plugin?

    It restores settings so that you can get to your bbPress admin page again.

    And then you can set necessary bbPress settings.

    P.S. When you install and activate the plugin try to login to bbPress with BOTH of your accounts (WP account and bbPress account). I don’t remember which worked for me.

    #105359
    Gautam Gupta
    Participant

    What is the exact problem you’re facing? And what are you doing currently?

    #100259
    Gautam Gupta
    Participant

    What is the exact problem you’re facing? And what are you doing currently?

    Syrinxie
    Member

    I keep having to use the plugin over and over.

    Someone said to fix it in the mySQL phpmyadmin stuff.

    I need a step by step guide.

    Halp?

    #84136

    In reply to: bbPM blank page

    AAShepAA
    Participant

    I am installed – can send and receive PM’s but the messages are blank – no text.

    I have gone into the database and the PM’s are in the database.

    Everything is up to date (theme, bbPress, and plugin.) Theme is MT-Dark

    Any help is appreciated

    Shep

    #95135
    Arjun S Kumar
    Participant

    @DarkWolf.it

    Gautam Gupta and Nightgunner5 have made a script for moving bbPress standalone to bbPress plugin. Its available here.

    http://code.google.com/p/bbpress-standalone-to-plugin/

    Though, an importer will be bundled with the bbPress plugin in the stable release AFAIK.

    #105234

    In reply to: bb-admin won't load

    justmichael2
    Member

    Umm, I can’t get to the bbPress admin page, that’s the whole problem :)

Viewing 25 results - 38,351 through 38,375 (of 64,532 total)
Skip to toolbar