Search Results for 'code'
-
Search Results
-
There appear to be quite a few plugins that have been abandoned by their developer.
Under open source is it allowed to take over the development of someone else’s plugin, and then resubmit it (obviously crediting the original author)?
Perhaps all the current plugins should be thrown into some kind of code vault for people to use, and actively developed plugins be resubmitted?
I’ve just fixed two plugins to work with V1.0 but have no way of knowing if their original authors are planning on updating them at any point. I’d want to do more work on them if I was going to resubmit them, but I’m not sure whether to wait a bit to see if the original developer decides to do anything with them.
I know _ck_ is holding off a little bit for bbP to get more established before making fixes (which is fair enough). Have we just entered a stage of limbo?
Its just not working! Please help.
define( 'BB_AUTH_SALT', '' );
define( 'BB_LOGGED_IN_SALT', '' );
define( 'BB_SECURE_AUTH_SALT', '' );
define('BB_NONCE_KEY', '');matches it wp-config equivalent (with values obviously).
Used the bbPress Integration plugin to get new values for the wp-config file and entered them
/*** bbPress integration ***/
define( 'COOKIEHASH', '998c6cb0a1fda1b22e40b1a75220d390' );
define( 'COOKIE_DOMAIN', '.www.MYSITE.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'WP_AUTH_COOKIE_VERSION', 1 );I have checked through all the settings in bbPress WordPress Integration settings (in bbPress) and they all look correct.
XML-RPC is enabled.
I have seen that oterh people seem to be able to get this working. I have followed a few of these guides, but still can’t get it to work.
Would be great if you have any ideas! Thanks!