Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 38,326 through 38,350 (of 64,515 total)
  • Author
    Search Results
  • #38253
    Razva
    Participant

    Hi,

    I am looking for the theme used here, on this support forum, or something similar. Is there any place where I can find it, or at least more decent themes?

    Thanks!

    #100212
    Gautam Gupta
    Participant

    Right, multiple databases are not supported. :)

    #105312
    Gautam Gupta
    Participant

    Right, multiple databases are not supported. :)

    #100211
    Anonymous User 7670885
    Inactive

    To be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.

    I can try to move in one database and run again ;)

    #105311
    Anonymous User 7670885
    Inactive

    To be honestly i’ve try just one time with root privilege (local webserver – with wampserver) but maybe is caused by different database.

    I can try to move in one database and run again ;)

    #100210
    Gautam Gupta
    Participant

    DarkWolf: That error would only happen when you run it multiple times and the database table already exists or your database user doesn’t have privileges to rename a table. The converter does tell you to take precautionary measures.

    #105310
    Gautam Gupta
    Participant

    DarkWolf: That error would only happen when you run it multiple times and the database table already exists or your database user doesn’t have privileges to rename a table. The converter does tell you to take precautionary measures.

    bryzo
    Member

    Not entirely sure where this post should go, so I placed it here.

    I setup bbPress along with WordPress to make WordPress the master. However I would like to use the bbPress profile instead of the WordPress profile, but I can’t find where in the code to enable that. Any ideas?

    #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

    #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 ;)

    #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 ;)

    #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

    #100158
    Gautam Gupta
    Participant

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

    #105258
    Gautam Gupta
    Participant

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

    #100263
    Gautam Gupta
    Participant

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

    #105363
    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.

    #100156
    GYNGA
    Member

    Forgot to mention I use ‘Register Plus Redux’ plugin

    #105256
    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?

Viewing 25 results - 38,326 through 38,350 (of 64,515 total)
Skip to toolbar