Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,826 through 37,850 (of 64,515 total)
  • Author
    Search Results
  • #100476
    Pixelation
    Member

    Can anyone help me out?

    #105576
    Pixelation
    Member

    Can anyone help me out?

    #100411
    Tzrlk
    Member

    Well, I managed to solve the issue by switching to the LAMP VM. Evidently there is either something wrong with the LAPP VM, or bbpress will only run on MySQL.

    Thanks for the help everyone,

    – Peter

    #105511
    Tzrlk
    Member

    Well, I managed to solve the issue by switching to the LAMP VM. Evidently there is either something wrong with the LAPP VM, or bbpress will only run on MySQL.

    Thanks for the help everyone,

    – Peter

    #100569

    Nothing really. It’s mostly for the AJAX of the favorites and subscribe links, which work perfectly fine without it.

    #105669

    Nothing really. It’s mostly for the AJAX of the favorites and subscribe links, which work perfectly fine without it.

    #38468
    wwalker
    Member

    I have searched for this for hours.

    Our support phone system takes voicemail and emails them as an mp3. We want this to create a post on bbpress so our staff can all see it, can see replies and comments and we can track each call. Is this possible?

    #37835

    Topic: Running alpha-2

    in forum Showcase
    jonkristian
    Member

    alpha you say!!!?… But running strong! :D Thanks to all bbpress devs who made it a lot easier to maintain a wp site and forum in one package;)

    Not 100% done theming but here it is: http://archaudio.org/forums/

    #95337

    How can we get informed when the plugin alpha becomes available?

    #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. :)

    #100568

    Follow up question,

    What would I be losing if I don’t include the rest of the bbpress related stuff in the child theme functions.php?

    #105668

    Follow up question,

    What would I be losing if I don’t include the rest of the bbpress related stuff in the child theme functions.php?

    #95336

    single-reply.php

    Where is it used?

    — nevermind —

    I figured it out.

    #38467
    answerthink
    Member

    Hello,

    I just accidentally integrated bbPress with WordPress without first editing the bbPress User map role to ensure the Admin was linked to Key Master. Now my WordPress login works for both, but I can no longer access the bbPress admin panel.

    I found this forum post (http://bbpress.org/forums/topic/lost-key-master), which says to open up bb_topicmeta and delete the last few lines with meta_key starting wp_” but I can’t find the “bb_topicmeta” file anywhere.

    I also tried adding: $bb->new_keymaster = ‘admin’; in the config.php file to no avail.

    Any ideas?

    Thanks.

    #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!

    #100564

    In reply to: Moderation queue

    Without knowing anything about coding, it’s going to be almost impossible. :)

    You can learn to program though; once you do that, the sky is the limit. :D

    The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.

    #105664

    In reply to: Moderation queue

    Without knowing anything about coding, it’s going to be almost impossible. :)

    You can learn to program though; once you do that, the sky is the limit. :D

    The soon to be released bbPress plugin for WordPress will allow something like a moderation queue pretty easily, but it would need to be built.

    #100567

    Not an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it. :)

    #105667

    Not an idiot, it’s just new and uncharted territory. I’ve coded a lot of little subtleties into the plugin that will come out as time goes on. Pretty much anything you want to do with it, you should be able to do. If you find a limitation, I want to fix it. :)

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

    #105642

    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.

    #95335

    In your functions.php file for your theme.

Viewing 25 results - 37,826 through 37,850 (of 64,515 total)
Skip to toolbar