View file install/views/scripts/import/version3-instructions.tpl

File size: 3.05Kb
<h3><?php echo $this->translate("SocialEngine 3 Import Instructions"); ?></h3>

<p>
  <?php echo $this->translate("This SocialEngine 3 Import tool is designed to migrate content directly from a
  SocialEngine 3 installation. It is intended to be used on a fresh
  install of SocialEngine 4; it will remove any existing content on the network."); ?>
</p>

<br />


<?php if( !empty($this->dbHasContent) ): ?>
  <div class="warning">
    <?php echo $this->translate("Your site already has content. The content will be removed if you use this
    import tool."); ?>
  </div>
  <br />
  <br />
<?php endif; ?>


<ul>
  <li>
    <?php echo $this->translate("The following types of data"); ?>
    <b style="font-weight: bold;"><?php echo $this->translate("will be removed or overwritten from the existing "); ?><em><?php echo $this->translate("version 4"); ?></em><?php echo $this->translate(" installation"); ?></b>:
    <ul style="margin-left: 20px;margin-bottom: 10px;padding-top: 4px;list-style: circle;">
      <li>
        <?php echo $this->translate("All admin and user accounts."); ?>
      </li>
      <li>
        <?php echo $this->translate("All user content."); ?>
      </li>
      <li>
        <?php echo $this->translate("All announcements."); ?>
      </li>
      <li>
        <?php echo $this->translate("All admin created categoried (i.e. blog categories, video categories, etc)"); ?>
      </li>
    </ul>
  </li>
  <li>
    <?php echo $this->translate("The following types of data"); ?>
    <b style="font-weight: bold;"><?php echo $this->translate("will be removed or overwritten from the existing "); ?><em><?php echo $this->translate("version 4"); ?></em><?php echo $this->translate(" installation"); ?></b>:
    <ul style="margin-left: 20px;margin-bottom: 10px;padding-top: 4px;list-style: circle;">
      <li>
        <?php echo $this->translate("Any installed plugins, themes, widgets, or language packs."); ?>
      </li>
      <li>
        <?php echo $this->translate("User levels."); ?>
      </li>
      <li>
        <?php echo $this->translate("Files uploaded in the admin panel media manager."); ?>
      </li>
      <li>
        <?php echo $this->translate("Custom pages or changes to existing pages made in the layout editor."); ?>
      </li>
    </ul>
  </li>
  <li>
    <?php echo $this->translate("The following types of data"); ?>
    <b style="font-weight: bold;"><?php echo $this->translate("may be removed or overwritten from the existing ");?><em><?php echo $this->translate("version 4"); ?></em><?php echo $this->translate(" installation"); ?></b>:
    <ul style="margin-left: 20px;margin-bottom: 10px;padding-top: 4px;list-style: circle;">
      <li>
        <?php echo $this->translate("Global settings"); ?>
      </li>
      <li>
        <?php echo $this->translate("Level settings"); ?>
      </li>
    </ul>
  </li>
</ul>

<br />



<button type="button" style="margin:10px 0px" id="continue" name="continue"
        onclick="window.location.href='<?php echo $this->url(array('action' => 'version3')) ?>';return false;">
  <?php echo $this->translate("Start Import"); ?>
</button>