i read in Customizing OJS:
This is done by simply creating an index.html file for the splash screen,
ok, so where do I have to put the index.html file?
thanks
Alfredo
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
This is done by simply creating an index.html file for the splash screen,
you'll need to edit templates/index/journal.tpl
else {
if(indexoverwrite())
{include($reviewpath/index.html);}
else
{// Call the selected handler's index operation
call_user_func(array(HANDLER_CLASS, 'index'), Request::getRequestedArgs());
}
}asmecher wrote:
Put the index.html file in the OJS installation directory (i.e. the same location is OJS's index.php and config.inc.php files). The web server should give it precedence over the index.php file, which is OJS's controller script.
Return to OJS Technical Support
Users browsing this forum: Google [Bot] and 1 guest