Marvin Klar
Marvin Klar
Hello everyone, I am using the discourse ldap plugin: https://github.com/jonmbake/discourse-ldap-auth This plugins provides `:filter` argument in it's configuration. It says: `LDAP filter (for group based authentication)` I assume that you...
I used the jplayer like shown in the following example: ``` $("#jquery_jplayer_video").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { m4v: "test.flv" }); }, cssSelectorAncestor: "#player_container_video", swfPath: "/test/", supplied: "m4v", solution: "flash"...
Hello everyone, I currently try to configure Discourse to only allow users in a specific ldap group to log in. My plugin configuration: ldap enabled: true ldap hostname: the hostname...
I am using the `useFilters` component and got the following error: ``` TypeError: e.values[t] is undefined ye filterTypes.js:43 ye filterTypes.js:43 ye filterTypes.js:42 a useFilters.js:225 n useFilters.js:197 w useFilters.js:256 React 2...
### WorldEdit Version 7.2.6 ### WorldGuard Version 7.0.6 ### Platform Version git-Paper-84 (MC: 1.17.1) ### Confirmations - [ ] I am using the most recent Minecraft release. - [X] I...
Hello, I do use VentureChat on my server, but when I use a channel via the configured alias (`/s` in this case) there is no space between the message and...
When I isntalled the plugin on my server I noticed this error message on shutdown: `[12:15:30 ERROR]: Nag author: 'mikeprimm' of 'Dynmap-WorldGuard' about the following: This plugin is not properly...
I am using the latest BungeeCord and bungeecord-prometheus-exporter version and I do have all redis bungee related settings disabled. ``` "redis_player_connects": "false", "redis_player_disconnects": "false", "redis_online_players": "false", "redis_bungee_online_proxies": "false" ``` ```...