netsmertia Approved

Member since: 2015-10-19

Recent posts by netsmertia
Post When

I am using mediafinder inside the repeater to store files. It is working okay but I have an issue wi...

Posted in How to make mediafinder/ mediaLibrary storage path specific to user

Octobercms ajax form to save files is working fine for me. Here are some of the code from my project...

Posted in Frontend File upload [resolved]

Update: After digging a lot I am able to connect with Google Cloud Storage with https://github.com/S...

Posted in Deploy the octobercms to Google App Engine

Hi, as per the client requirement he needs app deployed to google cloud app engine. I read different...

Posted in Deploy the octobercms to Google App Engine

You can use extend methods or events provided in both FormController and ListController which in ac...

Posted in Select only some records in backend index

Awesome. Instead of event I have used

public function listExtendColumns($widget) {
...
}

This is mo...

Posted in How to change/extend form/list config at run time.

If you were unable to save the partial or page from octobercms backend then this can be an issue of ...

Posted in Getting error 503 while saving a partial.

The configuration is very handy but is there any way to change the configuration before used to crea...

Posted in How to change/extend form/list config at run time.

Any help in this matter.

Posted in Filter values from relations in list

I am using octobercms to build a property listing website and decided to allow the "Agent, Agency & ...

Posted in [Important] How to set permission for single route (action) in backend controller. Action based permission check in backend routing.