Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,451 through 30,475 (of 64,518 total)
  • Author
    Search Results
  • #116494
    onomoney
    Participant

    Hi I have not built the site as of yet I do have several domains i use to build and test stuff though on our server.

    Scenario: I build a WPMU site on the main domain then I add a sub-folder for bbpress is there a way / or thread here explaining how I can have separate databases and one login for both sites? I would like to keep the databases separated so as we grow and I need to separate things it would simplify things as far as moving and using a couple different servers.

    So WP-1 with MU and / subfolder WP-2 with bbpress / 2 databases on the same account, one login for both.

    I have to say this it took two weeks to figure it all out. But bbpress is prety awesome even after over 10 years of phpbb, I think you have something awesome here, Thanks!

    One more thing, is there a way to set the notify tic box to “auto notify” and tic of you don’t want notified?
    Thanks again!
    BW

    #116490
    RockwareIT
    Member

    Thanks so much, I used the workaround for the missing variable suggested here:

    http://themeforest.net/item/cheerapp-app-wordpress-bbpress-theme/discussion/2007363?page=7

    Worked fine. =)

    However, why are all the links to older bbpress versions on this site broken? Just wondering..?

    Thanks Again,

    Nicole

    #116487

    In reply to: phpBB

    Durelle
    Participant

    I chose phpBB
    and did the import that worked fine

    then i repaired the tables as it didnt show the topics if i dont.
    http://durelle.me/PSD/dotax/derp1.png
    http://durelle.me/PSD/dotax/derp2.png
    and that worked fine
    http://durelle.me/PSD/dotax/derp3.png

    the Users are showing up fine as well
    WP
    http://durelle.me/PSD/dotax/derp4.png
    DB
    http://durelle.me/PSD/dotax/derp5png

    But if i try to log into a imported user i get the following error.

    Warning: require_once(bbp-converter.php) [function.require-once]: failed to open stream: No such file or directory in /home/durelle/dotaxhazard/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466

    Fatal error: require_once() [function.require]: Failed opening required ‘bbp-converter.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/durelle/dotaxhazard/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466

    Any suggestions, is there a link i can change, im comfortable in changing php i just need to know what lines to replace with what.

    #116485
    mpriola
    Participant

    That’s somewhat helpful. It appears that the basic style sheet is running, but there’s another style sheet (bp.print.css) that is not. Even though it’s imported into the style sheet that IS running.

    I can’t tell whether bbpress is leaving the styles out entirely or simply not seeing the stylesheet.

    #116484
    Anonymous User
    Inactive

    Using bbPress 2.1.2

    Happy to see that a toolbar has been added in, however it doesn’t currently work very well for code. It’s allowing basic HTML like strong even though wrapped with code tags to execute.

    I miss the old backtick option that forced ANY and ALL code to display as plain text like a champ.

    Thanks, Bryan

    #116479
    nielsvanrenselaar
    Participant

    Hello,

    I run a custom loop for some replies at a specific part in my template. I would like anyone that has the rights to edit these replies. I use bbp_reply_admin_links for that, but this function gives me NULL. When digging futher in to the code I see that bbp_is_reply equals NULL in bbp_reply_admin_links. Probably because im not in a “official” bbpress loop. Anyone has a solution? Manually calling bbp_get_admin_links($post->ID) does not do the trick. bbp_is_reply still gives false on that, because bbp_get_admin_links does not give the ID trough to bbp_is_reply.

                                 "reply",
                                            "post_parent" => get_the_ID(),
                                            "order" => "ASC", // First comments first
                                            "paged" => get_query_var("paged")
                                        )
                                    );
    
                                    $i = 1;
    
                                    if($replies->have_posts()) :
                                        while($replies->have_posts()) :
    
                                            $replies->the_post();
                                            $class = ($i % 2) ? "" : "mark";
    
                                            ?>
                                            <!-- reply -->
                                            &lt;li class=&quot;"&gt;
    
    
                                                    <!-- author -->
    
    
                                                        &lt;a href=&#039;post_author ); ?&gt;'&gt;post_author); ?&gt;
                                                        Administrator
    
                                                        &lt;img class=&quot;image&quot; src=&quot;/images/ico-27.gif" width="49" height="49" alt="image description" /&gt;
    
    
                                                            Niels van Renselaar 
                                                            Media-Enzo  
    
                                                            Posts:
    
    
    
    
                                                    <!-- reply -->
    
    #116478
    capsx
    Participant

    hi all!

    i have strange bug

    1. i converted phpBB to bbpress with users – all was fine

    2. but – users cant log in with old phpBB passwords

    3. sou i found, that:

    $converter = bbp_new_converter( $row->meta_value );
    var_dump($converter);

    says, that it can’t connect to database;

    var_dump($wpdb) shows correct passwords

    but bbp_new_converter object cant connect to database …

    [“error”]=> object(WP_Error)#1764 (2) { [“errors”]=> array(1) { [“db_connect_fail”]

    anyone can help ???

    #116476

    In reply to: Unread plugin

    Tanya
    Participant

    Anyone who would like to chip in to this plugin, please visit this topic: https://bbpress.org/forums/topic/adding-view-unread-posts-plugin/

    #116473
    nibbles_wild
    Member

    What happened to tartarus.co.nz? where has it gone?

    #116471

    You’re welcome. Look forward to seeing your codex page. 🙂

    #116470

    Since the admin area has a settings API that it uses, compared to bbPress which currently uses customized templates, you’ll have to do some developer work to integrate them. Until bbPress has API’s for theme-side fields, this will likely be a one-off solution for your specific use-case.

    #116469
    davidkooo
    Participant

    thank you, that solved my problem.

    #116466

    No idea what royal_login() is, but it’s not related to bbPress.

    #116465

    I’d advise against reverting back. Instead, in your theme’s functions.php, put…

    $GLOBALS['bbp'] = bbpress();
    #116464

    Some plugin is not filtering queries correctly, and is intercepting bbPress’s query and breaking it. Try deactivating plugins and seeing which one isn’t playing nicely.

    I’m a little confused by what netweb is telling you to do. The bbPress Moderation plugin is actually the thing that ENABLES the behaviour you’re experiencing. Without that plugin, your users should be allowed to create topics and replies on their own without any intervention from you or anyone else.

    Deactivate the bbPress Moderation plugin, deactivate bbPress, activate bbPress. That should reset all of bbPress’s role and capability mapping, in the event something is broken.

    #116461

    There is documentation, at codex.bbpress.org. It’s a wiki, so you’re free to teach yourself how bbPress works, and contribute your knowledge upstream so others can learn from you.

    That said, what you want to do is as easy as making a bbpress.php template in the root of your theme. It will act as the wrapper for all bbPress content.

    #116460

    Files in the /extras/ folder are not actually used by bbPress’s theme compatibility, and are only there as extra root level templates for people that want to make their own themes.

    Most likely it’s using your page.php as a wrapper, and pulling in the template parts in /bbp-theme-compat/bbpress/user-…

    #116459

    That’s annoying. Replace that call with bbp_get_forum_parent_id().

    #116458

    Deactivate bbPress, and activate it again. It sounds like something is preventing roles and capabilities from working correctly. Are you using some kind of plugin to privatize your site?

    #116454
    davidkooo
    Participant

    no that helps only for forum index, other pages are with sidebar.

    documentation would be great. Because I dont know how one should understand this plugin without anything…

    Or maybe one switch in administraton, like: “Use this freaking page template for whole forums” would be great.

    #116452
    Stephen Edgar
    Keymaster

    > If asking for help, please include your WordPress version, bbPress
    > version, and a link to your site.

    A link to your site would help so we can see your setup.

    #116451
    Stephen Edgar
    Keymaster

    bbPRess will work with ‘most’ themes though it would appear that both bbPress and the ‘Origin’ theme are having conflicts with the ‘breadcrumbs’.

    Can you contact the theme author to have a look at resolving the conflict with the theme for bbPress?

    #116450
    davidkooo
    Participant

    thank you

    #116442
    Stephen Edgar
    Keymaster

    > If asking for help, please include your WordPress version, bbPress
    > version, and a link to your site.

    If you could give us a link to your site we can have a look.

Viewing 25 results - 30,451 through 30,475 (of 64,518 total)
Skip to toolbar