Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Chris forum
Thx a lot for the detailed info! I think I will keep it simple though and try what Armin has suggested with another custom.js dedicated for the plugins. On Mon, Jul 29, 2013 at 12:19 PM, Thomas RAFFIN wrote: > Indeed I've modified the core code to compress files in the same order > than if the

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Thomas RAFFIN
Indeed I've modified the core code to compress files in the same order than if they were included without compression (in my version js files are not included in js_session.php). It is complicated to compare with the "clean pmapper code", because 1) my version is using differently the configura

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Chris forum
Hi Thomas, Just checked, even with 5 the custom.js is still read before the plugins JS file What compression function are you using and where? On Mon, Jul 29, 2013 at 10:48 AM, Thomas RAFFIN wrote: > Hi, > > Try to inactivate the compression (debug level = 5 I think) and tell us > if the cust

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Thomas RAFFIN
Hi, Try to inactivate the compression (debug level = 5 I think) and tell us if the custom.js is before or after the plugins files please? AFAIK I don't use the same compression functions than in "standard" pmapper. So all js files are compressed in the same order than if they were included wit

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Chris forum
Ok I see. Thanx for the tips, I am going to try adding a custom_plugin.js file. I will also check if the plugins I modified are available as a class. On Fri, Jul 26, 2013 at 7:04 PM, Armin Burger wrote: > The problem is that the custom.js file from your config directory is > loaded before the pl