Jump to content

Christian Meixner

Clients
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Christian Meixner's Achievements

  1. @Marc Stridgen The text ist now translatable in IPS 4.7.16, but now there is a space missing between the text and the drop-down caret. See screenshot:
  2. When using multiple languages the english name of a module in the courses system will not be saved: The Form bevor saving: After saving the form above and editing this module again (see English name field containing the german value): I just wanted to report that, but it isn't much of an issue because the entire course system (especially the lessons) is not multilingual right now.
  3. Hello Invision Team, I'd like to report some minor bugs in the courses app. There is a translation key missing for "Course Manager". See this screenshot where keys are enabled via translation tool: Also there seems to be a typo/wrong wording in the original English text for this resource:
  4. Thanks for having a look into this. So does this mean that there is no chance to modify the video player template with tools provided by the platform itself? We use the cloud version of Invision. So manipulating platform source files seems not an option.
  5. Hmm, I tried that, but it did not work. Just for the test I created a new theme as a copied from unmodified default theme. Then I edited only the template file shown in the screen from the post above, selected that new theme in frontend, created a new post with a video attached. But the code used to embed the video in this post was still the same (like unmodified default template file).
  6. Chrome offer a convenient "Dowload" Button in its native HTML5 video player's context menu, that I want to be disabled. (Sorry, german screenshot. The marked button means "Download"). This button can be disabled by adding the following HTML attribute to the video tag: controlsList="nodownload" In AdminCP theme editing there is a template file wich looks exactly like the embedded video player code: Unfortunately making any changes there will not apply to the actual embedded video player code. So this must be generated from another part of the Invision application. I'd appreciate any help on how to get that controlsList="nodownload" Attribute applied to the video tag that Invision renders in the posts. Thanks!
  7. When using the "courses" feature you have to specify names for each module for all language packs you've installed (which is English and German in our Community). Those names are all shown simultaneously when taking the Course. This is very confusing and feel like it is broken. The description of the module (which a can also be given in any installed language) is displayed in the selected language only. And for the lessons in that module you cannot even specify multilingual content. So, for a quick improvement/fix, I'd really love to have the module's name only be displayed in the selected language, just as every other text resource in the platform. I'm posting this as a feature request, because I was told that this is intended behavior. But it is quite confusing for the users and feels broken to me.
  8. For quizzes within courses it would be really nice, to select multiple answers as "correct". The user then must select all correct answers to pass the test. This would allow for more educated tests at the end of a learning module. Like so:
  9. The list of REST API Keys in AdminCP is ordered by the Key itself instead of the name/description. This is not very helpful since the API Keys are random numbers/chars. So the order is random too. I would highly appreciate if this list was ordered by name.
  10. Our community members love achievements and badges, but there is plenty to improve with this feature. Lot of suggestions where already made (e.g. descriptions to automatically awarded badges, manually award Badges to multiple users, ...) What our users ask frequently: Have a list of all available achievements and badges, just like the list of available ranks, which every user see in the profile view. Make earned badges more visible to other members, so that users can be proud of what they've achieved. May be like this addon does:But I hesitate to buy this one because of market place closure and unclear support of future version of Invision Community.
  11. I'd really love to see those suggestions in the community.
  12. I second this. This would make it more clear to the user, why they've got this badge and what it means.
  13. Can anyone assist here please? I'd love to get answers on the following two questions at least: 1. Is the GraphQL API supposed to be used (accessed) from outside the invision platform itself (meaning any 3rd party app can query that API)? 2. If so, can someone provide an example request against the GraphQL API that does not utilize Invision Power Service (IPS) internal methods as in the example of the documentation?
  14. But the example does not show how to use the key/API from outside the Invision platform because you can not use this code in an application outside Invision, because it is part of the Invision platform/framework. $result = \IPS\Http\Url::external( rtrim( \IPS\Settings::i()->base_url, \'/\' ) . \'/api/graphql/index.php\' )->request()->login( $key, "" ) So this example does not help here. You can not call \IPS\Http\Url::external() outside of invision. I'm looking for an example for "Using GraphQL outside of the Invision Framework" as stated in the headline of the documentation. Or what am I getting wrong here?
  15. Well, I've actually linked to exactly that documentation in my post above and for me it does not help to explain how exactly authenticating against GraphQL works. The given example for "Using GraphQL outside of the Invision Framework" seem to use framework/invision internals or hides significant information in the referenced but not shown "init.php" file. What we are trying to do, is to ran a either PHP or nodeJS based application outside invision and have that application to access the invision forum using the GraphQL api. Is that even possible? Right now we are using the REST API, which works quite well but is a bit limited in some ways that we hope to get around with the GraphQL API.
×
×
  • Create New...