Report spammer
1056 posts

mjauvin Approved

Member since: 2017-07-08

Recent posts by mjauvin
Post When

thanks.

Posted in Console Artisan plugin:install not installing dependencies

On your blog post page, just show the right one depending on the activeLocale

Posted in RainlabBlog Alternative second language featured image

What exactly did you change in core js file? Can you submit a clean PR to october github repo with e...

Posted in Two level dependsOn function

There are two ways to do this:

  1. add two featured images to the post, the first for the default langu...

Posted in RainlabBlog Alternative second language featured image

That's all explained in the AJAX documentation I sent earlier.

Posted in FrontEnd Ajax Form Tutorial

First nesting level definitely works for me, except for field_total which does not update after fiel...

Posted in Two level dependsOn function

If you want usage examples of front-end forms that use a lot of ajax in conjunction with models, bro...

Posted in FrontEnd Ajax Form Tutorial

You can add an ajax hanlder to your <select> like this:

<select data-request="onSelectOption">
...
<

Posted in FrontEnd Ajax Form Tutorial

Can you show where those "labels" are coming from?

Posted in FrontEnd Ajax Form Tutorial

instead of prefixing the "temporary fields" with "_", you can mark them purgeable in your model like...

Posted in Two level dependsOn function