Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • happy_noodle_boy Friend
    #163806

    In order to prevent issues with other compression systems in other components / plugins (the compression system in JCE 2.0 for example), the T3 V2 css / js compressor should only target files with a css or js extension.

    To affect this change :

    On line 101 of head.php in plugins/system/jat3/core/ replace :

    [PHP]if (!$srcurl) {[/PHP]

    with :

    [PHP]if (!$srcurl || !preg_match(‘#.js#’, $srcurl)) {[/PHP]

    and on line 46 replace :

    [PHP]if (!$path) {[/PHP]

    with

    [PHP]if (!$path || !preg_match(‘#.css#’, $path)) {[/PHP]

    Arvind Chauhan Moderator
    #403844

    This issue has been fixed long time in T3 plugin version 1.2.6 (Joomla 1.5) and have also been applied to Joomla 1.6 and Joomla 1.7 T3 framework.

    Please update your plugin version to latest.

    Arvind

    katherz Friend
    #410950

    It is good to hear that this issue has been addressed. I have been completely unaware of this change. It looks like I had better start updating my plug ins. This will be very important as I begin to dig in to this payroll utility that I am starting on. What I have in mind is something similar to Louisville payroll solutions. If anyone has any suggestions on how to approach this, it would be greatly appreciated. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  katherz 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum