Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 64,326 through 64,350 (of 64,454 total)
  • Author
    Search Results
  • #49927

    In reply to: En español

    cmcraft
    Member

    Si yo entiendo bien, y recien estoy explorando bbpress mas y mas, que phpbb tiene diferentes capacidaded. bbpress me parece mas rapido pero no tiene algunas cosas que un foro bien grande debe tener, como la capacadid suscribir a un thread por email. No se, pero si my pagina era casi todo foro, yo usaria algo como phpbb o invasion, etc.

    #49852
    cmcraft
    Member

    Ok, now I am beginning to understand. I assume from looking around that I need to add that code (such as ‘<?php get_header(); ?>’) into the bbpress/index.php file.

    Naturally bbpress won’t know to look in the /blog/ folder (bbpress is in the /blog/bbpress/ folder) so how do I set the path?

    Would that be another require( etc code?

    Thanks for all the help, I am learning so much!

    #50074

    In reply to: wpmu bbpress issues

    cmcraft
    Member

    Are you lacking a trailing slash for wp-config.php?

    You may also try without the .. that worked for me.

    #726
    lstelie
    Member

    Hello,

    I’ve read the topics on this subject on the support pages, but they are about integrating the databases.

    I have a WP weblog without user registration (I pubish, they read and comment, I validate)

    I’d like to add to my site bbpress as some kind of support forum, so I’d like to intégrate it form a design point of view not from a database point of view (in fact I’d like to display bbpress inside WP, like a wp page or something like that).

    Is there somewhere a tutorial bout that ?

    Thanks in advance

    Luc

    #725
    Atsutane
    Member

    The only way available right now is to load wordpress into bbpress. I like to load some bbpress function into wordpress.

    Anyone know how to do it?

    #49982
    spencerp
    Member

    You might want to follow this thread maybe? ;)

    https://bbpress.org/forums/topic/3?replies=6

    spencerp

    #723
    mozey
    Member

    my wpmu is conviced that

    mydomain.com/forums is someone who wants to register with my domain. I added forums in the site admin -> options -> exclude the following names. However, this is only causing this message:

    Warning: Cannot modify header information – headers already sent by (output started at /Users/mynick/Sites/wp-content/themes/home/header.php:5) in /Users/mynick/Sites/wp-signup.php on line 347

    anyidea anyone!?!?!?

    They were working fine up until i added

    require_once(“../wp-config.php”)

    #722
    ear1grey
    Member

    I’ve modified my Google Analytics Plugin for WordPress and it appears to be working in BBPress (albeit without the UI for configuring the “uastring”).

    Testers welcome; get it here…

    #49975

    This sounds like: https://bbpress.org/forums/topic/52

    After you try to login, does it still display the login form or does it instead show you the profile, admin, and logout links?

    #49851
    #50060

    In future versions of bbPress, you will be able to do this with a short plugin.

    As for the [Closed] issue, you can solve that be removing the filter and adding your own (or using custom templates).

    remove_filter('topic_title', 'closed_title', 30);

    #49974
    larmir
    Member

    Found my solution here….

    https://bbpress.org/forums/topic/17?replies=26

    Thanks astereo:

    Solved my problem. It was coming from

    #

    $bb->wp_table_prefix = false; // ‘wp_’; // WordPress table prefix.

    #

    $bb->wp_home = false; // WordPress – Options->General: Blog address (URL) // No trailing slash

    #

    $bb->wp_siteurl = false; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    I had set the urls only to domain.com/directory, when I added the http and www it worked fine.

    #708
    larmir
    Member

    I’m digging the idea of bb inside wordpress. thanks

    installed bb following integration with wordpress. installed fine. however, none of my logins work for bbpress. if i try to write a post, i’m asked to login. i do so, and the login doesn’t allow me to post or comment on threads. nor can i get into the admin area.

    i know the login is correct because when i use a false login, i get an error message – which doesn’t happen when i use the correct login. all that happens when i login with the correct info is i end up being told i need to login again. it’s as though i’m stuck in some loop.

    not sure what to do next. any help?

    #49850
    cmcraft
    Member

    ok, can you tell me how?

    #49849

    cmcraft, you need to call WordPress’ template functions yourself. bbPress doesn’t do that for you.

    #49981
    marky
    Member

    Not yet, from what I can gather. But hopefully someone will work on an importer script soon.

    #717

    Topic: Can’t Login…

    in forum Installation
    dawudm
    Member

    Integrated WordPress with bbPress. I’ve added the integration plugins. But can’t get logins to work in bbPress.

    I pre-registered a few new users in WordPress. Can login fine in WP. But I can’t even seem to login as admin in bbPress even to write/comment on a post – regardless of admin or other users. Can see an admin screen, but not allowed to do anything there without login – which I can’t do.

    No error message comes up. I login, checks the database and returns to the screen. Doesn’t matter which login link I’m using in bbPress, I can’t create/edit a thread, nor can I gain admin access.

    Any ideas?

    #50029
    dawudm
    Member

    I just changed wp_home & wp_siteurl from http:// to www, ran install again – and got same error.

    I’m also using require_once (‘..wp_config.php’). When I comment it, I get this error:

    Fatal error: Call to undefined function: __() in [PATH]/bbpress/bb-includes/capabilities.php on line 27

    I’ve got to be missing something simple. Just don’t know what.

    #50028
    dawudm
    Member

    A little more detail…

    I’ve installed bbPress in a folder inside WordPress (I want to integrate them). I’ve followed the instructions for integration. I think everything’s right – but, obviously not if it’s not working.

    I love WordPress and was stoked to hear about bbPress. So any help getting this started would be greatly appreciated.

    #715
    dawudm
    Member

    I’m getting this error…

    Parse error: syntax error, unexpected T_STRING in [PATH]/bbpress/config.php on line 57

    my config file says to stop editing at this line. Why am I getting this error and how can I fix it?

    #49744

    In reply to: Keep bbPress Light

    ear1grey
    Member

    /me thinks aloud

    Just the one set. A basic plugin-management-plugin should be auto-activated when no other plugin-management-plugin is available.

    This would need an extra entry in the plugin remarks such as “Plugin-Type: Plugin Manger” so that at least one such plugin is always enabled.

    That way the default behaviour could be replaced (as requested earlier), keeping UI clutter down.

    Perhaps “Plugin-Type” should read “Plugin-Tags” and thus categories could be achieved.

    #49848
    cmcraft
    Member

    Ok so I got it to work without error, but it still does not load my blog site on top of the forum. Maybe I misunderstood, I need more than just username and password integration. I need it to show my blog.

    #710
    ear1grey
    Member

    Has anyone considered what might be required to migrate existing WordPress comments into BBPress?

    I’m imagining a script that would examine the comments DB, move comments storing them in an article-specific topic (which might be easier if themes could be nested, like categories), tagging them with their previous article’s categories.

    One nicety: perhaps each former comment URL could be added to htaccess, redirecting to it’s new location.

    #49833

    In reply to: Comments in WordPress

    haasim
    Member

    Hey, I was checking out this board so I could suggest this very idea.

    I have some easy style postings on my blog with over 100 comments… that makes for one very long page.

    I would love to see a feature that takes WP postings up to the <! –more–> tag and automatically generates a BBpress posting that is tied into the blog comment system.

    #709
    erikcw
    Member

    Hi all,

    Is there an easy way to import a phpBB forum into bbPress?

    Thanks!

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