Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 22,976 through 23,000 (of 26,834 total)
  • Author
    Search Results
  • #67939
    Sam Bauers
    Participant

    Are you loading WordPress inside bbPress?

    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.

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

    #68125

    In reply to: WordPress Admin Panel

    chrishajer
    Participant

    Looks like the WordPress plugin “Themed Login Register” is causing you trouble. That is giving an error that it can’t find a WordPress theme (div_dark_house). Fix that first by disabling the plugin.

    #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

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

    #68092
    epiphone
    Member

    Never mind just upgraded to the Unstable 1.0 Alpha version, much more WordPress 2.6 friendly!

    #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

    #4095
    wideit
    Member

    Hello,

    I have a WordPress installation with BBpress and I would like to use an external WordPress Authentication to use username and password from another Mysql DB.

    Do you know any easy way to do it that will be compatible with bbPress???

    Thanks!

    James

    #67248

    In reply to: about sessions

    chrishajer
    Participant

    To have access to bbPress functions from WordPress, you need to include bbPress inside WordPress. Then you can put that link wherever you want using bbPress functions. Read here:

    http://www.adityanaik.com/integratepress-part-i/

    Find bb-load.php in that page.

    #68036
    chrishajer
    Participant

    So long as it’s in a separate folder from WordPress, you should be fine. You don’t want them in the same folder.

    Try turning off permalinks in the admin. My guess is they’re not supported in your current configuration. If that works, and you can view everything, then you just need to configure permalinks.

    https://bbpress.org/documentation/faq/#pretty-permalinks

    #67247

    In reply to: about sessions

    meitershaker
    Member

    but how to display the admin menu (admin link) in the header of my wordpress, when i’m connected to bbpress?

    thanks :)

    #68035
    qlister
    Member

    hi chrishajer, thanks for your reply, the link to my forum is forum.q-list.net

    I didn’t put it in a sub-folder of wordpress, because this is a sub-domain, i put it in its own folder called forum

    #68024
    chrishajer
    Participant

    I think the WordPress user registration functions are more mature than bbPress. Maybe you could use that somehow?

    #68045
    chrishajer
    Participant

    Someone else using that theme had and resolved the same problem:

    https://bbpress.org/forums/topic/demo-site-wordpress-integrations-problem

    #68041
    chrishajer
    Participant

    I think this is the fourth time I’ve heard about this now. I have no idea what’s causing it. I think we need a new tag for it.

    https://bbpress.org/forums/topic/bbpress-10-alpha/page/2#post-19153

    https://bbpress.org/forums/topic/cant-log-in-after-installation#post-19550

    Do you have access to server logs? Maybe something is being logged there.

    With a password failure, you should get the “Wrong Password” screen. But that’s not happening. It’s almost like the password is good but for some reason, it still thinks you didn’t log in.

    I tried from the failed password screen, the “you must log in to post” screen and even a different browser. I can’t seem to get it to work. Maybe there will be something logged several times from all my attempts (my IP right now is 75.22.31.202). I even tried a password reset and I couldn’t log in with the new password either.

    This is integrated with WordPress? What version for both packages?

    And, in your case, since this was sudden, what could possibly have changed that caused this? New software for bbPress or WordPress, or possibly something got updated on the server?

    #4085
    leoleoleo
    Member

    In send message form. I want to display the WordPress Display name not the login user name. How to do this?

    #67917
    enrige
    Member

    What’s version WP-MU compatible with bbpress 0.9?

    I used version 1.5.1, but still does not work. View link:

    https://trac.mu.wordpress.org/browser/tags

    Thanks

    #68034
    chrishajer
    Participant

    Can you post a link to your forum?

    Also, WordPress 2.6 won’t integrate well with bbPress 0.9.0.2. The logins won’t work on both the blog and the forum at the same time. But that’s not why you have this problem.

    What directory structure did you use to install the forum? Is it in a sub-folder of the WordPress folder?

Viewing 25 results - 22,976 through 23,000 (of 26,834 total)
Skip to toolbar