3.4 3.3 3.2 3.1
Jump to table of contents

Site Administration

As part of installing OJS, you will have created a Site Administrator user account. When you log into OJS with that account you will have access to Site Administrator settings from the Dashboard.

You will be able to create new hosted journal instances, manage language support across your system, and perform other administrative functions.

More technical information about administering an OJS site, including upgrades, email, statistics, and importing and exporting, is available in the Administrator’s Guide.

Site Management #

To get to Site Management, login as the Site Administrator, and choose Administration from the left menu.

OJS site admin main menu.

Hosted Journals #

From here, choose Hosted Journals. On the resulting page, you will see all of the journals in this OJS installation. In the example, below, there is only one.

OJS hosted journals menu with 1 existing journal.

To edit the existing journal, click on the blue arrow to the left of the journal name. You will see options to edit, remove, or update the settings.

Existing journal editing options: edit, remove, settings wizard, users.

Create Journal link will let you add a new journal to this OJS installation. From the resulting form, fill in the fields with the new information.

Journal editing screen with title, description and path fields available to edit.

Note: If you do not want the new journal to be visible yet, uncheck the Enable this journal to appear publicly on the site box.

Edit will let you change the title, description, or path. This screen is similar to the Create Journal screen.

Remove will let you delete the journal from the installation. You will be asked to confirm that you really do want to do this, as it is irreversible.

Confirmation screen for journal deletion.

Settings Wizard will take you to the various settings options for that journal.

Restrict Bulk Emails allows the journal administrator to disable the ability to send bulk emails to certain roles. The bulk email feature can be enabled under Site Settings > Bulk Emails. A journal manager will be unable to send bulk emails to any roles that you select under the “Disable Roles” setting. Use this setting to limit abuse of the email notification feature. For example, it may be safer to disable bulk emails to readers, authors, or other large user groups that have not consented to receive such emails.

Settings wizard screen with the restrict bulk emails tab selected.

We’ll go over the remaining settings in detail in the Settings chapters.

Users will allow you to add and manage users associated with this journal.

Users tab with a list of current users.

Site Settings #

This section will appear if you have two or more journals, and allow you to add information regarding your overall OJS installation, not individual journals.

Site Setup

This includes the name of your site, a site logo, an introductory statement about your site, a site footer, a redirect option (if you only plan to have one journal on this installation), contact information, a minimum password length for registered users, style sheet and theme options, and sidebar management.

You will have the opportunity to provide details about your individual journal(s) at a later stage.

OJS admin menu with site setup tab selected.

Languages

OJS is designed to be a multilingual system, allowing journals supporting a wide variety of languages to be hosted under a single site. When you install OJS, you can select one or more languages for your site.

The Site Administrator can set the default language of the site and install additional locales to make other languages available for use by journals. Journal Managers can then manage their own language settings under Website Settings > Languages. See the Website Settings chapter for details.

Under Administration > Site Settings > Languages you can see a list of languages that are installed on your site, enable languages, and set any language as the Default Locale, which means it is the language that users will first see when first visiting the site.

OJS admin menu with languages tab selected.

To add another language:

  1. Click Install Locale
  2. Check off the locales you would like to install
  3. Click Save

After installing the new locale, you will have to enable it on the Site Settings > Languages page. Further configuration of the language’s availability on the site can be done under Website Settings > Languages by a Journal Manager. See the Website Settings chapter for details.

OJS 3 doesn’t yet have as many translations as OJS 2, but we expect to have more contributed over time. Contributions are always welcome.

Plugins

From here, you can choose to enable or disable various plugins, making them available (or not) to all of the journals on this OJS installation.

OJS admin menu with plugins tab selected.

Use this section to modify your site-wide menus. You can learn more about configuring menus in the Website Settings chapter.

OJS admin menu with navigation menus tab selected.

Bulk Emails

OJS 3.3 has the option to allow bulk emails to be sent to several user groups in a journal at one time. See Users and Roles > Email Users. As the site administrator, you can use the site settings to select the hosted journals that will be allowed to send bulk emails.

Note that misuse of this figure to send unsolicited email may violate anti-spam laws in some jurisdictions and may result in your server’s emails being blocked as spam. Seek technical advice before enabling this feature and consider consulting with journal managers to ensure it is used appropriately.

OJS admin site settings with bulk emails tab selected.

It is possible to disable sending bulk emails to certain roles for individual journals under Hosted Journals > Settings Wizard.

Next Steps #

Once you’ve created a journal and configured the site settings, you may want to create a user account for the Journal Manager or Editor – see the Users and Roles chapter for details.


Administrative Functions #

This section provides detailed information about the server on which your OJS installation is running.

OJS site admin main menu with site management and administrative functions.

System Information #

Use this section to find out details about the server running your installation.

System information screen displaying current version, version history and server information.

OJS Version information shows which version is currently installed, and your version history including any upgrades. You can click the Check for updates link to see if you are using the most recent version of OJS.

The Server Information provides details about the server environment hosting your OJS installation.

The OJS Configuration section displays all of the configuration options and their values as they are in config.inc.php.

You can find more information about config.inc.php configuration parameters in the file itself.

The final section on this page displays additional server information: your operating system, PHP version, server and database information. You can also view extended PHP information by clicking the Extended PHP information link (this displays the output of phpinfo())

All of this information can be useful when trying to troubleshoot a problem.

Expire User Sessions #

Clicking Expire User Sessions immediately clears all active user sessions in the system, requiring any user that is currently logged in to sign in to the system again. This can be useful before an upgrade, to ensure all users are logged out.

Clear Data Caches #

Clicking Clear Data Caches clears all cached data, including locale information, help cache, and search cache. This function may be useful to force data to be reloaded after customizations have been made.

Clear Template Cache #

Clicking Clear Template Cache clears all cached versions of HTML templates. This function may be useful to force templates to be reloaded after customizations have been made.

Clear Scheduled Task Execution Logs #

If scheduled tasks have been enabled for your journal, clicking Clear Scheduled Task Execution Logs will delete the task execution log files from your server. The execution log files include dates that correspond to previously completed scheduled tasks (e.g. sending automatic email review reminders).