Even though I have localize.drupal.org set up to include only the following paths, the indic script JS files show up all around the site (on all pages). I've also set up the indic script block to only show on these pages, so theoretically I blocked down the module in two ways, but it still puts up its stuff on pages it should not. Doh.

translate/languages/hi
translate/languages/hi/*
translate/languages/ml
translate/languages/ml/*
translate/languages/te
translate/languages/te/*
translate/languages/kn
translate/languages/kn/*

Comments

gábor hojtsy’s picture

In fact the whole "include" method does not seem to work. If I set the module to include the feature only on "translate/languages/te/edit", it does not work on that path.

vinoth.3v’s picture

HI

Thank you for the note, I'll check it out and update on the cvs including the fix.

Thanks
Vinoth

vinoth.3v’s picture

Assigned: Unassigned » vinoth.3v
Status: Active » Needs review

HI

Updated the Fix, now I have removed the block's need, and used the hook_footer and page specific settings on admin/settings/indic_script instead.

Please note that the page specific settings will overrides the field specific settings.

Thanks
Vinoth

anish.a’s picture

Issue summary: View changes

Can this be closed?

gajanannehul’s picture

Assigned: vinoth.3v » Unassigned
Status: Needs review » Closed (fixed)