Jump to content

Nathan Explosion

Clients
  • Posts

    6,915
  • Joined

  • Days Won

    127

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. It's not his issue. v0rt3x.dev has a certificate that is being flagged as untrusted, and it appears to be a HSTS configuration issue on that hosting.
  2. Well, considering it is the place where you configure Google authenticator to allow you to use it for 2FA and Google needs to render the QR code, yes.
  3. https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTitem_achievements_awardbadge Award them a badge, you can send over the number of achievements_points to be given.
  4. Well, the software isn't supported on those so maybe pop back to PHP 8.1.x which is supported, and start investigation again?
  5. It's not just page 3, it's actually on page 2 aswell - that is where the original post is, which is then quoted on page 3 Do the following to edit... right click the ... menu (that would normally display the edit button) and select 'Open in new tab" (or window) You get the same page, with the menu now available. Click 'Edit' Didn't you have this before a while back?
  6. Just going to add this to the fun... If it was me doing this, I'd be checking if I have any other non-Invision applications installed which may have a table in the database. For example...."links"... With NO knowledge of what you have installed in your Invision environment, and NO knowledge of whether you have 1 table called "links" or multiple tables called "links_<SOMETHING>", I'd be wondering if that was used by an application called "Links Directory"
  7. https://www.ynwa.tv/files/file/48-ne-crisp-chatbox-integration/
  8. ? The link is to a resource that provides the feature you are requesting to be added, as the feature doesn't exist (hence why you've asked for it)
  9. https://www.ynwa.tv/files/file/2-ne-highlight-changes-in-edit-history/
  10. If the requirement is for the availabiity of the player to depend on whether the user can download attachments (which is a forum level permission) then I added functionality for this for videos back when Invision 4.3 added the native player for videos (see my feedback of my concern on this) Same functionality was extended to cover audio file after they were added in v4.6 (I think) https://www.ynwa.tv/files/file/38-ne-html5-audiovideo-player/ Instead of a player being displayed, the file will be displayed as an attachment instead if the user doesn't have the "Download attachments" permission in the forum in which the post is located: However, if you require the user to be able to play the audio, but not download it, then the above won't assist. The resource does have functionality to disable the 'Download' button in browsers that support the ability to disable it, and to disable right-click on the player. But ultimately, if the player is available then they can always get the URL of the file via the HTML source code if they really wanted to do so. Any questions on the resource, https://www.ynwa.tv/forum/98-pre-sales-questions/
  11. OK - I'm not going to get the full picture with such small bits of information so here's a quick working example (dev folder and tar included in zip - now deleted) Install the application on your test site In your editor settings, add jscontroller.test to the allowed javascript controllers Create a post, add the following as the HTML (via the source) <div data-controller="jscontroller.test">TEST</div> Submit the post. Result:
  12. If you want to take the "user renames the file extension" element out of the equation, then here's a different kludge which can be applied by a moderator/admin after the file has been uploaded... Edit the post View the 'Source' in the editor In amongst the HTML, you will see type="video/quicktime" Change quicktime to mp4 (therefore type="video/mp4") Save the edit. I've added something to my "HTML5 Video/Audio Player" resource which will apply that kludge to content without the need for editing the content.
  13. https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
  14. You likely have strict mode enabled on mysql. Ask your host about turning it off.
  15. I'm not going to do any more testing of it - better things to do with my time. I've reported it...my work is done. Here are your reproduction steps, for anyone testing it... 1) upgrade to android 14 2) install the pwa (not tested existing pwa being present, no need to do so on my part) 3) open it up. 4) expect the message at that point.
  16. For reference: Android 14, November patch on Samsung (several different device models)
  17. 4 If on-premise, you likely have a credits.txt file in your site root which gives the exact version number used by your current installation.
  18. Download the ckeditor plugin's zip file and upload it using the ACP: Use caution - if you have a test instance, use it.
  19. Looks like you're wrong. There is no ordering on the select query that creates the block listing - it's at the mercy of the order in which the widgets were added to the core_widgets table, which would be the order in which applications/plugins were installed (System likely first, then order of installation of other apps)
×
×
  • Create New...