This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Oxcyon to WordPress

Description

Back up your database before importing
IMPORTANT: The import cannot be undone. MAKE SURE TO BACK UP YOUR DATABASE BEFORE RUNNING THE PLUGIN.

Oxcyon to WordPress

Plugin was developed to move an Oxcyon Centralpoint based website into WordPress. The plugin will take data from a
predetermined format and convert it into WordPress data.

Currently will import:

  • Users
  • Categories
  • Tags
  • Articles

Individual pages haven’t been mapped yet, as well as other Oxcyon modules. I’m not deeply familiar with Oxcyon,
so I have only converted as much as I know.

IMPORTANT

Security

For security, it’s suggested to create a user specifically to import the data, as well as to export the data to a
database.

Back Up Your Data

The import cannot be undone. MAKE SURE TO BACK UP YOUR DATABASE BEFORE RUNNING THE PLUGIN.

Questions?

If you have questions or would like to contribute, please contact me at www.chriswgerber.com.

Check it out on Github: https://github.com/ThatGerber/oxcyon-to-wordpress/

Settings

Image Directory: Directory of the images (located within the Uploads folder)

Category Value: REGEXP statement to target category GUIDS

Username: Username to access database with content

Password: password for that user

Database: Name of database containing the data

Author Table: The table containing the author data.

Taxonomy Table: Table containing taxonomy data.

Articles Table: Table containing each individual article or page to be imported.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ‘Tools’ menu in WordPress
  4. Enter settings and import the old database.

FAQ

None yet.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Oxcyon to WordPress” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Oxcyon to WordPress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.3.0

  • Added “Featured Image” import feature. Article image attachments automatically imported as featured images.
  • Removed “Brand” option as it was no longer used.
  • Fixed undefined index on settings page.

0.2.0

  • First release of the plugin.

0.1.0

  • Internal release