Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter darrylbarlow

    (@darrylbarlow)

    The Noah’s WordPress bridge is available for download at https://www.noahsclassifieds.org/downloads.html

    I am using it now
    https://www.mcjcstore.com

    db

    Thread Starter darrylbarlow

    (@darrylbarlow)

    Hey Kim
    It Will be possible soon, The Guys at Noah’s Classifieds are working with WordPress to develope a Bridge (or something simular) that will allow for users to log into both at the sametime, and it will also have additional features. that will help “marry” the two together………I think you will have to be using a purchased copy of Noah’s –pricing has not been announced yet… or any details on how to get it, but it is under developement………if you are using the free version of Noahs you can see the post on the free community forum at https://forum.noahsclassifieds.org/index.php
    If you are a paid owner of Noah’s and have not joined the owners circle forum, send Noah an email with your purchase details and he will take care of it

    Darryl

    Thread Starter darrylbarlow

    (@darrylbarlow)

    I forgot to say please?

    Thread Starter darrylbarlow

    (@darrylbarlow)

    I went to the link you provided
    https://codex.www.ads-software.com/Changing_The_Site_URL
    I have backed up my database
    And I opened my wp-config.php file

    but where do i paste the following statements?

    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    Does it matter??

    Here is what my config file looks like now

    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘REMOVED BY ME’);

    /** MySQL database username */
    define(‘DB_USER’, ‘REMOVED BY ME’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘REMOVED BY ME’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘REMOVED BY ME’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/ www.ads-software.com secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
    define(‘NONCE_KEY’, ‘put your unique phrase here’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    THE ‘REMOVED BY ME’ lines just replace the database login info……..I didnt think it would be a good idea to show that info LOL

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