Ante Drnasin

Results 6 comments of Ante Drnasin

I'm confused as to is there a solution to this problem? I'm in the exact same situation. Building a page for a customer and stuck on this.

Thanks. I ended up using Sogl's solutions and his CollectionSorter class...

Also how do you remove the rule? `$util->remove(\PEAR2\Net\RouterOS\Query::where('comment', 'Allow Teamviewer'));` throws an error: Error when removing items

thank you @boenrobot I did try that initially as well but I keep getting the same error message `$util->remove($util->find(\PEAR2\Net\RouterOS\Query::where('comment', 'Allow Teamviewer')));`

@boenrobot Found another solution which works like a charm ``` foreach ($util->getAll() as $rule) { if(intval($rule->getProperty('dst-port')) === 5938) { $util->remove($rule->getProperty('.id')); } } ```

Hi Paul, sorry for the delay. Yes Grav is the latest + admin is the latest version. Why is the seo plugin only checking pages/ folder for images and not...