osarzola Approved

Member since: 2015-11-03

Recent posts by osarzola
Post When

I think that he was referring to the update/api on the UpdateManager

Posted in octobercms API framework source code

If anyone is interested this is a little workaround

This parse a partial inside the themes/partials ...

Posted in Compile Markup Twig partial inside a Plugin Controller

I am building a Custom FormWidget and almost everything works great but the file upload Widget does ...

Posted in checkUploadPostBack is not called when build a custom FormWidget by ajax

Hello i am trying to to something like this..

<?php

class Build extends Controller
{

public functi...

Posted in Compile Markup Twig partial inside a Plugin Controller

I think that feature is incomplete but a little workaround

public $hasMany = [
        'emails' => [...

Posted in Problem with scope

I am doing a little customizations to the manager, you know touching some files like

common.less gl...

Posted in Best way to customize backend less files without lose my changes in every update

I "workaround" this way.

1.- i created a layout named container with a "dirty trick" that allows fi...

Posted in Emulate Static Pages Plugin but with a Database

I am trying to acomplish that, but how can i "tweak" the render function and the routing to do this?...

Posted in Emulate Static Pages Plugin but with a Database

Yep, it works

Posted in Backend\Widgets\Form usage

Wow thank you thats really helpful :D

Posted in Hide form field based on ACL