TonUK Approved

Member since: 2019-10-15

Recent posts by TonUK
Post When

mjauvin said:

So your question is whether you should use the Builder on the live server to replicat...

Posted in Using builder on production site? [resolved]

Thanks mjauvin. Is there any actual difference in execution though? Builder method simply saves the ...

Posted in Using builder on production site? [resolved]

Having a website in October built, using custom plugins and then you want to add more features etc. ...

Posted in Using builder on production site? [resolved]

Done some searching on the forum and online but not having much joy. I am using October in its norma...

Posted in Dropping in VueJs?

mjauvin said:

The code that uses these is here... so the imageHeight is not used if imageWidth is n...

Posted in backend form media file image size

Bumping this.....I'm back working on this project again, it was put on hold through the Covid crisis...

Posted in backend form media file image size

mjauvin said:

Make sure you set the emptyOption and/or placeholder for the car_make field in order ...

Posted in Backend Form - How to update relation field dropdown options based on previous dropdown selection?

One thing I ain't sure about is hiding the model field until a brand it selected. I know I can add t...

Posted in Backend Form - How to update relation field dropdown options based on previous dropdown selection?

mjauvin said:

Actually, this should be:

public function getCarModelOptions()  {
  if ($this->carMak...

Posted in Backend Form - How to update relation field dropdown options based on previous dropdown selection?

My data is straight forward. I have 3 models for managing vehicles.
Make (e.g. BMW)
Model (e.g 1 Ser...

Posted in Backend Form - How to update relation field dropdown options based on previous dropdown selection?