Hi Jan,
To make the "Full Text" text bold, you will have to edit the appropriate template file. That For the abstract view, that would be templates/article/article.tpl. You will want to find the line that looks like:
- Code: Select all
{translate key="reader.fullText"}
... and put some HTML <strong>...</strong> tags around the code. Try experimenting, but don't forget to back up your original copy.
To change the language indexing options on the article submission/metadata page, you will have to edit the locale file locale/en_US/author.xml (or use the Custom Locale plugin, found in Journal Management -> System Plugins -> Generic Plugins) and change the value of the author.submit.languageInstructions key:
- Code: Select all
<message key="author.submit.languageInstructions"><![CDATA[English=en; French=fr; Spanish=es. <a href="http://www.loc.gov/standards/iso639-2/php/code_list.php" target= "_blank">Additional codes</a>.]]></message>
To add keywords to the article abstracts, follow the advice or apply the patch listed
here, or upgrade to the most recent version of OJS.
Cheers,
James