Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe that Dreamhost’s “One Click Install” of WordPress has the Page Revisions turned off by default. This must be something new, because my older sites have it enabled but ones I installed recently do not.

    The fix is to access your site via FTP, edit the wp-config.php file, and look for this line:

    define('WP_POST_REVISIONS', false);

    Either delete or comment out that line, then save and re-upload the file.

    Forget syncing tables…what about merging the wp_users and phpbb_users tables into one table? Then you could rewrite WP’s code to look to the phpbb_users table for user authentication. It would need more than just a plugin; you’ve have to do major surgery on WP, but I can’t think of any reason it shouldn’t work. I’m about to embark on this myself, but has anyone else already tried it? Any suggestions? Any warnings?

Viewing 2 replies - 1 through 2 (of 2 total)