Timur Shakirov Approved

Member since: 2021-02-08

Recent posts by Timur Shakirov
Post When

Hello. I use "RainLab Blog" + "Blog Taxonomy" plugins. At the start of the project, everything worke...

Posted in Very slow server response Rainlab Blog

mjauvin said:

\RainLab\Blog\Models\Post::extend(function ($model) {
   $model->bindEvent('model.bef...

Posted in How can I listen to Rainlab Blog save a post?

mjauvin said:

\RainLab\Blog\Models\Post::extend(function ($model) {
   $model->bindEvent('model.bef...

Posted in How can I listen to Rainlab Blog save a post?

I want to listen this event in my plugin and do certain actions. Help to collect a function of the w...

Posted in How can I listen to Rainlab Blog save a post?

I use October CMS for my website. The task is to cross-post the checked news in VK, FB, Twitter. I w...

Posted in Tell me how to make a cross-posting to a vk group in php?

mjauvin said:

try {
   $file->fromUrl($url);
} catch (\Exception $ex) {
   //handle exception here
...

Posted in How can I handle the error to keep the script running? [resolved]

I use

$url = "here is the link";
$file = new \System\Models\File();
if($file->fromUrl($url)) // erro...

Posted in How can I handle the error to keep the script running? [resolved]