Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,551 through 59,575 (of 64,450 total)
  • Author
    Search Results
  • #61104
    Sam Bauers
    Participant

    Assuming you are actually talking about bbPress, the best solution I can think of is to make your cookies expire a long time in the future. Then you just need to login once for each user as long as the cookie is there. Anonymous posting doesn’t sound like a solution as you probably still want to know who owns which messages.

    To set the cookies to expire after ten years, save this to a file called “_loginExpiry.php” in my-plugins:

    <?php
    function bb_login($login, $password) {
    if ( $user = bb_check_login( $login, $password ) ) {
    bb_cookie( bb_get_option( 'usercookie' ), $user->user_login, strtotime("+10 years") );
    bb_cookie( bb_get_option( 'passcookie' ), md5( $user->user_pass ), strtotime("+10 years") );
    do_action('bb_user_login', (int) $user->ID );
    }

    return $user;
    }
    ?>

    #61107
    petitpoulain
    Member

    the right links

    http://www.chrismise.com/blog

    http://www.chrismise.com/blog/bbpress

    Now i cant login to my blog too(but i solved changing the pass thought phpmyadmin o_O)

    :( . Must have done something wrong.

    $bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
    $bb->wp_home = 'http://www.chrismise.com/blog'; // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com'
    $bb->wp_siteurl = 'http://www.chrismise.com/blog'; // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com'

    /* Stop editing */

    $bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
    $bb->cookiedomain = 'http://www.chrismise.com';
    $bb->cookiepath = '/blog/';

    #61106
    Trent Adams
    Member

    Tell us about the install….what is your wp URL and bbPress URL? What do you have for the integration portion of your config.php?

    Trent

    #2502
    #61105
    Trent Adams
    Member

    Start off by editing config.php to see your wp installation and see if that works. It sometimes just does! Let us know if the cookies still don’t work after doing that!

    Trent

    #61101
    _ck_
    Participant

    What if someone within the company wants to pretend to be someone else and insult the manager on the forum? How would you authenticate who is who on the forum?

    In any case what you probably want is the anonymous posting ability which I think a few people have tried hacking into bbPress with various success.

    #57814
    Omegacool
    Member

    The new site to download the theme is carpinteriamx.com

    #2501
    Randy Walker
    Participant

    Hello,

    WordPress lets you install wordpress like so:

    WordPress @ http://example.com/wordpress/

    but maintain your blog at http://example.com/blog/

    Currently, I have my bbpress like so: http://example.com/wordpress/bbpress/ so that I don’t have to worry about cookie issues… but I would like the forums to be accessible at http://example.com/forums/

    How can I do this? :) Thanks

    #60616
    Trent Adams
    Member

    The first and easiest is integrating the user base so that if you are logged into one, you are created and logged into the other! What are you hoping to find out and accomplish with integration?

    Trent

    #61100
    Trent Adams
    Member

    That is so true! Thanks for pointing that out! I even wrote a blog post to remind others! Thanks _ck_!

    Trent

    #58131

    In reply to: bbSync

    fel64
    Member

    Yeah, sorry for the delay. I think I fixed stuff last night – at least my error messages are gone – so I’ll upload a new version.

    Here we go, use the download link at the very bottom to get it (or use the normal plugin page, once it’s updated).

    hrivard
    Member

    Hello,

    I need to make a special CD-version of some site that relies on bbPress (the rest is static).

    Those snapshots have to be placed onto CDs (or DVD-ROMSs or usb keys, it’s to be decided)

    so that http server and bbPress start directly off that read-only media. Web server with bbPress and DB server have to start off CD (or DVD) once CDROM is inserted into computer on Win and MacOS X. It seems that this special web server can be used for such task:

    dvd web server

    Have anybody done smth simliar with bbPress and CDROMs?

    #2498
    _ck_
    Participant

    Did you know bbPress is officially one year old today?

    Although it was in development since 2004,

    the first public official release of bbPress was

    on Saturday October 14th, 2006

    (version 0.7.2, nickname”bix”)

    You’ve come a long way baby! Many happy returns…

    #61086
    chrishajer
    Participant

    Broken for me: http://forum.novice2expert.com/forum/1

    That one particular link dies, but everything else under /forum seems to work just fine. Where did that particular link come from? Aside from that not working, everything *seems* to be OK.

    It looks like maybe forum 1 was deleted and forum 2 is what you want now?

    http://forum.novice2expert.com/forum/2 redirects to http://forum.novice2expert.com/forum/general-discussion

    2. http://forum.novice2expert.com/forum/general-discussion

    3. http://forum.novice2expert.com/forum/feedback-and-suggestions

    4. http://forum.novice2expert.com/forum/windows-vista

    5. http://forum.novice2expert.com/forum/windows-xp

    Looks like 1 is just gone now. Where did you get the link? Looks like before slug based permalinks were enabled as well.

    #60615
    Lifeischoice
    Participant

    I have been looking for how bbpress.org site integrates bbpress and wordpress? so far no luck…any help will be super….

    #61085
    fel64
    Member

    worksforme

    #2494
    stevepowell
    Member

    Hi guys,

    I have no idea what caused this; I haven’t changed a thing since the last time I accessed my bbPress forum.

    The link to my forum can be accessed here: N2E Forum. And the problem is that whenever I attempt to access any URL whatsoever I am presented with a rather unpleasant bbPress error message stating “Forum not found” (example) .

    Like I say, I haven’t changed a single thing and am absolutely baffled. I had a go at fixing this myself but this is totally beyond me.

    Please let me know if you need any details at all. I appreciate any and all help.

    Kind regards,

    Steve

    #60098

    In reply to: top 100 bbPress sites

    _ck_
    Participant

    Scrivs, could you tell me where to track your stats?

    I can’t seem to find them.

    You’re in the top1000 but I have no way of quantifying you otherwise. You can email me directly at bbpress.showcase -=at=- gmail.com if there is a private page/data I can use.

    #61099
    Trent Adams
    Member

    The plugin you uploaded to /my-plugins/ is really only the one for WordPress! Akismet is built into bbPress is activated by you putting your Akismet API key into your config.php. If you edit that file, you will see the space to put it in! You can remove the plugin as you need not upload or install anything else….just edit config.php

    Trent

    #60614
    howtogeek
    Member

    Combined profiles don’t work, but at least it uses the user database just as it should.

    It also syncs the cookies if you do it right, so single sign on works too.

    #60613
    Trent Adams
    Member

    Nothing jumps out at me, but there are ‘gravatar’ and ‘mybloglog’ plugins that use more ‘global’ avatars versus and internal system. As for profiles, there isn’t anything to use a combined profile, that I know of….

    Trent

    #60097

    In reply to: top 100 bbPress sites

    scrivs
    Member

    9rules Notes and 9rules Clips run on the same bbpress and I’d like to think we are pretty big with over 90k replies and 12k+ members.

    #2496

    Topic: 9rules.com

    in forum Showcase
    scrivs
    Member

    Hey everyone! We just re-launched this past Tuesday and we like to show the bbpress community what we were able to do by using bbpress as a basis.

    • 9rules Notes This is what we started with a year ago and was basically a bbpress install with a pretty interface on top.
    • my.9rules Then this past February we built in more elaborate profiles to make it more of a social network.
    • my.9r Store We went a step further and now allow the slight customization of your profiles.
    • 9rules Clips Uses the same tables as the Notes bbpress install, it’s our version of Social Bookmarking/Social News.
    • We also created specialized areas (forums) called Cliques. An example can be seen here.

    All of this on top of a bbpress install and lots of hardwork. We love bbpress and many thanks to the developers for creating a kickass tool.

    #61087

    In reply to: about the license

    Sam Bauers
    Participant

    bbPress is released under the GPL v.2

    Unless you plan to redistribute (i.e. give away or sell) your modified code, you are under no obligation to release your modified source code.

    #2495
    pacino
    Member

    What’s the license that bbpress is using? GPL?

    And, I am wondering whether it is possible to use bbpress (with some modification) in a commercial website and open source only the modified bbpress (that is, the rest of the website will not be open sourced)?

    Thanks

Viewing 25 results - 59,551 through 59,575 (of 64,450 total)
Skip to toolbar