Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,151 through 57,175 (of 64,429 total)
  • Author
    Search Results
  • #65059
    Mufasa
    Member

    Can somebody set that spammer on fire? Please!!! Seriously hot sticky napalm would be just fine…

    Nobody can login to our site at all – including Admin.

    We will probably hack it to work – but I think we should all vote for bbPress [shortcodes] and widgets.

    1) [bbPress]

    2) bbPress widgets

    Hail bbPress [shortcodes] and widgets ;)

    #61425
    kineda
    Member
    #64592
    mikeyc
    Member

    Hi, I’ve just upgraded bbpress to 0.9.0.2 and I cannot log in at all. BBpress tells me the user name doesn’t exist.

    The installation process asked me if I really wanted to run the upgrade script and I said yes.

    Previous to the upgrade, I had BBpress integrated with WP.

    I’ve checked the secret keys match in both config files.

    I’ve tried javalizard’s cookie fix.

    But still no joy.

    Any hints gratefully received.

    #64668
    seryi
    Member

    The same happened to me after upgrading my wordpress to V.2.5.1

    The problem is that auth mechanism in wordpress (based on cookies) has changed and no more compatible with the bbPress’ one. I believe that the next bbPress release will fix it. However now there is only one way to solve the problem – to edit some piece of code(only few lines). This is the instruction:

    1) open your bbpress_dir/bb-includes/pluggable.php

    2) find function wp_validate_auth_cookie

    3) inside this function change next 2 lines of code

    $key = wp_hash($username . $expiration);

    $hash = hash_hmac(‘md5’, $username . $expiration, $key);

    to

    $key = wp_hash($username . ‘|’ . $expiration);

    $hash = hash_hmac(‘md5’, $username . ‘|’ . $expiration, $key);

    4) find function wp_generate_auth_cookie

    5) inside this function change next 2 lines of code

    $key = wp_hash($user->user_login . $expiration);

    $hash = hash_hmac(‘md5’, $user->user_login . $expiration, $key);

    to

    $key = wp_hash($user->user_login . ‘|’ . $expiration);

    $hash = hash_hmac(‘md5’, $user->user_login . ‘|’ . $expiration, $key);

    That’s all!

    NOTE! It’s only actual for wordpress 2.5.1 with bbpress 0.9.0.1

    #64960
    seryi
    Member

    The same happened to me after upgrading my wordpress to V.2.5.1

    The problem is that auth mechanism in wordpress (based on cookies) has changed and no more compatible with the bbPress’ one. I believe that the next bbPress release will fix it. However now there is only one way to solve the problem – to edit some piece of code(only few lines). This is the instruction:

    1) open your bbpress_dir/bb-includes/pluggable.php

    2) find function wp_validate_auth_cookie

    3) inside this function change next 2 lines of code

    $key = wp_hash($username . $expiration);

    $hash = hash_hmac(‘md5’, $username . $expiration, $key);

    to

    $key = wp_hash($username . ‘|’ . $expiration);

    $hash = hash_hmac(‘md5’, $username . ‘|’ . $expiration, $key);

    4) find function wp_generate_auth_cookie

    5) inside this function change next 2 lines of code

    $key = wp_hash($user->user_login . $expiration);

    $hash = hash_hmac(‘md5’, $user->user_login . $expiration, $key);

    to

    $key = wp_hash($user->user_login . ‘|’ . $expiration);

    $hash = hash_hmac(‘md5’, $user->user_login . ‘|’ . $expiration, $key);

    That’s all!

    NOTE! It’s only actual for wordpress 2.5.1 with bbpress 0.9.0.1

    #65055

    In reply to: Only admin can login?

    jldean
    Member

    I think I’ve fixed it – fully ‘integrated’ bbpress and wp for cookie sharing AND user database. Now it’s using the wp tables for user data, and is giving out the correct cookie… and all users can login :)

    #59183

    In reply to: plugin: Markdown

    Hi all,

    I just successfully got Michel Fortin’s Markdown to work in bbPress… I’ve submitted it as a plugin here on bbPress.org, but as that page isn’t updating for some reason, you can download it from the WordPress.org page.

    Enjoy, and of course let me know if you have any problems with it.

    mitcho

    #65082

    In reply to: bbPress.com

    Sam Bauers
    Participant

    TalkPress is the name of the project to build a hosted version of bbPress. It is currently in development aiming for an initial beta release.

    talkpress.com in it’s current state was funny back in January. It will probably change soon.

    #64287
    marians
    Member

    On Multiviews: Never heard of it until I first installed bbPress. If mof_rewrite would work out of the box (i.e.: if bbPress would create the file or dump the necessary content) I wouldn’t need MultiViews.

    Here is one aspect I’d like to through in: URL Customization/Localization.

    When localizing URLs, it’s very easy to do this via editing of mod_rewrite rules. All my bbPress installations are in german language, thus I want german URLs.

    When changing the wording in URLs, e.g. from “forum” to “board” or “topic” to “idea” etc., same thing – just edit the rewrite rules.

    How easy would it be to customize URLs with MultiViews in effect? Without having looked into the implementation, I would guess that it requires code changes.

    If URL customization is easier in mod_rewrite, please drop MultiViews. Otherwise, please document how URL customization can be done using MultiViews.

    #65058
    jldean
    Member

    Exactly the same problem here – posted yesterday.

    It is odd that admin can still login though…? Do you find the same?

    #65053

    In reply to: Only admin can login?

    chrishajer
    Participant

    Someone just posted this:

    https://bbpress.org/forums/topic/wordpress-theme-integration#post-16362

    Sounds like the same problem?

    mrhoratio
    Member
    #65056
    Mufasa
    Member

    Ya know what…

    What would solve all these problems would be shortcodes.

    If I could just create a page and add a shortcode:

    [bbPress] then all our problems would just go away.

    Then if you wanted to get the bbPress “search” and “hot tags” to show in your sidebar you can just add the bbPress widgets and they would in theory just work.

    I guess that means my request is:

    1) Add a bbPress [forum] shortcode for wordpress

    2) Release some bbPress widgets for the wordpress sidebar

    #3399

    Topic: Kineda.com

    in forum Showcase
    kineda
    Member

    Wanted to share with you the new Kineda community built using WordPress and bbPress as the foundation.

    Kineda is now part blog, part lookbook thanks to this dynamic pairing of software. The blog at http://www.kineda.com still offers our comprehensive fashion and lifestyle blog features, while the lookbook at http://www.kineda.com/lookbook offers a rare glimpse at what our half a million readers are wearing right this moment.

    All of this built on top of WordPress and bbPress with lots of hardwork and many late nights.

    Kineda Blog – http://www.kineda.com

    Kineda Lookbook – http://www.kineda.com/lookbook

    Would love to hear your feedback!

    #3389
    Mufasa
    Member

    In previous versions to get your wp header into your bbPress theme you needed to include the wp-blog-header.php in the config file.

    Doing this now breaks logging in to the bbPress site. No error messages – it just does not login.

    We want the forums to be here:

    http://www.instinct.co.nz/e-commerce/support-forums/

    Not looking like this:

    http://instinct.co.nz/forums/

    There must be as easy way to do this. I must say I thought it would get easier as new versions were released – not harder ;P

    Ciao,

    Dan

    #65090
    gerikg
    Member
    #64966
    kostya
    Member

    You’re not alone!

    I just upgraded my site to mu1.5.1 and bbpress to the latest release and now cookies wont work. I’ve tried everything, all the ways listed here and on other sites and no luck.

    Its probably because wp2.5 changed cookie styles so the old way doesnt work anymore. I know because I tried my old config and it didnt do anything.

    #3398

    Topic: bb anonymous posting

    in forum Plugins
    so1o
    Participant

    http://bbpress.org/plugins/topic/bb-anonymous-posting/

    finally i got around to creating this.. plug and play.. let me know how it goes.

    here is my forum for support

    http://www.adityanaik.com/forums/

    elorgwhee
    Member

    Hello!

    I searched through the forums and wasn’t able to find anything quite like what I’m getting, so I figured I’d post.

    I just did a fresh install of the latest versions of wordpress and bbpress over the past few days. I installed and tested several plugins for wordpress and started doing some minor css updates, and exported/imported my blog posts from my old server to the new server – but haven’t done much with bbpress except to integrate with wordpress.

    I have PHP 5.2.5, MySQL 4.1.22, and Linux on a shared server. Everything’s on the same domain (well, an IP address until I get things situated on my new server) and there are no subdomains involved. WordPress uses the root www folder, and bbress uses www/forum/. WordPress and bbpress have separate databases, but all the secret keys, etc. are all setup to match and everything is configured per the install instructions.

    It took several attempts to get bbpress installed because it was giving me an database error at the last step stating that I may need to do a fresh install – even though it *was* a fresh install. After several attempts, I decided to try it without the wordpress integration, and that seemed to do the trick. I had assumed that everything was ok after that and it was just a minor hiccup during the installation…?

    All that said…

    – Login/logout works for each user so far.

    – Registration works.

    – When I’m signed in as “Admin” I can get to the Admin panel.

    However:

    – when I try to view the “Admin” account profile, I get a wordpress 404 at www/forum/profile/admin.

    – Clicking on any topics or forums (I believe I created them before the integration?) even a view of topics with no replies I get the same 404.

    – On the other hand, when logged in as my other user account “elorg” and trying to view that account’s profile page, it redirects me to a wordpress blog entry… that happens to have “elorg” as the first few characters in the subject…?

    – And… When creating a new thread titled “test” as my “Admin” account – I was able to post it, but was redirected to… a wordpress entry who’s subject starts with “test” as the first few characters…? That can’t be a coincidence, right? So…

    – I logged in as my “elorg” account for good measure, and created a new thread with a one word subject that I know I have a blog post

    – When going back to the forum and attempting to open any of the new threads, it forwards me to the same journal entries as it did when I tried to create the threads.

    Any ideas? At this point, I might just try to start from scratch and see what happens…

    #65081

    In reply to: bbPress.com

    guymed
    Member

    Wait, its called:

    phpBB: OMGPonyBBQs!:

    OMGOMGOMGOMGOMGOMG!!!!!1

    xD, again. When they gonna make actuall talkpress?.. :(

    #65080

    In reply to: bbPress.com

    guymed
    Member

    Again, hes making a forum with it!! called PONYawesomeBBQs!!

    WHY?… xD

    #65079

    In reply to: bbPress.com

    guymed
    Member

    Quote:

    Er, that’s TalkPress and I’d guess that it’s not going to be out until either very late this year or early next.

    Matt owns the domain but is doing something incredibly unprofessional with it for some reason I can’t fathom.

    My response:

    I saw talkpress.com, not good. xD

    When will talkpress.com be up and ready to make forums?

    Is it talkpress.org? A forum, about forums. Why? Where? talkpress.com

    BYE

    ~Guymed-

    Rhys Wynne
    Participant

    Hiya :)

    I’m basically thinking out loud, and felt this was the best forum to post in.

    I was browsing through _ck_’s top 100 bbpress forum (well, the first one at least http://www.greedyorneedy.com/), and had a look at the site’s forum and member profiles such as this:-

    http://www.greedyorneedy.com/users/view/id/7412

    They look brilliant – facebook esque, and would love to implement something similar to my site (well one of my ideas anyway)

    What I suspect is that it is a WordPress/Wordpress MU plugin, but still if anybody has any ideas to how they achived this, I would love to hear them :)

    #64800
    elorgwhee
    Member

    I received a very similar error (something about the database and needing to try to reinstall) when trying a fresh install and integrating wordpress at the same time. I retried it a few times – each time it would fail, and if I tried to access the forum location it would bring me to the installation script again.

    Eventually I went through the installation without integrating wordpress and I that’s what ultimately worked. I then went through the wordpress integration after the install.

    Latest wordpress & bbpress, on Linux, PHP 5.2.5, MySQL 4.1.22.

    #65052

    In reply to: Only admin can login?

    jldean
    Member

    Ok I switched the theme back to standard, but still have the problem. None of the extra javascript is being loaded with this theme either, so it rules that out.

    My bbpress is installed in my wordpress folder (in ‘forum’ subdirectory), but I haven’t configured anything in bbpress admin – settings – wordpress integration… I didn’t think it was necessary as wordpress only needs one admin user. Could this be the problem?

    I should add that my bbpress config.php is using require_once to call in wp-blog-header.php. This lets bbpress load the wordpress functions so I can use the wordpress header/footer in my theme. Perhaps this is causing a conflicting cookie or something?

    It just seems weird that bbpress lets me login as admin no problem?!

    Thanks

Viewing 25 results - 57,151 through 57,175 (of 64,429 total)
Skip to toolbar