Editorial team page is empty

I add some information masthead/editorial teams But when I look editorial team page, that is empty. I use OJS 3.1

Hi there,

If you are using the Bootstrap3 theme, you’ll want to edit the following file:

plugins/themes/bootstrap3/templates/frontend/pages/editorialTeam.tpl

Change the following line:

{$currentJournal->getLocalizedSetting('masthead')}

… to:

{$currentJournal->getLocalizedSetting('editorialTeam')}

This problem could exist in other plugins; if you aren’t using bootstrap3, just follow the same instructions but for that plugin.

Cheers,
James
PKP Publishing Services

1 Like