Jump to content

Nathan Explosion

Clients
  • Posts

    7,038
  • Joined

  • Days Won

    128

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Looks good via the iframely integration functionality of the application:
  2. Does telegram support oembed? If the answer is yes then yes, you would be able to add the oembed endpoint using this application If the answer is no then the iframely integration of this app may support the functionality. Provide an example link.
  3. For some reason, your CSS for the 'fa-comment::before' element is: .fa-comment::before { content: "075"; } It should be: .fa-comment::before { content: "\f075"; } Have you made any modifications to the fonts.css in your theme?
  4. You're going to need to provide a link to the post so that people can look at the code...
  5. Move the js to a folder as follows-> /dev/js/front/banana/controllers/gameplay.js \IPS\Output::i()->jsFiles = array_merge(\IPS\Output::i()->jsFiles, \IPS\Output::i()->js('front_banana', 'hangman', 'front')); Refer to the main IPS code - do a search of the files in your IDE for \IPS\Output::i()->js( and then match up what you see in that to what you see in that apps /dev/js/ folder, and things become clearer (the addition of 'controllers' and 'templates' in to the mix doesn't appear covered in documentation)
  6. OK, then Google is likely to be stopping you from logging in because it is considered to be insecure - they no longer allow the use of the "Less secure app access" setting to avoid this, they disabled it recently. Do the following: Login to the account in a browser Go to https://myaccount.google.com/u/3/security Go to the 'Signing in with Google' section and enable 2FA Once enabled, you will then have an entry titled 'App passwords' - click it Change the 'Select app' entry to 'Mail Change the 'Select device' entry to 'Other (custom name') Click 'Generate' Use that password in your IPS email configuration instead of the main account password
  7. Yes or no - have you enabled 2FA on the Google account which you are using?
  8. No need on the above (but please provide them next time you are reporting an issue) as I've reproduced the following: I have not reproduced the following though - mainly because it doesn't clearly make sense ("Nothing is shown" but "image is seen") and possibly because what you are trying to describe may be related to the previous issue: Anyway, v4.0.3 will be released shortly - if you have FTP access to your site, I can provide a patched file.
  9. Add this to your template: {{\IPS\Output::i()->jsVars["variable"]=$value;}} Then use this in your JS code (assuming it is using the IPS framework): alert(ips.getSetting('variable'));
  10. Provide a screenshot of your settings ( all of them) and a link to a topic, please. Once I have that detail, then I can likely assist with downgrading if there is indeed an issue here.
  11. Tweaked in what way, exactly? Do you mean change the phrase displayed? If so, it's a language string so tweak away. If not, please elaborate.
  12. That specific example there would be as I would expect too - you're attempting to create a post on their page, and I'm pretty sure that the ability to 'embed' can be disabled in the page settings. What happens when you try to post on your own FB profile? (that's what my screenshot is from)
  13. Have you changed anything on your site that would restrict guest access to view the topic?
  14. You don't need that to 'securely upload images' as you can already upload images natively.
  15. New features incoming, integrating with 2 other resources from the Marketplace...
  16. Tested on... Chrome 102.0.5005.115 on Windows Firefox 101.0.1 on Windows Edge 102.0.1245.41 in Windows I could go on...
  17. A few of us said goodbye to Mr Jones with this too:
  18. 4.7 Beta 7 tested - uninformative original message now more informative, but will still lead to queries on here 😉 Sorry - following is from local test installation: Following is from this site:
×
×
  • Create New...