pkp / bootstrap3

A community-built theme for OJS 3 that implements Bootstrap 3 components.
GNU General Public License v3.0
53 stars 97 forks source link

Missing field 'Contact' with bootstrap3 #38

Closed Avernial closed 7 years ago

Avernial commented 7 years ago

Missing field "Contact" inside "About" menu after adding contact via Journal Settings Wizard.

I am using Bootstrap 3 theme with current OJS master branch.

With default theme:

defaulttheme

With bootstarp theme:

bootstrap3

Avernial commented 7 years ago

I found that in template frontend/components/primaryNavMenu.tpl missing block for contact:

{if $currentJournal->getSetting('mailingAddress') || $currentJournal->getSetting('contactName')}
    <li>
        <a href="{url router=$smarty.const.ROUTE_PAGE page="about" op="contact"}">
            {translate key="about.contact"}
        </a>
    </li>
{/if}
NateWr commented 7 years ago

Thanks @Avernial! Are you able to submit a Pull Request with this change?

Avernial commented 7 years ago

I've submited the pull request #39

NateWr commented 7 years ago

:ship: