Ilesyt Approved

Member since: 2017-05-26

Recent posts by Ilesyt
Post When

neoes.8um24055 said:

Have you managed to figure this out? I'm also thinking about extending a compo...

Posted in Extending a component: how to ?

That is because it doesn't know what 'context' is. Where is it defined, where are you taking it from...

Posted in Question about data-request-success data-attribute API

Hi, at my disposal I have a very cheap chromebook. I didn't think I would end up having to develop o...

Posted in Help! I am on a chromebook and I need composer!

Alright, this is what you do: There is this thing called php block, it is the "code" tab next to the...

Posted in Call a component twice in the same page

Well, that would be the normal behavior, I am not sure what you are trying accomplish. Could you ela...

Posted in Call a component twice in the same page

Well, that is pretty much why, you don't have any model for recipes, so it basically doesn't have an...

Posted in Display relation name on frontend

So, the relationship would be like this: Recipe: belongsTo: 'category'

Category: hasMany: 'recipes'

...

Posted in Display relation name on frontend

What is the repeater field for? Is it to add multiple recipes on a menu? Also, could you explain the...

Posted in Display relation name on frontend

Hi, I have a hosted site that I am working on. I wish to activate cron job jobs, but it's just not w...

Posted in Cron jobs, can anyone help?

Lol, I posted this after scouring the site for 2 days.

But 6 mins after posting it, I found the solu...

Posted in Extending User plugin with a function