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. The answer is no - the problem you have is how is the software to know that the entered text is to be automatically turned in to a URL? You can assume that anything with https:// or http:// (or any other URL scheme) is going to be the start of a full URL because, well, it is. But it can't be assumed that other entered text is going to form a URL.
  2. System -> Applications -> System (expand it) and click the padlock beside Content Discovery
  3. Probably/maybe, no idea - never tried, never will.......but it's against the terms of service which you agreed to when purchasing the software. What are you talking about (seeing as you've not actually quoted any content)? There is no element of mocking in any of my replies (the first is my actual reply, the second appears to be a 'butt dial' quote) - just because people have reacted to my first reply by laughing doesn't mean I intended to mock you. But good luck to you with your endeavours!
  4. Log in to the client area and purchase branding removal. Your CEO will like that because it's not cheap.
  5. If you are running 4.5 then log in to your ACP and search for 'mobile app'
  6. Right click on the header or the footer, select 'Inspect element' and determine what the ID of the widget is. Then target it in CSS (you've been given loads of example previously) and do display:none
  7. Is it enabled? If so, disable it.
  8. Just to correct this statement..enabling that setting is NOT a must. Enable an app password on an account, and use that instead.
  9. Can't fully verify as I don't use Google Ads - but add an alert("TEST") inside the if statement and you'll verify that my surrounding test is fine: <script> var width = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0); if(width<=767){ document.write("<script data-ad-client=\"ca-pub-XXXXXXXXXXXXXXXXXXX\" async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"><\/script>"); } </script>
  10. Because the CSS classes can't hide JavaScript code...CSS controls the display of html content. The JS code you have called is going to run regardless of what CSS you put around it. To hide it then you will need to use JS code to detect when/when not to load it.
  11. By "cURL installed and running", do you mean you have installed cURL on the server and also installed the PHP-CURL extension to allow PHP to use it?
  12. Your host thinks you want to change this at the server level, which is not what is required. All you have to do is modify your own database tables, not the server itself. So check if the tables can already be modified. Loads of information here:
  13. Doubt it, as I believe those are items that do not allow html. Use an emoji instead!!
  14. Do this instead - the Editor strips empty elements, which is what the <i></i> is...the non-breaking space sorts that for you. <i class="fa fa-bomb">&nbsp;</i>
  15. OK - that plugin doesn't provide this: as the above is already possible...fontawesome 4.7 is already included with IPS. The plugin just allows FontAwesome 5 to also be used. Your actual issue is probably that the places you are trying to use the code doesn't allow HTML to be used. Elaborate on what you mean by all this: Where are you using the code exactly?
  16. You asked a specific question, and got an answer to it. I said to ask them to assist you with switching it to an MP entry - it is the recommended action to be taken, and has been mentioned multiple times on this forum already in relation to this situation.
  17. Because you have it installed as a custom application...you cannot update via the MP in that case. 2 options.. 1) contact the developer, ask for the tar file to install the update 2) log a ticket with IPS to request assistance with associating your install with the MP entry.
  18. If 'Add-on' means part of the suite, then: If 'Add-on' means application or plugin from the Marketplace then you install from directly in the ACP.
  19. I've been looking at this recently... vm.tiktok will return a 301 redirect, which then points to.. m.tiktok, with more detail in the URL - this then returns a 302 redirect, which then points to... www.tiktok, with all the detail. If tiktok change vm. to do what m. does then everybody happy!!!
×
×
  • Create New...