neilcarpenter Approved

Member since: 2016-10-18

Recent posts by neilcarpenter
Post When

If you go to the network tab in Dev tools, click on the login button. And look at the failed respons...

Posted in Front-end User Plugin 406 Error

I have a header partial that I use on many layouts.

I'd like to be able to have a component inside t...

Posted in Ajax handlers in components added to a partial

LukeTowers said:

That should be correct Neil, additionally I believe you can set $this->layout = fa...

Posted in Custom backend routes not protected by backend auth

I think you're missing a starting {

Can you share the html?

Posted in Issue {{this.page.meta_description}} markup not displaying correctly in google search results

LukeTowers said:

What I would recommend is to implement your API route handler as an action on your...

Posted in Custom backend routes not protected by backend auth

mjauvin said:

The backend controller's run() method does this check, but in your case you're callin...

Posted in Custom backend routes not protected by backend auth

mjauvin said:

Sure, that would work too.

It just seems really odd that there isn't some middleware...

Posted in Custom backend routes not protected by backend auth

Isn't there a middleware that can be used at routes level or could I at least make my own?

So be abl...

Posted in Custom backend routes not protected by backend auth

It's works fine, thanks to neilcarpenter for the help !

You're welcome :)

Posted in Set the static menu from code

I have a plugin that has a routes.php file that defines some routes to backend controller methods.

R...

Posted in Custom backend routes not protected by backend auth