Documents

User documentation

Styling your journal

07/06/2011 03:50 pm

  1. Grab yourself a copy of Firefox. No, IE won’t do it. ;-)
  2. Grab the “Web Developer” (webdev) add-on.
  3. On the webdev add-on toolbar you’ll see an option called “outline”. If you select “outline current element” then move the mouse over the region on the page you want to style, you’ll see the element name in CSS. For example I want to change the style for the sidebar: when I move the mouse over the sidebar I’ll see that the element name is #sidebar (like Marcos mentioned below).
    ...

Customing OJS

07/27/2011 02:07 pm

Upgrade notes, version 2.3.6

10/26/2011 10:39 am

1. Made a backup of current files.

[root@lw1 ojs]# mv www www.bak

2. Downloaded latest software version.

[root@lw1 ojs]# wget http://pkp.sfu.ca/ojs/download/ojs-2.3.6.tar.gz

3. Unpacked software.

[root@lw1 ojs]# tar zxvf ojs-2.3.6.tar.gz
...

Technical documentation

OJS 2.3.6

09/20/2011 12:33 pm

OJS Upgrade

Upgrade of OJS to version 2.3.6.0 has completed successfully.

Don't forget to set the "installed" setting in your config.inc.php configuration file back to On.

If you haven't already registered and wish to receive news and updates, please register at http://pkp.sfu.ca/ojs/register. If you have questions or comments, please visit the support forum.
...