Jump to content

Nathan Explosion

Friends
  • Joined

Everything posted by Nathan Explosion

  1. Didn't see it mentioned so started at the obvious place. Don't overthink it...
  2. You go to your languages section and create your strings there:
  3. That's an image upload field in Invision's software, which accepts several images types. My comment was that GIF is not supported as a PWA app icon on iOS or Android. Keep trying...maybe it will suddenly start working? Or you could use a PNG file.
  4. For the app icon? Pretty sure that's a nope and not supported on iOS and Android. Use a PNG.
  5. Correct link - do not upload those dev tools
  6. Which works as expected in Beta 1: And ceases to work in Beta 2: A behaviour that leads to:
  7. I know. I am just providing more flesh on the paltry bones of the original report of the issue for v4 so it can be fixed there.
  8. v4.7.18 via Chrome, current release, windows Members - Google Chrome 2024-10-19 19-27-39.mp4
  9. So, I approach issues differently to Randy. Instead of 'jumping to cause', I try to understand what you actually did instead of making assumptions on what you did: When you say you've enabled it, did you do the following: Enable it? Then create an API key as directed? Was it approved by GIPHY? Did you then enter it in the ACP, and save it? Because only then would you get the icon in the editor that provides the integration (which, by the way, is theme independent as it is a CKEditor plugin): Did you then use that button to search for your chosen GIF? Or did you manually paste in the URL for the GIF?
  10. Join the club...
  11. OK - your actual issue has now been fleshed out to be clearer. Good luck - sounds to me like you may have an issue with static\templates\core_front_global.php not containing the correct template information for beta 1. If I was you, I'd ensure that all of your files are replaced with the ones in the current beta 1 download package.
  12. And you're on beta 1, yes? Are you using IN_DEV? Yes or no.
  13. So maybe you could actually provide a screenshot of what you DO see, so people don't have to guess what you are seeing? Anyway...here it is, in all it's glory, in the listing of available hooks for System on a test installation of Beta 1
  14. I'll add in the 2 steps, if you wish to use a custom template. But you really only need to do one, which is adding your code in as a HOOK directly in the place you want it. Anyway... Step 1: custom template Step 2: adding it in before the </head>
  15. It's not a widget. It's called "Topic Summary" on v4, "Topic Overview" in v5, and the settings for it are in the ACP via admin/?app=forums&module=forums&controller=settings&searchResult=forums_topic_activity_desktop
  16. Cool - built it yesterday assuming that was the requirement. How frequently should the task run? And how many days old should the requests be? (Allow for people to change their mind)
  17. Clarify this one, based on the logic of the request being as follows: User requests a deletion User is sent an email to confirm the deletion User confirms deletion Request is submitted and awaits approval by admin in ACP Admin performs the deletion Which steps of those are you wishing to have "accepted automatically"?
  18. Don't have it? Enable it for your group in the ACP:
  19. "Remove formatting" only removes formatting from an element - it doesn't remove an element. You've got a H1 element at the top of the content - you'll have to view the source in the editor, and manually remove it.
  20. Did you click the "database needs to be converted" link?
  21. Add this to your theme's custom CSS: li.cForumRow.ipsDataItem div.ipsType_richText { display:none; }
  22. See here on how to get the Web App setup for users to install.