
Last seen: Feb 22, 2022
Try something like this. Might have some errors, wrote it from my phone. function dftd_login_email_notification($userId, $redirectUrl) { $title...
It's highly likely that users and ads will have overlapping IDs. In your place I'd export users and ads to XML, parse it with PHP/JS to fix the ...
Osclass 5.x has OpenstreetMaps and auto updating already. If I remember correctly, Navjot said he has plans for a free marketplace to be integra...
@resta A simple solution would be to use some JS/jQuery to show the fields according to the value of company field. Just an example code: $(...
getConnection() is an outdated function for database queries, no longer supported in 5.0 It can be replaced with something like $dao = new DAO(); ...
Check in Users -> Ban Rules
I am working on a PWA + Native apps for Osclass. Not much to see yet but I'll let you know when it's there.
@izzyboi Here are the docs for upgrading:/p>
Do you have any existing knowledge in PHP? If not, go throught the basics of that language, there's bunch of content online. When you know your ...
@resta I still haven't tested out the script properly. Will do it this weekend and eventually update my sites as well. I updated the repo to Osc...
@fre2mansur Well you can modify it relatively easily, the admin page. I would love to work on "our" Osclass version but nothing from Navjot for ...
So much freaking versions of Osclass, I'm a developer and I'm lost... Poor users.
Which Osclass version are you using? Unofficial versions likely won't work.