⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Bug - themes



xxaxxo
  • profile picture
  • Member

Posted 06 December 2011 - 09:38 AM

I'm using datatables theme and i've translated all the messages so it suits my needs. I've updated the core when the 1.4 version came out. (only the core not the css/js/themes files) and now i notice that the CRUD loades:
themes/flexigrid/js/jquery.form.js - and it's hardcoded somewhere
I have set_theme('datatables'); at all my controllers but still ... it loades this js.

Where are the "your data is updated/inserted" messages at?

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 06 December 2011 - 21:57 PM

[quote name='xxaxxo' timestamp='1323164311' post='92']
I'm using datatables theme and i've translated all the messages so it suits my needs. I've updated the core when the 1.4 version came out. (only the core not the css/js/themes files) and now i notice that the CRUD loades:
themes/flexigrid/js/jquery.form.js - and it's hardcoded somewhere
I have set_theme('datatables'); at all my controllers but still ... it loades this js.

Where are the "your data is updated/inserted" messages at?
[/quote]

Actually this is quite a wrong thing to do. The themes have many javascripts and css that perhaps the new library may need it. When there is a new version is better just to copy all the files to your existing project and not just the php library.

I'm trying hard to have the multilingual grocery CRUD in the future. I just have lot of other basic features and bugs to fix so it will not be to the next version 1.1.5

xxaxxo
  • profile picture
  • Member

Posted 07 December 2011 - 05:57 AM

10x for the answer