Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,501 through 44,525 (of 64,487 total)
  • Author
    Search Results
  • #85556
    johnhiler
    Member

    Does your client have funds to hire someone to upgrade the plugin?

    That’s probably his or her best best… it probably wouldn’t be that expensive either.

    #85555
    plinth
    Member

    I am seriously bamboozled as to why this hasn’t been developed into a functioning, up to date plugin for versions 1.x+

    For some people/organisations it’s imperative that comments on the forum are moderated before they go live. In some situations this smacks of censorship, but for my client it’s vital that only approved comments are posted.

    Can some bright spark PLEASE build on the seemingly ideal bb-moderation-hold plugin?

    #87132
    jakshi
    Member

    I created my wp-config.php and bb-config.php with examples from wp-config-sample.php and bb-config-sample.php .

    After every upgrade I check for changes in wp-config-sample.php and bb-config-sample.php .

    So, as I understand, AUTH_SALT and others *_SALT don’t needed anymore.

    #87422

    My email – ashishsainiashfameatgmaildotcom

    #34088
    kikko088
    Member

    hi at all, i want to integrate bbpress and wordpress, i put “require_once(dirname(__FILE__) . ‘/../wp-load.php’);” in my bb-config.php but the retrn is a blank page, bbpress is in a folder inside wp folder.

    where is the problem?

    thank at all

    kikko088

    frooyo
    Member

    @psycheangels

    My email is: my_bbpress_username [at] yahoo dot com

    #34126

    Topic: Public Forum

    in forum Troubleshooting
    #87087

    In reply to: Compatibility ….

    zaerl
    Participant

    and btw , signatures aint workin in 1.0.2

    bbpress-signatures does work for me in three different 1.0.2 installations.

    #34124
    minervaa
    Participant

    Hi All,

    Is anyone up for some small customisation work for bbPress and WP Hybrid themes?

    Some tasks are

    WP Hybrid:

    – Customising the font colour, header etc

    – Inserting social media table on sidebar (Facebook and Twitter updates) and few other staff.

    More details will be shared once you contact me.

    You will get 100% support i.e. I will tell you exactly what you need to do, you don’t need to spend any times for brainstorming, that means you will just follow my instruction using your technical skills/knowledge . Bear in mind that depending on this task we have more other jobs available. Also please remember we need to have this job done asap.

    If anyone interested please leave a reply on forum with your email address or email me at minervainuk@gmail.com quoting how much would you like to charge.

    Thanks

    #87085

    In reply to: Compatibility ….

    zaerl
    Participant

    can someone convert them for money/free ?

    For free? I don’t think so (a mere fork is always a bad choice). For money? Maybe. But please notice that nearly every bbPress plugin out there is licensed under the GPLv2 and derivated works must be in GPLv2 too.

    #87084

    In reply to: Compatibility ….

    EvilGeek,

    With all due respect, what basic features we had working in 0.9 still work in 1.0. bbPress 1.0 didn’t take-away/change any of the basic features in the core; if anything it added to them slightly. Yes ther are basic forum features that bbPress doesn’t have, but then it’s never had them.

    I doubt anyone will convert the plugins you need for free because 1) if they wanted to they would have done so already, 2) you’ve only been part of the project for 1 week and 3) You didn’t say please (manners count for alot)!

    You could pay for someone to convert them for you, but that would be a separate request, and would be time consuming (and possibly/probably expensive).

    Also, please don’t bump your thread, especially as you bumped it 2 minutes after you last posted, thats just stooopid – this forum aint that busy ;)

    And finally, its not for me to be anyone else’s moral voice, but man, thats a poor assed website; with the sole purpose of sending spam email.

    #87131
    Anonymous User
    Inactive

    Hi together,

    in my working integration between WordPress and bbPress I’ve the following cookie keys matched:

    WordPress:

    define(‘AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘SECURE_AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘LOGGED_IN_KEY’, ’32charsalphanumerickeys’);

    define(‘NONCE_KEY’,’32charsalphanumerickeys’);

    define(‘AUTH_SALT’, ’32charsalphanumerickeys’);

    define(‘LOGGED_IN_SALT’, ’32charsalphanumerickeys’);

    define(‘SECURE_AUTH_SALT’, ’32charsalphanumerickeys’);

    bbPress:

    define( ‘BB_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_SECURE_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_LOGGED_IN_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_NONCE_KEY’, ’32charsalphanumerickeys’ );

    define(‘BB_AUTH_SALT’, ’32charsalphanumerickeys’);

    define(‘BB_LOGGED_IN_SALT’, ’32charsalphanumerickeys’);

    define(‘BB_SECURE_AUTH_SALT’, ’32charsalphanumerickeys’);

    Evtl. you need the Salt Keys too?

    Without the Salt Keys my old installation doesn’t work, in my new (fresh) installation it worked without the Salt Keys.

    Markus

    http://www.bbp-forever.de (beta)

    #87130
    ekitel
    Member

    My cookie keys match between the 2 configs. I didn’t have the COOKIEPATH definition in bbpress, only in wp, so I put that in but still no luck.

    I have wp installed in a sub-directory so my statement is: define(‘COOKIEPATH’, ‘/blogs/’);

    I just tried another test install without sub-directory and that won’t work either!

    #87348
    Arturo
    Participant

    i’m working on a “normal” version of the theme, the deep integration version is for full functional forum with bp user profile etc… in the weekend i release the normal version of the theme.

    #87129
    jakshi
    Member

    Check wp-config.php and bb-config.php closely. May be you forget something to do.

    Did you cut to 32 chars BB_AUTH_KEY = AUTH_KEY, BB_SECURE_AUTH_KEY=SECURE_AUTH_KEY in wp-config.php and bb-config.php?

    I have working cookie integration now.

    My wp-config.php (without comments and passwords)

    <?php

    define( ‘COOKIEPATH’, ‘/’ );

    define(‘DB_NAME’, ‘wordpress’);

    define(‘DB_USER’, ‘wpuser’);

    define(‘DB_PASSWORD’, ‘StrongPassword’);

    define(‘DB_HOST’, ‘localhost’);

    define(‘DB_CHARSET’, ‘utf8’);

    define(‘DB_COLLATE’, ‘utf8_general_ci’);

    define(‘AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘SECURE_AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘LOGGED_IN_KEY’, ’32charsalphanumerickeys’);

    define(‘NONCE_KEY’, ’32charsalphanumerickeys’);

    $table_prefix = ‘wp_’;

    define (‘WPLANG’, ‘ru_RU’);

    if ( !defined(‘ABSPATH’) )

    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    require_once(ABSPATH . ‘wp-settings.php’);

    ?>

    My bb-config.php (without comments and passwords)

    <?php

    define( ‘COOKIEPATH’, ‘/’ );

    define( ‘BBDB_NAME’, ‘wordpress’ );

    define( ‘BBDB_USER’, ‘wpuser’ );

    define( ‘BBDB_PASSWORD’, ‘StrongPassword’ );

    define( ‘BBDB_HOST’, ‘localhost’ );

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    define( ‘BBDB_COLLATE’, ‘utf8_general_ci’ );

    define( ‘BB_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_SECURE_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_LOGGED_IN_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_NONCE_KEY’, ’32charsalphanumerickeys’ );

    $bb_table_prefix = ‘bb_’;

    define( ‘BB_LANG’, ‘ru_RU’ );

    ?>

    There are a lot mention about problem with cookie integration wordpress 2.9.2 and bbpress 1.0.2 .

    So you are one of the many :)

    #87409
    chrishajer
    Participant

    WordPress mentions creating the database first, in (2) here:

    https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install

    Their docs are a lot more comprehensive than those for bbPress.

    #34118
    subgdubb
    Member

    So I have this idea for a forum. Basically, it is a collaborative forum where based on certain criteria it matches up two people. They then each submit word documents. Once both are submitted, the site then allows them to download each other’s document. That way, it ensures that in order for one person to get a document, they need to submit their own for the other person to look at.

    Does anyone out there know if this would be possible to program into a bbpress forum, or am I looking in the wrong place?

    Thanks for the help!

    #87270

    In reply to: My Account Is Dead

    chrishajer
    Participant

    Here’s the recent post about the array problem:

    https://bbpress.org/forums/topic/where-is-my-last-post#post-67425

    #87269

    In reply to: My Account Is Dead

    chrishajer
    Participant

    Not sure what happened or is happening. It’s not marked as a bozo. It also shows no posts. Here’s a screenshot of the admin screen here:

    http://chrishajer.com/bbpress/ericnovak.png

    I’ve seen that array thing reported before and suspect it’s related to akismet or bozo, but haven’t been able to pin it down.

    #84908
    chrishajer
    Participant

    No one knows at this point.

    #84907
    honestscott
    Participant

    Hi,

    How hard will it be to upgrade to the WP bbpress plug-in (when it’s ready) from the standalone bbpress 1.0.2 installation?

    #87225
    zaerl
    Participant

    First: the installation instructions don’t mention that you need a mail server in order to send emails cause it is implicit. Is like saying that you need to connect to the gmail servers in order to send emails from your gmail account.

    Second: yes they are. XAMPP and other LAMP software are just test platforms and they are very different from a service that professional hosting companies give you. A little configuration is needed and setting up a mail server is one aspect that you must cover.

    Third: Pegasus Mail must be configured. bbPress no (only the mail in bb-admin/options-general.php). It just use the mail() functionality of PHP that is a layer on top of the email server specified at server level.

    Four: no. 99% of companies that provide hosting solutions do give you access to a fully functional mail server and you don’t have to worry about that.

    #87224
    joan3691
    Member

    First of all, the installations instructions for bbPress doesn’t say anything about Mercury? Wonder why?

    Second, there seems like Mercury and Pegasus mail are two different (or separate) softwares, but since Pegasus mail is mentioned in the reply above I will go for that one.

    Third, do I just need to make some settings in Pegasus Mail, and then I’m ready to send confirmation mails or do I have to apply settings in php.ini, ppPress or some other place?

    Four, on this stage I’m only run bbPress locally, but then if I want to put it online on some web host, I don’t need Pegasus Mail do I?

    InsomniAK
    Member

    I have a similar question. I installed WP2.92., then BuddyPress 1.2 and now I’m looking to add forums to the site. I looks like I can go with WP Forums or possilby BBPress? I want something clean and simple (like BBPress) and integration with user accounts. Am I looking in the right direction?

    When I go to install the BBPRess plugin on my site through the install tool, bbpress says “DON’T Install me! I’m not ready”… so… what is the deal?

    #87317
    f00f
    Member

    You want to look here to find such a function: https://trac.bbpress.org/ticket/1207

Viewing 25 results - 44,501 through 44,525 (of 64,487 total)
Skip to toolbar