zavovi
zavovi
Hi, I solved it: In file topicsolved/event/main_listener.php add these lines: ``` if (!empty($topic_data['topic_solved']) && $topic_data['topic_solved'] == $event['row']['post_id'] && $topic_data['topic_type'] != POST_GLOBAL) { $post_row['S_POST_SOLVED'] = 1; } ``` into this method...
@MaJerle, It's a pitty, I am using two TCP servers for two different services :-( Is it possible to change by myself in source code?
Hi, please, could you help me. I want to use saved assets instead of downloading it. I stored it into `assets/ai/`. I tried this: ``` let config: Config = {};...
I have same results. I want to remove background from BluRay discs, but it remove everything except people on the image. The best results I have from remove.bg website, but...
Hi, please, is there any update of this? I am using this plugin on Android and I want to use it on mobile web browser (mainly iOS). Is it possible?...
Hi, I spent some time to try this code. Now, it is not up to date and I had to change some things to update it to latest master. After...