Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
OJS development discussion, enhancement requests, third-party patches and plug-ins.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
Developer Resources:Documentation: The
OJS Technical Reference and the OJS
API Reference are both available from the
OJS Documentation page.
Git: You can access our public Git Repository
here. Comprehensive Git usage instructions are available on the
wiki.
Bugzilla: You can access our Bugzilla report tracker
here.
Search: You can use our
Google Custom Search to search across our main website, the support forum, and Bugzilla.
Questions and discussion are welcome, but if you have a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a technical support question, try the
OJS Technical Support subforum.
by 2261422 » Mon Feb 22, 2010 10:00 am
I need put only for one journal "autores" instead "autores/as" and for this I search the key in the locale archives, and put the next logic statments:
{iterate from=journals item=journal}
{if $journal->getLocalizedTitle()=='Journal_Name'}
<message key="navigation.infoForAuthors">Para autores</message>
{else}
<message key="navigation.infoForAuthors">Para autoras/es</message>
{/if}
{/iterate}
But it don't give me any effect, may be it because the information rank in subfolders?
What can I do??
thanks for the help.
-
2261422
-
- Posts: 33
- Joined: Mon Jul 06, 2009 8:08 am
by 2261422 » Tue Mar 16, 2010 6:09 am
I find a way:
MODIFICACIÓN DE NIVEL DE USO DE VARIABLES PARA $JOURNAL EN /TEMPLATES/INDEX/JOURNALS.TPL
Primero ingresa a /pages y busca el lugar del sistema en este caso /pages/index/IndexHandler.ini.php, ALLI SE BUSCA EL ARCHIVO PHP QUE DEFINE LOS TEMPLATES QUE SERAN DESPLEGADOS en este caso (IndexHandler.ini.php) y también se DEFINEN LAS VARIABLES QUE SERÁN UTILIZADAS EN EL TEMPLATE así:
// Assign journals iterate to journal.tpl **CamiCasi**
$journals = &$journalDao->getEnabledJournals();
$templateMgr->assign_by_ref('journals', $journals);
// Assign journals iterate to journal.tpl **CamiCasi**
Y se despliegan así:
$templateMgr->display('index/site.tpl');
-
2261422
-
- Posts: 33
- Joined: Mon Jul 06, 2009 8:08 am
Return to OJS Development
Who is online
Users browsing this forum: No registered users and 1 guest