I recently install OCS and setup a website for a conference. I would like to apply exactly the same css for site setting and entire page of OCS. However, It appears me that there is only one option to select CSS in hosted conferences (from dropdown menu), not for site setting page.
That’s intended for you to write your own CSS – alternately you should be able to use one of the CSS files built into the various themes built into OCS, which will make the site-wide pages look like the themes that are available within conferences themselves.
Regards,
Alec Smecher
Public Knowledge Project Team
I want to make a total redesign of conference sites, but it´s impossible without some DOM manipulation, I think. Can I upload some JavasScript file to achieve that purpose, in OJS 2.4.7.1?
Altering the generated markup, either by editing the markup directly, or by using Javascript-based DOM manipulations, will require changes to the template files. You might consider just editing the templates directly – these are .tpl files (Smarty templates). See this blog post for information on our current plans for OCS, incidentally.
Regards,
Alec Smecher
Public Knowledge Project Team