Everything posted by Nathan Explosion
-
Show next event on main event page?
-
Downloads
-
Marketplace Closure
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)
-
Marketplace Closure
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.
-
2 questions - slow loading and web app
Android Chrome - 'Install app' in the settings menu Android Firefox - 'Install' in the settings menu
-
Website hacked - file check
Correct - I never said it was the ultimate solution, but it's better than the OP thinking the following:
-
Website hacked - file check
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
-
Invision Community 5: Dark mode, accessibility, performance and mobiles!
That'll be because v5 hasn't been released yet.
-
Strange page while viewing Groups only
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.
-
Documentation on how IPS message is created?
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?
-
Filter out emojis by category
https://www.ynwa.tv/files/file/20-ne-emoji-enhancements/
-
Documentation on how IPS message is created?
Have you done this? It's not the same as the friendly url stuff.
-
Documentation on how IPS message is created?
Assuming you've set up the API in the ACP, putting the .htaccess file in place, and provided them with an API key?
-
Created a Trending Topics block - and now?
- How to create hooks in invision new version?
- How to remove unverified members?
- In setting up of developer mode i m facing below error
All the files you need are included in the ZIP file for the suite, downloadable from the client area.- Classic license - 1 question
Yes.- Issue with Uploading Large Files Over 100MB: Need Help
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- Ads.txt - how did you implement it on your forum
- Replying to Status Updates
- RSS Feeds Setup
- Issue in jquery validate function in invision.
This is the JS call to bring in the validator plugin: <script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js"></script> If you go to the site for the plugin, you'll see that the current release is 1.19.5, so you might want to consider updating your code to use the most recent version before you try troubleshooting further.- How do you set up Redis to work?
Redis may be installed, but if the option is still greyed out then the PHP extension for Redis is very likely not loaded.- Enabling all services when changing the license terms
- How to create hooks in invision new version?