Patrik Kos

Results 9 issues of Patrik Kos

Google Maps fullscreen button is showing perfectly fine on PC, mobile browsers, and .apk's created by sites like AppsGeyser. However, it's not there when using SmartWebView. I really have no...

help

Deleting "normal", thumbnail and original image, but keeping the preview one? https://github.com/mindstellar/Osclass/blob/157bc8ede04df051acf621351d2e47de221d767c/oc-includes/osclass/utils.php#L103-107

bug
fixed

`osc_item_url_from_item` behaves weird with locales. It uses the second argument, `$locale` and prepends it to the URL. Why not use it to get the item title in the proper locale?...

bug

I don't see any themes/plugins actually utilizing this feature. Why not just have one row for each item and it contains the total sum?

feature request

- [x] Google Analytics - [x] Google Maps plugin - [x] Rich Edit plugin - [X] More Edit plugin - [x] Admin Tools - Login - [x] PHP info -...

feature request

Latest Fine Uploader could be either updated to the latest version 5.x or changed to some other script, as it reached it's end-of-life one year ago. oc-includes/osclass/assets/js/fineuploader/jquery.fineuploader.min.js

enhancement

Hey, is there any ETA for adding Ethereum node scraping support?

Currently for Reddit we're only able to fetch the title. This is due to "new" Reddit being client-side rendered. There's two possible solutions to implement: - write a detector that...

**Describe the bug** Newly rewritten function `findItemByTypes` doesn't properly filter out blocked items. In Osclass 3.x by default blocked items were filtered out from all types other than "all". https://github.com/osclass/Osclass/blob/b1c67a2bd623748a3090b66d8ac5a0baf78172c8/oc-includes/osclass/model/Item.php#L560-L564...

bug