Fabian
Fabian
Closing due to inactivity
The JK password protection is actually broken, because authentication is done by the App (the JK just sends the password in clear text and the app compares it to user...
Please download latest version from https://github.com/f4bsch/WP-Filebase/archive/master.zip
Get the latest version here: https://github.com/f4bsch/WP-Filebase/archive/master.zip
Hi, this is indeed related to a jQuery incompatibility (removal of the 3rd argument for `$.each()`) Ive just pushed the fix https://github.com/f4bsch/WP-Filebase/commit/0aa7dc574855aafaaade31e7818f5028d96f8610
@teacherseck is that issue on the front-end only? Whats your shortcode? Can you post a link?
`showcats=1` is not compatible with data Tables. Change it to `showcats=0`
The download counter ignores subsequent downloads from the same IP. Because your downloads are serverd via Cloudflare, the IP is always the same. I added a check for the `X-Forwarded-For`...
You would have to specify 2 URLs, which you cant. You might want to think about your intranet setup. Its somewhat weird that you need two URIs for a single...
what is your siteurl set to in WP settings? Did you consider setting a host entry on your computer to route the intranet request to the public site?