Jump to content

Nathan Explosion

Friends
  • Posts

    7,135
  • Joined

  • Days Won

    129

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. No worries - any issues, post over on my site.
  2. https://www.ynwa.tv/files/file/27-ne-hide-content/
  3. Drag a widget into place - "Upcoming Events"
  4. Per-category setitng in the ACP:
  5. The upgrade check process simply alerts you that a new version is available - it doesn't pull anything in. Or you click the "Check for updates" button before you upgrade to see if there is a new version available (if the update check URL is implemented)
  6. This was always based on 4.7.x - it never went more granular than that to 4.7.11 and so on; if it had then developers would have been needing to do updates each and every month just to reflect support for each new version (4.7.12 or 4.7.13, etc.) End of the day - do your due diligence; check the developer's site, see if a new update has been released and check the change log if one is provided. Test, if you have the ability to do so, and if still in doubt, ask the developer.
  7. Android Chrome - 'Install app' in the settings menu Android Firefox - 'Install' in the settings menu
  8. Correct - I never said it was the ultimate solution, but it's better than the OP thinking the following:
  9. To me it looks like you've still got the folders from IP Board 3.x or earlier in place on your site, and within those folders someone has placed a tonne of dodgy PHP files. The following folders can be dumped as they are definitely from IP Board, assuming you're not holding on to them for a reason: /cache /converge_local /lofiversion /interface /style_images /public /ips_kernel
  10. The first file I would be doing would be to look at /applications/core/modules/admin/members/group.php to see if happens to have the following code anywhere: echo "2023"; exit; or even something like this: echo date("Y"); exit; And if it is there then remove it.
  11. They go in different locations...by any chance, did you put the API one in the root of the site, replacing the one you put in to add support for friendly urls?
  12. https://www.ynwa.tv/files/file/20-ne-emoji-enhancements/
  13. Have you done this? It's not the same as the friendly url stuff.
  14. Assuming you've set up the API in the ACP, putting the .htaccess file in place, and provided them with an API key?
  15. Change this setting - and then the next time the "cleanup" task runs, say 'bye-bye'
  16. All the files you need are included in the ZIP file for the suite, downloadable from the client area.
  17. The reason for the original issue is that 2180291008 is higher than 2147483647, which is the maximum value of an INT column if the column is signed, which is the default for INT - unsigned (for zero and positive numbers only) allows that limit to be doubled. https://dev.mysql.com/doc/refman/5.7/en/integer-types.html https://dev.mysql.com/doc/refman/8.0/en/integer-types.html
  18. Easy answer...click the 3 'not working' links...they are literally not working.
×
×
  • Create New...