Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. It is advised that you use the copy commands listed below and then proceed by editing the copied files.

...

  • Create folder in public/includes for stylesheets, images, javascript etc. This folder must have the following structure:
    Code Block
    includes/
        css
        gfx
        js
    
    Code Block
    copy the CORE includes folder: $ cp -r public/includes/core public/includes/<abbreviation>
    
  • CORE allows you to send automatically generated emails. For example the submit feature allows you to send an email to all reviewers of certain papers. This email will contain a personalized list of papers the respective reviewer must review. To add custom text to these email messages, edit the corresponding static file. For example:
    Code Block
    
    
    for mass emails create files:
    abbreviation-<action>.phtml - eg: 
    Code Block
    chrisdev-reviewers.phtml
    Code Block

Custom navigation

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

...