[OJS 3.0.2] Uploaded Stylesheet

Just the be sure, before I continue beating my head against the wall… should I be able to override anything with a stylesheet uploaded through a themes settings panel? In other words, is it the last to load?

Hi @verdonv,

You may need to patch issue #2266.

Regards,
Alec Smecher
Public Knowledge Project Team

hmmm…

If all we’re talking about is the addition of
ksort($stylesheets);
ksort($scripts);
ksort($headers);
to ‘classes/template/PKPTemplateManager.inc.php’, my 3.0.2 stable from git already has that. I must have something else going on.

will continue to bang my head against wall,
v

@asmecher,

As suspected, it was me being a fool. I’ve got to stop working late at night. Note to self, css comments are not the same as php comments and can have weird consequences if done improperly!

v

Hi @verdonv,

No worries, we’ve all been there!

Regards,
Alec Smecher
Public Knowledge Project Team