How to implement Marquee on OJS 2.4.6

Hi tried to install Marquee on OJS 2.4.6 but nothing works. Help Please

Hi @ijbio,

Do you have a link to Marquee? There are many applications/tools with that name.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi I tried to install scrolling announcements basing on this code http://html-code-generator.weebly.com/html-marquee-generator.html but none of the marquee related codes work for my ojs based journal. could you please help run scrolling announcements for my journal.

Hi @ijbio,

If you’re modifying your Smarty templates, then the most likely problem is that you aren’t escaping { and } characters. Smarty uses these for its own syntax. I’d suggest looking up the Smarty {literal} tag.

Regards,
Alec Smecher
Public Knowledge Project Team