phamvuduycuong15027 Approved

Member since: 2016-03-28

Recent posts by phamvuduycuong15027
Post When

Hi all, my website is load too low because too much request logs to 404 and then it was insert in my...

Posted in How to disable insert logs in table system_request_logs on database

Thanks you! it work for me

Posted in How to create a custom html page in backend?

How can I create a custom html page in Backend, just html no Model, and Database?

Posted in How to create a custom html page in backend?

I have a csv file of Product(Model), and this have a link of the image attach with product. So I nee...

Posted in How to import attach file from csv?

hi all, I trying to create a upload file form in component, my code:

default.htm {{ form_open({'f...

Posted in Get file from upload file in Component

hi all, I was try as: {{ form_open({ request: 'onCreateSch', files: true }) }} But the form not load...

Posted in File/Image upload component not working

I write a plugin, with a form to create a post, and the post have a approved field and approved_at i...

Posted in Add hook into backend form update.

Crazymodder said:

Hi

What do you mean with: "not return after ajax request" ?

Regards Crazymodder

...

Posted in Waiting for return from ajax form request

Hi everyone, I need some help. I create a javascript code ( I call this is A), and a function call a...

Posted in Waiting for return from ajax form request

@Crazymodder and @philipptempel thank you guys!

Posted in How can I call function from Model in List - Partial?