Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,076 through 55,100 (of 64,069 total)
  • Author
    Search Results
  • #68176
    chrishajer
    Participant

    Very nice, nice integration.

    #68026
    chrishajer
    Participant

    I didn’t catch that you were looking for a forum in your first post, only that you wanted the registration functions. If you want a forum and registration functions, then yes, bbPress will be fine.

    #68143

    In reply to: Second Page Gone!

    chrishajer
    Participant

    Looks like the whole server is gone now… Can’t bring it up at all.

    The blank screen is likely a 500 Internal Server Error, so if you have access to error logs, that will help. If not, it’s likely a syntax problem in a template file. I saw at first that you had a custom theme up there. You could try with a stock theme and see if the problem persists.

    One other thing I noticed is that the URL appeared incorrect. It looked like this:

    http://harrismarine.co.nz/bbpress/topic.php?page=2

    But the topic ID is missing in that URL. It should look more like this:

    http://harrismarine.co.nz/bbpress/topic.php?id=9&page=2

    Maybe the pagination links in your theme got messed up somehow. I wasn’t able to test any further because I can’t bring up any pages at all on your forum right now.

    #67940
    nekita
    Member

    I’m just loading certain components from my WP Blog to give bbPress the same appearance (header and footer graphics, menu etc.). However it’s not a deep integration via bb-config.php.

    I also deleted the entire modified template folder and replaced it with the original Kakumei template for testing reasons but the problem persisted.

    #68142

    In reply to: Second Page Gone!

    brad_langdon
    Member
    #68025
    irr1449
    Member

    The thing is that I’m the most interested in the forum functionality of bbPress and I don’t really care about the blog features of wordpress.

    Would you not recommend using bbPress as the backend user system and forum for my site?

    #4105
    Radium
    Member
    #66105
    amforh
    Member

    Hi everyone!

    I integrated bbPress 0.9.0.1 and the 2.6.2 version of WordPress MU.

    I have no problems, I think.

    #4103
    #67939
    Sam Bauers
    Participant

    Are you loading WordPress inside bbPress?

    #68130
    Sam Bauers
    Participant

    I’ve added the ability to do this to the development trunk. If you want to backport this to an older bbPress, you can follow the changes here:

    https://trac.bbpress.org/changeset/1786

    Then drop the function <?php bb_latest_topics_pages(); ?> wherever you want it in the front-page template to show pagination.

    motociclante
    Member

    Hello to everybody.

    I’m new to this forum. I’ve lurked several times to find solution for my problem.

    Last time was just some minutes ago:

    I was writing post in my bbpress forum when suddenly I’ve been kicked of. Have to login? Ok, maybe a timeout, but…I wasn’t sure to have set a timeout period!!!

    By the way, when I try to ling once more…nothing happens! Login page, once more, and more, and more. No other user, no way to login to forum once more.

    I’ve a WordPress installation in the root of my www server and a bbpress installation in a sub-root directory.

    WordPress and BBpress arn’t integrated ’cause I don’t need it and, most of all, I don’t want it.

    Some days ago, trying to harden my WordPress installation, I’ve installed some plugin. Once was “Login LockDown”. Now…making my mind go crazy I’ve think about all changes I made since a week.

    I’ve logged in WordPress administration, deactivated Login LockDown plugin and I’ve been able again to login in the bbpress.

    #68096
    Sam Bauers
    Participant

    The admin screen was not available until today. Try installing version 0.1.2 of bbPress Live.

    #68126
    chrishajer
    Participant

    I don’t know of anything for adding page links for the latest discussions, but there is this plugin for changing the number of items being displayed. Maybe that will help?

    https://bbpress.org/plugins/topic/front-page-topics/page/2/

    #68095
    chrishajer
    Participant

    Just posting this here for anyone who might not know about this WordPress plugin:

    https://wordpress.org/extend/plugins/bbpress-live/

    After you installed it, do you have the option to activate it in the WordPress plugins screen? Or that is OK, but you can’t configure it?

    #68124

    In reply to: WordPress Admin Panel

    shock425
    Member

    Is there a way to roll-back to 2.5 or uninstall bbpress to fix this problem.

    #4099
    shock425
    Member

    I installed bbpress on my site which uses wp 2.6 no one warned me. it installed and everything looks fine on the outside but the admin panel for wordpress is messed up. its saying

    Warning: include() [function.include]: Failed opening ‘/home/mobir/public_html/wp-content/themes/div_dark_house/’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/mobir/public_html/wp-content/plugins/themed-logreg/themed-logreg.php on line 732

    #4098
    lstelie
    Member

    Hello,

    My setting :

    – WP 2.6.2

    – BBPress 1.0 alpha 1 (1780)

    BBpress Live (WP Plug in to fecth BBpress last discussions and forums) is supposed to have a seting in the plug in section of WP.

    In my case nothing appear , no settings item

    Any idea ?

    Luc

    #68037
    qlister
    Member

    Hi Chrishajer, thanks so much for your help, i had previously written mod rewrite in my bbpress config file and that had caused the unclickable links.

    So i removed that line and turned off permalinks in the admin which helped.

    however whichever method i tried at configuring permalinks at the link as provided, caused internal server error, are there any other way i should go about? Or is it due to the incompatibility between wordpress 2.6 and bbpress 0.9.0.2?

    #68091
    chrishajer
    Participant

    Those version are not compatible for logins. Please read this sticky:

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #4097
    epiphone
    Member

    Im going to intergrate my WordPress Theme into my bbPress forum, so I need to make sure that functions like Header and Sidebar can be used in bbPress. So I’ve been reading up and found out that you need to place this code in the bb-config.php:

    require_once(‘path/to/wp-blog-header.php’);

    However when I place the code. I suddenly can’t log into the bbPress forum anymore. When I click login nothing happens the page will load but not display links like Username –> Admin —> Log out just the normal page as if a guest was browsing the forum.

    I am placing the code below the first <php line? Am I doing something wrong?

    Additional Info:

    WordPress Version: 2.6.2

    bbPress Version: 0.9.2

    #68088
    epiphone
    Member

    OKay thanks for your reply.

    I shall have a look around.

    #68087
    chrishajer
    Participant

    Do users have to log in at the blog and the forum separately, or are the logged into both simultaneously? I didn’t think that 0.9.0.2 and 2.6.2 were cookie compatible, for logins.

    To do what you’re describing, you need to design a theme for bbPress that matches your WordPress theme. Short of doing that, you can include WordPress inside bbPress to have access to WordPress functions (like get_sidebar, get_header, get_footer.)

    You can also browse the tag integration to see how other people have approached the problem.

    #4096
    epiphone
    Member

    Recently I have installed bbPress 0.9.2 and intergrated it with my WordPress blog (Version 2.6.2) the intergration has been a success and all users registered to the blog also have access to the forum without re-creating a user.

    Anyway, now im interested in intergrating my bbPress forum within my blogs layout (E.g on a page called forum there would simply be my usual blog layout and then the forum appearing within the content area of my blog but I don’t have any idea how to do this. For a visual reference here is a example of what I want to achieve:

    http://www.f1fanatic.co.uk/forum/

    Does anyone know the process of how to this and how it can be done?

    Thanks!

    James

    #68086
    chrishajer
    Participant

    I don’t know of anything like that specifically. But there is an LDAP plugin that you could probably look at to get some ideas for how to use an alternate authentication and go from there:

    https://bbpress.org/plugins/topic/ldap-authentication/#post-54

Viewing 25 results - 55,076 through 55,100 (of 64,069 total)
Skip to toolbar