Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • 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 hasn't been released in the Apple app store. Test flight is how Apple beta apps are made available By IPS, yes? In that case, open the Communities app and search within that. It's one app for all. Same place you got it from, TestFlight. Or they wait until it is officially released on the Apple app store.
  2. You're welcome. Accepted. Next time - stop and think. Get help based on what you've done and explain what it is you've done, instead of blaming the tools you used...it helps others to help you. As for the rest...water of a duck's back.
  3. So IPS is bad at something because, in your own words and paraphrased, you've buggered something else up? What exactly did you do, and how did you bugger it up'?
  4. Your issue isn't that Youtube is not embedding - the issue is that no external links can be embedded All of the following items should have embedded successfully: https://www.youtube.com/watch?v=R-nWczD9NwA https://open.spotify.com/track/51Y8KcQ33KNRTCGh6fzv0k https://www.instagram.com/p/CD1-Xqvg13u/?utm_source=ig_web_copy_link All of the above cannot be embedded because "The url is not allowed" I suspect that your hosting isn't allowing your server to make outbound calls to the target sites (that is what does the embedding call, your server...not your device/computer) and the response from that block is "The url is not allowed".
  5. Thanks - it's failing where I expected it to be, so next step is for a closer look at what the 'errorMessage' value is that is being reported when this happens at the back-end. I'm happy to take a closer look if you send me some login credentials for the site (not the ACP) via PM in the next few minutes.
  6. Both links are valid. @AlphaStar - the error message returned is because some form of error has occurred while the software has attempted to retrieve the oembed code from youtube. The error generated isn't logged by default by IPS, only at debug level. Do the following: If you have a constants.php file (in the same location as your conf_global.php file) then add this to it: define( 'DEBUG_LOG', true ); If you don't have a constants.php file, create one and add this to it: <?php define( 'DEBUG_LOG', true ); Then attempt to do the embed again. Result should be a log entry in either 'System logs' or 'error logs' in the Support section of the ACP - post the information it provides. Reminder: remove the above from your constants.php file when finished.
  7. https://invisioncommunity.com/forums/forum/506-customization-requests/
  8. Bugtastic - tested on both IPS 4.4.10 and 4.5.1, on a OnePlus 5, running Android 10 issue occurs with Chrome 85.0.4183.81 (both app version & Chromium version, via chrome://version) issue doesn't occur with Firefox 80.1.2 Edge 45.07.4.5057 (app version)/77.0.3865.116 (chromium version, via edge://version) Yup. Feel free to play around with a non-IPS CKEDITOR 4 implementation: https://test.ynwa.tv/ckeditor/ck4.html, then a bug report could be submitted to Google and/or CKEDITOR CKEDITOR bug submitted Actually a duplicate of https://github.com/ckeditor/ckeditor4/issues/4252 Which, in turn, is a Chrome bug https://bugs.chromium.org/p/chromium/issues/detail?id=1121179 I've verified it as fixed in Chrome Beta, and in Chrome Dev Note: CKEDITOR 5 explicitly uses <p> for enter key, with <br> being the action for shift+enter (that's going to be fun on here if IPS go to CK5 at a later point)
  9. Best idea. You have that specific item marked as 'Custom' which would indicate that you may have already gone through the marketplace activity and marked this one as not from the marketplace, meaning it has to be manually updated.
  10. That image, at that specific provided URL, displays fine - not broken in anyway. What do you mean by 'broken' - what do you see? Also, are you running IPS 4.5 or are you running an earlier version of IPS? (reason for asking: IPS 4.5 has removed this functionality, so I think you're running IPS 4.4 or earlier)
  11. Then offer up more...how? Why? The 'what' needs more...give it.
  12. Add ability for IPS to make me coffee!!
  13. The linked article has example usage in it!!! Anyway... 1) Add the phrase 2) Edit template/page 3) Add it in (see screenshot 1) 4) View (see screenshot 2) Possibly/probably/maybe/maybe not...I'm sure you'll provide us with the code of the widget's template when you come back for further assistance 😉
  14. My comment was aimed at the person who I specifically replied to, who cannot see that item because it's on the client lounge...hence "renew your license then" If someone publishes something in a forum you can't view (example: the contributor's forum) then you will see the message. If you, specifically, cannot see the item I linked to then raise a ticket with support because you should be able to see it. Anyway...back to my lasagne.
  15. Renew your license then 😄 - the person the comment was aimed at will see it, so all good.
  16. Simplified backup process: 1) Files 2) Database Simplified restore process: 1) Files 2) Database what have you done with the database?
  17. Describe your fallback procedure, give people an idea of what you have done to recover.
  18. It hasn't been fully released yet; current release is 'soft' meaning it is available for some customers, not all. If you really want to upgrade, you can do it manually by downloading the package from the client area, uploading it to your server and then initiate the upgrade manually.
  19. Looks like it conflicts with the ipscontextmenu plugin which is already in place by default.
×
×
  • Create New...