You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

CORE allows you to completely customize the look and feel of a conference. To do this, set the 'custom layout' option in the conference manager. When this option is set all stylesheets, graphics and javascript will be loaded from a separate directory.

Custom layout

  1. Create layout script
$ cp -r application/layouts/scripts/tnc2012 application/layouts/scripts/chrisdev
  1. Create includes folder for stylesheets, images, javascript etc.
  • for mass emails create files: abbreviation-<action>.phtml - eg:
    chrisdev-reviewers.phtml

Custom navigation

To change the default CORE navigation, set the 'custom navigation' option in the conference manager and:

  • create file in /config/navigation with name: <abbreviation>.php
$ cp application/configs/navigation/core.php application/configs/navigation/chrisdev.php
  • No labels