تبليغاتX
seyed90
+ نوشته شده در  Sat 12 Jul 2008ساعت   توسط سید | 
* @author apakuni * @author mikespub */ // initialize the Xaraya core include 'includes/xarCore.php'; xarCoreInit(XARCORE_SYSTEM_ALL); // pre-fill the module name (if any) for hooks xarRequestGetInfo(); if (!isset($step)) { // start the output buffer ob_start(); } if (!isset($_POST['doit'])) { ?>

Quick and dirty import of test data from an existing MoveableType site

Requirement: you must be using the same database.

What this imports:
        1. authors     -- authors --> roles
        2. blogs       -- blogs --> root categories
        3. categories  -- categories --> sub-categories of their owning blog
        4. entries     -- entries --> articles with user/category retention
        5. comments    -- comments --> comments with user/article retention

                          This script also tries to make a guess at who the author
                          might be for each comment - ie., if you have a role with the
                          username of 'joeyb' and realname of 'Joey Butta', and a comment
                          has the author name of either 'joeyb' or 'Joey Butta', then that
                          comment will be associated with that particular user.
    
Recommended usage:
  1. install Xaraya with the 'Community Site' option
  2. initialize and activate the following modules :
    • categories
    • comments
    • articles
    [do not modify the default privileges, hooks etc. yet]
  3. copy the import_mt.php file to your Xaraya html directory and run it.
  4. COPY modules/articles/xartemplates/user-summary-news.xd
    TO modules/articles/xartemplates/user-summary-blog.xd
  5. COPY modules/articles/xartemplates/user-display-news.xd
    TO modules/articles/xartemplates/user-display-blog.xd
  6. Have PHUN :)
Note: This can take a while depending on the amount of data being imported - please be patient and please avoid clicking on the "Let's Do It!" button more than once! Close(); flush(); // done exit; ?>
+ نوشته شده در  Sat 12 Jul 2008ساعت   توسط سید |